2025-03-21T20:17:50.1649422Z Current runner version: '2.323.0' 2025-03-21T20:17:50.1656816Z Runner name: 'i-025119602b183fbd7' 2025-03-21T20:17:50.1657713Z Runner group name: 'Default' 2025-03-21T20:17:50.1658728Z Machine name: 'ip-10-0-51-52' 2025-03-21T20:17:50.1661924Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:50.1664554Z Contents: read 2025-03-21T20:17:50.1665306Z Metadata: read 2025-03-21T20:17:50.1665937Z ##[endgroup] 2025-03-21T20:17:50.1669304Z Secret source: Actions 2025-03-21T20:17:50.1670191Z Prepare workflow directory 2025-03-21T20:17:50.4938024Z Prepare all required actions 2025-03-21T20:17:50.4982838Z Getting action download info 2025-03-21T20:17:50.7216475Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:51.0048236Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:18:03.6093222Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:18:03.9327259Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:18:04.0261590Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:18:04.4055719Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:18:04.6591098Z Getting action download info 2025-03-21T20:18:04.7955213Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:04.7957619Z ##[group] Inputs 2025-03-21T20:18:04.7959441Z script: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:04.7961791Z timeout: 90 2025-03-21T20:18:04.7962059Z runner: linux.2xlarge 2025-03-21T20:18:04.7962338Z upload-artifact: 2025-03-21T20:18:04.7962930Z upload-artifact-to-s3: false 2025-03-21T20:18:04.7963261Z download-artifact: 2025-03-21T20:18:04.7963513Z repository: 2025-03-21T20:18:04.7963787Z fetch-depth: 1 2025-03-21T20:18:04.7964047Z submodules: true 2025-03-21T20:18:04.7964358Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:04.7964755Z test-infra-repository: pytorch/test-infra 2025-03-21T20:18:04.7965091Z test-infra-ref: 2025-03-21T20:18:04.7965388Z docker-image: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:04.7965748Z docker-build-dir: .ci/docker 2025-03-21T20:18:04.7966064Z gpu-arch-type: cpu 2025-03-21T20:18:04.7966336Z gpu-arch-version: 2025-03-21T20:18:04.7966589Z job-name: linux-job 2025-03-21T20:18:04.7966884Z continue-on-error: false 2025-03-21T20:18:04.7967178Z binary-matrix: 2025-03-21T20:18:04.7967436Z run-with-docker: true 2025-03-21T20:18:04.7967703Z secrets-env: 2025-03-21T20:18:04.7967936Z no-sudo: false 2025-03-21T20:18:04.7968220Z ##[endgroup] 2025-03-21T20:18:04.7968565Z Complete job name: test-setup-linux-gcc / linux-job 2025-03-21T20:18:04.8410306Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:18:04.8517410Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:18:04.8526991Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.8527674Z ##[endgroup] 2025-03-21T20:18:06.0695513Z Runner Type: linux.2xlarge 2025-03-21T20:18:06.0695993Z Instance Type: c5.2xlarge 2025-03-21T20:18:06.0696288Z AMI Name: unknown 2025-03-21T20:18:06.0721346Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:11.6136298Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:11.6136735Z set -euxo pipefail 2025-03-21T20:18:11.6137071Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:11.6137672Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:11.6138084Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:11.6138415Z else 2025-03-21T20:18:11.6138718Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:11.6139110Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:11.6139437Z fi 2025-03-21T20:18:11.6139673Z  2025-03-21T20:18:11.6139926Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:11.6140271Z echo "::endgroup::" 2025-03-21T20:18:11.6148685Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:11.6149007Z env: 2025-03-21T20:18:11.6149284Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:11.6149653Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.6150003Z PR_NUMBER: 2025-03-21T20:18:11.6151674Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:11.6153435Z NO_SUDO: false 2025-03-21T20:18:11.6153696Z ##[endgroup] 2025-03-21T20:18:11.6180847Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:11.6191105Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:11.6191661Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:11.6197874Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:11.6975228Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:11.6976240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:11.6977205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:11.6978117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:11.6979291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:11.6980219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:11.6981148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:11.6982059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:11.6983085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:11.6984100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:11.6985083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:11.6986145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:11.6987059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:11.6987988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:11.6989046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:11.6990224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:11.6991139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:11.6992082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:11.6992867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:11.6994094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:11.6994870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:11.6995682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:11.6996530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:11.6997395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:11.6998310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:11.6999230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:11.7000057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:11.7000794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:11.7001788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.pack' 2025-03-21T20:18:11.7003067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.rev' 2025-03-21T20:18:11.7004309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.idx' 2025-03-21T20:18:11.7005366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:11.7006239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:11.7007087Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:11.7007862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:11.7008611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:11.7009453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:11.7010407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:11.7011348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:11.7012331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:11.7013204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:11.7014052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:11.7014846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:11.7015616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:11.7016421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:11.7017309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:11.7018055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:11.7019013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:11.7019783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:11.7020767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:11.7021629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:11.7022665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:11.7023589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:11.7024578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:11.7025724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:11.7026758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:11.7027858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:11.7028993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:11.7030004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:11.7031030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:11.7032159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:11.7033158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:11.7034178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:11.7035314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:11.7036311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:11.7037447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:11.7038527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:11.7039764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:11.7040813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:11.7041829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:11.7042854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:11.7043901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:11.7044955Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:11.7046149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:11.7047117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:11.7048206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:11.7049247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:11.7050288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:11.7051317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:11.7052455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:11.7053479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:11.7054475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:11.7055443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:11.7056449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:11.7057472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:11.7058456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:11.7059438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:11.7060412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:11.7061368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:11.7062507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:11.7063442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:11.7064518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:11.7065489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:11.7066610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:11.7067613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:11.7068609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:11.7069814Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:11.7070822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:11.7071941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:11.7072957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:11.7073978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:11.7075246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:11.7076384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:11.7077455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:11.7078697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:11.7079657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:11.7080527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:11.7081556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:11.7082473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:11.7083353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:11.7084410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:11.7085326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:11.7086192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:11.7087340Z 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:11.7088790Z 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:11.7090107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:11.7091364Z 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:11.7092788Z 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:11.7094176Z 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:11.7095546Z 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:11.7096806Z 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:11.7098011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:11.7099196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:11.7100295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:11.7101285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:11.7102261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:11.7103343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:11.7104323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:11.7105329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:11.7106385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:11.7107343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:11.7108330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:11.7109338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:11.7110506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:11.7111489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:11.7112493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:11.7113600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:11.7114537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:11.7115459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:11.7116534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:11.7117493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:11.7118434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:11.7119468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:11.7120370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:11.7121574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:11.7122707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:11.7123716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:11.7124688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:11.7125799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:11.7126799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:11.7127786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:11.7128897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:11.7129921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:11.7130892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:11.7132078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:11.7133065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:11.7134234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:11.7135393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:11.7136622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:11.7137838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:11.7138940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:11.7140325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:11.7141491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:11.7142645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:11.7143874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:11.7145038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:11.7146229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:11.7147428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:11.7148508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:11.7149590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:11.7150809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:11.7151818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:11.7152865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:11.7154136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:11.7155227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:11.7156199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:11.7157372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:11.7158725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:11.7159798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:11.7160952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:11.7162377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:11.7163673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:11.7165084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:11.7166343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:11.7167603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:11.7169072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:11.7170174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:11.7171438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:11.7172673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:11.7174162Z 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:11.7175489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:11.7176877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:11.7178127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:11.7179298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:11.7180635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:11.7181906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:11.7183126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:11.7184217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:11.7185276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:11.7186302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:11.7187434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:11.7188642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:11.7189692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:11.7190681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:11.7191621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:11.7192666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:11.7193764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:11.7195798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:11.7197010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:11.7198113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:11.7199266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:11.7200358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:11.7201445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:11.7202910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:11.7204106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:11.7205522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:11.7206738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:11.7207910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:11.7209056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:11.7210418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:11.7211553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:11.7212819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:11.7214081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:11.7215449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:11.7216685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:11.7217885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:11.7219279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:11.7220430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:11.7221601Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:11.7222555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:11.7223575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:11.7224447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:11.7225366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:11.7226373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:11.7227287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:11.7228112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:11.7229302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:11.7230178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:11.7231160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:11.7232709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:11.7233965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:11.7235019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:11.7235921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:11.7236856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:11.7237859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:11.7238917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:11.7240068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:11.7241156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:11.7242249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:11.7243433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:11.7244683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:11.7246106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:11.7247517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:11.7248990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:11.7250166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:11.7251277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:11.7252471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:11.7253533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:11.7254511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:11.7255540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:11.7256602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:11.7257582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:11.7258503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:11.7259571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:11.7260637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:11.7262039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:11.7262971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:11.7263909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:11.7264864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:11.7265821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:11.7266785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:11.7267788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:11.7268883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:11.7270022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:11.7271189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:11.7272368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:11.7273562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:11.7274798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:11.7275959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:11.7277019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:11.7278058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:11.7279152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:11.7280267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:11.7281356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:11.7282351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:11.7283295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:11.7284284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:11.7285296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:11.7286264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:11.7287208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:11.7288260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:11.7289293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:11.7290420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:11.7291434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:11.7292507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:11.7293466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:11.7294404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:11.7295364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:11.7296336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:11.7297481Z 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:11.7298621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:11.7299645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:11.7300787Z 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:11.7301929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:11.7302950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:11.7303947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:11.7304973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:11.7306019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:11.7307016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:11.7308042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:11.7309095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:11.7310088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:11.7311056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:11.7312000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:11.7312957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:11.7313929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:11.7314904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:11.7315959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:11.7317198Z 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:11.7318831Z 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:11.7320203Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:11.7321611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:11.7322574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:11.7323549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:11.7324545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:11.7325593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:11.7326657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:11.7327765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:11.7328837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:11.7329843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:11.7330845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:11.7331960Z 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:11.7333041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:11.7334065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:11.7335059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:11.7336057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:11.7337106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:11.7338184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:11.7339220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:11.7340169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:11.7341165Z 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:11.7342193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:11.7343113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:11.7344194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:11.7345242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:11.7346429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:11.7347540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:11.7348723Z 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:11.7349934Z 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:11.7351107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:11.7352171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:11.7353193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:11.7354235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:11.7355323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:11.7356447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:11.7357555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:11.7358679Z 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:11.7359791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:11.7360717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:11.7361638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:11.7362734Z 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:11.7363904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:11.7364991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:11.7365905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:11.7366691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:11.7367515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:11.7368513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:11.7369592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:11.7370748Z 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:11.7372115Z 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:11.7373307Z 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:11.7374502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:11.7375685Z 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:11.7376947Z 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:11.7378131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:11.7379109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:11.7379907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:11.7380647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:11.7381405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:11.7382243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:11.7383086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:11.7383941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:11.7384860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:11.7385814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:11.7386728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:11.7387619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:11.7388500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:11.7389399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:11.7390381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:11.7391378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:11.7392356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:11.7393237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:11.7394088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:11.7394951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:11.7395764Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:11.7396566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:11.7397430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:11.7398293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:11.7399215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:11.7400149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:11.7401093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:11.7401924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:11.7402765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:11.7403618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:11.7404467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:11.7405303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:11.7406232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:11.7407228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:11.7408196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:11.7409133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:11.7409996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:11.7410825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:11.7411823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:11.7412740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:11.7413588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:11.7414457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:11.7415311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:11.7416146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:11.7416970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:11.7417797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:11.7418606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:11.7419383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:11.7420145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:11.7421206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:11.7422186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:11.7423182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:11.7424167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:11.7425146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:11.7426344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:11.7427434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:11.7428529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:11.7429495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:11.7430577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:11.7431787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:11.7432988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:11.7434181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:11.7435403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:11.7436619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:11.7437861Z 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:11.7439141Z 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:11.7440576Z 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:11.7442179Z 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:11.7443752Z 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:11.7445305Z 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:11.7446877Z 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:11.7448468Z 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:11.7450080Z 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:11.7451759Z 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:11.7453384Z 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:11.7455048Z 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:11.7456855Z 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:11.7458589Z 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:11.7460212Z 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:11.7462020Z 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:11.7464011Z 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:11.7465983Z 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:11.7467899Z 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:11.7469758Z 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:11.7471412Z 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:11.7473017Z 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:11.7474607Z 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:11.7476172Z 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:11.7477611Z 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:11.7478909Z 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:11.7480181Z 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:11.7481579Z 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:11.7483053Z 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:11.7484445Z 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:11.7485833Z 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:11.7487282Z 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:11.7488606Z 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:11.7489940Z 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:11.7491224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:11.7492541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:11.7493810Z 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:11.7495084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:11.7496297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:11.7497515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:11.7498785Z 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:11.7500198Z 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:11.7501760Z 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:11.7503313Z 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:11.7504802Z 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:11.7506315Z 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:11.7507747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:11.7509047Z 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:11.7510419Z 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:11.7511854Z 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:11.7513314Z 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:11.7514819Z 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:11.7516362Z 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:11.7517952Z 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:11.7519555Z 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:11.7521223Z 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:11.7522648Z 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:11.7524002Z 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:11.7525334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:11.7526611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:11.7527830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:11.7528991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:11.7530123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:11.7531290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:11.7532614Z 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:11.7533895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:11.7535165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:11.7536445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:11.7537698Z 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:11.7538991Z 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:11.7540309Z 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:11.7541654Z 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:11.7543016Z 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:11.7544421Z 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:11.7545898Z 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:11.7547491Z 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:11.7548981Z 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:11.7550531Z 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:11.7552034Z 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:11.7553541Z 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:11.7555065Z 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:11.7556588Z 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:11.7558113Z 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:11.7559628Z 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:11.7561136Z 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:11.7562614Z 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:11.7564116Z 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:11.7565601Z 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:11.7567101Z 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:11.7568589Z 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:11.7570099Z 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:11.7571621Z 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:11.7573281Z 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:11.7574837Z 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:11.7576371Z 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:11.7577878Z 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:11.7579445Z 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:11.7580934Z 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:11.7582400Z 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:11.7583874Z 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:11.7585319Z 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:11.7586715Z 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:11.7588039Z 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:11.7589357Z 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:11.7590814Z 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:11.7592291Z 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:11.7593636Z 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:11.7594944Z 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:11.7596242Z 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:11.7597502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:11.7598725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:11.7599871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:11.7600996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:11.7602210Z 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:11.7603522Z 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:11.7604860Z 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:11.7606232Z 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:11.7607591Z 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:11.7609018Z 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:11.7610537Z 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:11.7611975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:11.7613161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:11.7614345Z 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:11.7615506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:11.7616662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:11.7617797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:11.7618993Z 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:11.7620272Z 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:11.7621720Z 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:11.7622980Z 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:11.7624394Z 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:11.7625855Z 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:11.7627284Z 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:11.7628734Z 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:11.7630120Z 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:11.7631436Z 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:11.7632708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:11.7633908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:11.7635034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:11.7636257Z 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:11.7637542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:11.7638924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:11.7640263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:11.7641537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:11.7642829Z 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:11.7644176Z 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:11.7645526Z 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:11.7646859Z 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:11.7648185Z 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:11.7649512Z 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:11.7650816Z 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:11.7652209Z 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:11.7653548Z 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:11.7654950Z 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:11.7656384Z 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:11.7657773Z 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:11.7659107Z 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:11.7660425Z 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:11.7661898Z 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:11.7663405Z 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:11.7664761Z 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:11.7666070Z 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:11.7667365Z 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:11.7668711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:11.7669944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:11.7671160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:11.7672269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:11.7673410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:11.7674658Z 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:11.7676025Z 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:11.7677428Z 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:11.7678750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:11.7679953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:11.7681125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:11.7682257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:11.7683383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:11.7684461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:11.7685481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:11.7686617Z 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:11.7687786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:11.7688901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:11.7690025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:11.7691140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:11.7692406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:11.7693526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:11.7694645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:11.7695735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:11.7696753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:11.7697806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:11.7698721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:11.7699559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:11.7700511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:11.7701491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:11.7702441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:11.7703403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:11.7704375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:11.7705331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:11.7706253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:11.7707156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:11.7708205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:11.7709283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:11.7710376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:11.7711440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:11.7712385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:11.7713436Z 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:11.7714678Z 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:11.7715858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:11.7716986Z 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:11.7718267Z 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:11.7719607Z 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:11.7721081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:11.7722266Z 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:11.7723451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:11.7724535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:11.7725673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:11.7726621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:11.7727626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:11.7728555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:11.7729469Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:11.7730437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:11.7731487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:11.7732650Z 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:11.7733685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:11.7734678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:11.7735640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:11.7736579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:11.7737566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:11.7738521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:11.7739489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:11.7740506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:11.7741531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:11.7742501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:11.7743461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:11.7744396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:11.7745352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:11.7746305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:11.7747273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:11.7748231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:11.7749191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:11.7750195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:11.7751178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:11.7770592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:11.7771788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:11.7772666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:11.7773676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:11.7774629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:11.7775506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:11.7776394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:11.7777303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:11.7778183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:11.7779053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:11.7779936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:11.7780840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:11.7781850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:11.7782919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:11.7783977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:11.7785021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:11.7786057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:11.7787102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:11.7788144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:11.7789200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:11.7790242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:11.7791294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:11.7792317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:11.7793295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:11.7794255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:11.7795199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:11.7796164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:11.7797138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:11.7798107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:11.7799105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:11.7799991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:11.7800954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:11.7801899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:11.7802937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:11.7803962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:11.7804957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:11.7805993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:11.7807014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:11.7807969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:11.7808868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:11.7809810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:11.7810754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:11.7811808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:11.7812812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:11.7813793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:11.7814817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:11.7815844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:11.7816847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:11.7817827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:11.7818744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:11.7819717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:11.7820977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:11.7821925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:11.7822835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:11.7823831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:11.7824821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:11.7826001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:11.7827140Z 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:11.7828341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:11.7829481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:11.7830677Z 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:11.7831817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:11.7832851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:11.7833768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:11.7834647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:11.7835585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:11.7836607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:11.7837599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:11.7838492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:11.7839416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:11.7840358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:11.7841296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:11.7842215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:11.7843198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:11.7844153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:11.7845063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:11.7845992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:11.7846950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:11.7847904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:11.7848823Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:11.7849754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:11.7850724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:11.7851860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:11.7853002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:11.7854154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:11.7855187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:11.7856231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:11.7857206Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:11.7858203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:11.7859219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:11.7860229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:11.7861260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:11.7862243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:11.7863174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:11.7864057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:11.7864891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:11.7865838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:11.7866943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:11.7868085Z 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:11.7869240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:11.7870351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:11.7871430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:11.7872486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:11.7873571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:11.7874683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:11.7875799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:11.7876792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:11.7877748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:11.7878778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:11.7879805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:11.7880796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:11.7881710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:11.7882534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:11.7883443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:11.7884325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:11.7885247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:11.7886178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:11.7887083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:11.7887973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:11.7888848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:11.7889733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:11.7890610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:11.7891516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:11.7892647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:11.7893793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:11.7894916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:11.7895991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:11.7896932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:11.7897777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:11.7898774Z 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:11.7899804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:11.7900750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:11.7901723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:11.7902728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:11.7903683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:11.7904588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:11.7905462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:11.7906289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:11.7907128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:11.7908035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:11.7908833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:11.7909686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:11.7910504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:11.7911311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:11.7912123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:11.7912956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:11.7913769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:11.7914770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:11.7915978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:11.7917170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:11.7918391Z 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:11.7919651Z 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:11.7921070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:11.7922284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:11.7923471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:11.7924646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:11.7925775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:11.7926907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:11.7928046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:11.7929163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:11.7930318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:11.7931492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:11.7932720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:11.7933878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:11.7935011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:11.7936234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:11.7937427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:11.7938760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:11.7940008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:11.7941291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:11.7942629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:11.7943970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:11.7945216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:11.7946362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:11.7947490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:11.7948613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:11.7949725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:11.7950819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:11.7951956Z 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:11.7953113Z 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:11.7954257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:11.7955438Z 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:11.7956654Z 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:11.7957848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:11.7959021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:11.7960178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:11.7961314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:11.7962467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:11.7963627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:11.7964828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:11.7965964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:11.7967137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:11.7968243Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:11.7969386Z 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:11.7970570Z 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:11.7971809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:11.7973003Z 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:11.7974203Z 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:11.7975384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:11.7976579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:11.7977766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:11.7978926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:11.7980087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:11.7981235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:11.7982361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:11.7983496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:11.7984632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:11.7985761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:11.7986877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:11.7987963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:11.7989032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:11.7990144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:11.7991292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:11.7992421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:11.7993653Z 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:11.7994958Z 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:11.7996129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:11.7997335Z 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:11.7998584Z 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:11.7999821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:11.8001039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:11.8002233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:11.8003414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:11.8004602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:11.8005796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:11.8006972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:11.8008175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:11.8009334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:11.8010513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:11.8011850Z 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:11.8013181Z 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:11.8014416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:11.8015647Z 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:11.8016878Z 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:11.8018105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:11.8019357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:11.8020765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:11.8022157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:11.8023396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:11.8024703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:11.8025922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:11.8027104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:11.8028257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:11.8029410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:11.8030568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:11.8031739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:11.8032888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:11.8034156Z 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:11.8035547Z 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:11.8036925Z 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:11.8038295Z 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:11.8039645Z 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:11.8040982Z 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:11.8042347Z 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:11.8043747Z 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:11.8045129Z 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:11.8046430Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:11.8047658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:11.8048833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:11.8049986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:11.8051301Z 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:11.8052689Z 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:11.8054023Z 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:11.8055264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:11.8056500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:11.8057693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:11.8058868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:11.8060003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:11.8061143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:11.8062241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:11.8063354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:11.8064513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:11.8065658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:11.8066813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:11.8067985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:11.8069118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:11.8070278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:11.8071407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:11.8072523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:11.8073610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:11.8074666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:11.8075705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:11.8076752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:11.8077820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:11.8078877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:11.8080030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:11.8081201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:11.8082305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:11.8083457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:11.8084640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:11.8085964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:11.8087109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:11.8088230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:11.8089335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:11.8090465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:11.8091622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:11.8092862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:11.8094055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:11.8095237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:11.8096416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:11.8097596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:11.8098772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:11.8099929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:11.8101105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:11.8102258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:11.8103379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:11.8104497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:11.8105622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:11.8106727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:11.8107941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:11.8109103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:11.8110323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:11.8111484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:11.8112652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:11.8113794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:11.8114992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:11.8116188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:11.8117377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:11.8118602Z 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:11.8119857Z 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:11.8121314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:11.8122562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:11.8123106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:11.8123653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:11.8124182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:11.8124677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:11.8125181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:11.8125724Z 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:11.8126263Z 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:11.8126793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:11.8127366Z 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:11.8127916Z 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:11.8128473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:11.8129165Z 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:11.8129735Z 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:11.8130336Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:11.8130901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:11.8131406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:11.8131957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:11.8132458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:11.8132929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:11.8133420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:11.8134003Z 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:11.8134593Z 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:11.8135159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:11.8135725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:11.8136255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:11.8136805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:11.8137331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:11.8137858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:11.8138387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:11.8138922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:11.8139455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:11.8139973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:11.8140552Z 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:11.8141107Z 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:11.8141675Z 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:11.8142256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:11.8142781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:11.8143335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:11.8143841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:11.8144327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:11.8144824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:11.8145308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:11.8145800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:11.8146273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:11.8146794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:11.8147308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:11.8147798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:11.8148353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:11.8148890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:11.8149429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:11.8150026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:11.8150618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:11.8151193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:11.8151739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:11.8152270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:11.8152801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:11.8153360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:11.8153898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:11.8154449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:11.8154932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:11.8155464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:11.8155936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:11.8156529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:11.8157044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:11.8157577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:11.8158100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:11.8158629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:11.8159137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:11.8159724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:11.8160260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:11.8160805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:11.8161268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:11.8161725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:11.8162190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:11.8162714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:11.8163235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:11.8163740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:11.8164331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:11.8164893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:11.8165466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:11.8166024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:11.8166581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:11.8167119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:11.8167669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:11.8168187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:11.8168755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:11.8169331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:11.8169821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:11.8170314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:11.8170797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:11.8171282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:11.8171843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:11.8172404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:11.8172940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:11.8173479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:11.8173984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:11.8174493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:11.8174986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:11.8175506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:11.8176036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:11.8176544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:11.8177144Z 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:11.8177713Z 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:11.8178342Z 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:11.8178856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:11.8179379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:11.8179876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:11.8180468Z 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:11.8181037Z 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:11.8181677Z 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:11.8182175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:11.8182723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:11.8183199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:11.8183688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:11.8184179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:11.8184657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:11.8185202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:11.8185726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:11.8186258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:11.8186829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:11.8187405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:11.8187968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:11.8188590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:11.8189184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:11.8189806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:11.8190415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:11.8191026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:11.8191625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:11.8192140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:11.8192654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:11.8193148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:11.8193622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:11.8194074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:11.8194604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:11.8195145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:11.8195738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:11.8196257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:11.8196857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:11.8197434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:11.8198021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:11.8198519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:11.8199008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:11.8199501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:11.8200057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:11.8200605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:11.8201142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:11.8201718Z 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:11.8202271Z 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:11.8202831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:11.8203372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:11.8203909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:11.8204441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:11.8204985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:11.8205505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:11.8206032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:11.8206593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:11.8207143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:11.8207768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:11.8208264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:11.8208807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:11.8209286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:11.8209712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:11.8210206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:11.8210667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:11.8211107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:11.8211536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:11.8212021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:11.8212431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:11.8212863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:11.8213285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:11.8213734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:11.8214182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:11.8214656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:11.8215107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:11.8215570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:11.8215983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:11.8216478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:11.8216898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:11.8217329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:11.8217775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:11.8218174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:11.8218593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:11.8219001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:11.8219426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:11.8219878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:11.8220362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:11.8221038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:11.8221601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:11.8222043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:11.8222462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:11.8222863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:11.8223279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:11.8223756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:11.8224190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:11.8224623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:11.8225310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:11.8226026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:11.8226465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:11.8227030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:11.8227558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:11.8227973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:11.8228447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:11.8228858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:11.8229318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:11.8229867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:11.8230644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:11.8231234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:11.8231748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:11.8232221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:11.8232761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:11.8233225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:11.8233746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:11.8234548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:11.8235132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:11.8235792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:11.8236353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:11.8236871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:11.8237411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:11.8238241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:11.8238954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:11.8239535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:11.8240055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:11.8240546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:11.8241024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:11.8241821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:11.8242406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:11.8243033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:11.8243655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:11.8244339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:11.8245019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:11.8245701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:11.8246300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:11.8246804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:11.8247359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:11.8247841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:11.8248303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:11.8248806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:11.8249368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:11.8249888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:11.8250310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:11.8250875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:11.8251410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:11.8252208Z 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:11.8252842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:11.8253441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:11.8254098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:11.8254693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:11.8255335Z 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:11.8255965Z 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:11.8256555Z 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:11.8257159Z 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:11.8257734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:11.8258286Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:11.8258792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:11.8259300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:11.8259818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:11.8260324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:11.8260826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:11.8261242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:11.8261681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:11.8262159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:11.8262716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:11.8263186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:11.8263696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:11.8264107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:11.8264525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:11.8264949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:11.8265451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:11.8265947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:11.8266463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:11.8266978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:11.8267428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:11.8267852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:11.8268278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:11.8268749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:11.8269155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:11.8269718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:11.8270209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:11.8270763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:11.8271438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:11.8272135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:11.8272793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:11.8273428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:11.8274072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:11.8274709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:11.8275292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:11.8276162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:11.8276934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:11.8277535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:11.8278131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:11.8278616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:11.8279073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:11.8279519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:11.8279966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:11.8280399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:11.8280777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:11.8281171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:11.8281566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:11.8281935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:11.8282334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:11.8282719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:11.8283124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:11.8283523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:11.8283896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:11.8284325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:11.8284881Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:11.8285033Z + echo ::endgroup:: 2025-03-21T20:18:11.8285535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:11.8285973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:11.8286402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:11.8286929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:11.8287428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:11.8287873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:11.8288332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:11.8288919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:11.8289371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:11.8289870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:11.8290282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:11.8290682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:11.8291059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:11.8291447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:11.8291926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:11.8292374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:11.8292841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:11.8293276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:11.8293654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:11.8294087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:11.8294470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:11.8294836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:11.8295236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:11.8295659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:11.8296086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:11.8296459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:11.8296894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:11.8297295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:11.8297754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:11.8298221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:11.8298585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:11.8299057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:11.8299466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:11.8299838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:11.8300206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:11.8300635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:11.8301004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:11.8301428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:11.8301775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:11.8302140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:11.8302520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:11.8302966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:11.8303368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:11.8303727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:11.8304149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:11.8304524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:11.8305004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:11.8305379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:11.8305745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:11.8306106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:11.8306500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:11.8306876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:11.8307254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:11.8307638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:11.8308004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:11.8308349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:11.8308724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:11.8309114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:11.8309603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:11.8309978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:11.8310336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:11.8310681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:11.8311132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:11.8311501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:11.8311888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:11.8312277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:11.8312910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:11.8313459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:11.8313918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:11.8314328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:11.8314723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:11.8315084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:11.8315430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:11.8315799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:11.8316145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:11.8316681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:11.8317170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:11.8317715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:11.8318207Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:11.8318714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:11.8319215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:11.8319688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8320110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:11.8320463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:11.8321232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:11.8321743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:11.8322285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:11.8322786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:11.8323281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8323710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:11.8324207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:11.8324642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:11.8325186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:11.8325631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:11.8326093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:11.8326562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:11.8326980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:11.8327468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:11.8327859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:11.8328268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:11.8328649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:11.8329101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:11.8329532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:11.8329971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:11.8330414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:11.8330840Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:11.8331482Z 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:11.8332179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:11.8332763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8333268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:11.8333737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:11.8334151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:11.8334570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:11.8335113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:11.8335656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.8336167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8336621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:11.8337025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:11.8337430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:11.8337897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:11.8338475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:11.8339148Z 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:11.8339746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:11.8340381Z 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:11.8340969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:11.8341537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8342041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:11.8342499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:11.8343051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:11.8343565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:11.8344151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:11.8344705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8345214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:11.8345664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:11.8346056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:11.8346534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:11.8347024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:11.8347578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:11.8348113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:11.8348605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:11.8349045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:11.8349416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:11.8349937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:11.8350433Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:11.8350921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:11.8351357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:11.8351804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:11.8352236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:11.8352632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:11.8353060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:11.8353455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:11.8353842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:11.8354429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:11.8354987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.8355507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8355966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:11.8356385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:11.8356752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:11.8357142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:11.8357688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:11.8358414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.8360163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8361779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:11.8363374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:11.8364573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:11.8365897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:11.8367382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:11.8369263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:11.8371487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.8373667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8375648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:11.8377551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:11.8379123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:11.8380171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:11.8381277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:11.8382455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8383537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:11.8384526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:11.8385408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:11.8386262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:11.8387171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:11.8388072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:11.8389020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:11.8389989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:11.8391062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:11.8392241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.8393356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:11.8394372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:11.8395290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:11.8396363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:11.8397612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:11.8398773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:11.8399864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:11.8400860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:11.8401742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:11.8402657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:11.8403579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:11.8404427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:11.8405352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:11.8406294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:11.8407248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:11.8408148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:11.8409060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:11.8409906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:11.8410771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:11.8411778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:11.8412752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:11.8413799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:11.8414836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:11.8415812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:11.8416781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:11.8417696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:11.8418570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:11.8419480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:11.8420343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:11.8421389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:11.8422300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:11.8423219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:11.8424151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:11.8425145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:11.8426142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:11.8427122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:11.8428089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:11.8429097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:11.8430140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:11.8431192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:11.8432226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:11.8433407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:11.8434569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:11.8435647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:11.8436688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:11.8437776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:11.8438868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:11.8439921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:11.8441050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:11.8442236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:11.8443443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:11.8444657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:11.8445770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:11.8446738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:11.8447772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:11.8448857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:11.8449878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:11.8450906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:11.8451972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:11.8452867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:11.8453788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:11.8454737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:11.8455656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:11.8456536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:11.8457402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:11.8458302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:11.8459161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:11.8460041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:11.8461044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:11.8462094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:11.8463150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:11.8464104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:11.8464939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:11.8465863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:11.8466865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:11.8467753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:11.8468573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:11.8469419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:11.8470273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:11.8471069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:11.8471837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:11.8472571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:11.8473251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:11.8473899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:11.8475173Z ##[endgroup] 2025-03-21T20:18:11.8575294Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:11.8575665Z with: 2025-03-21T20:18:11.8575909Z repository: pytorch/test-infra 2025-03-21T20:18:11.8576227Z path: test-infra 2025-03-21T20:18:11.8576486Z submodules: recursive 2025-03-21T20:18:11.8576909Z token: *** 2025-03-21T20:18:11.8577149Z ssh-strict: true 2025-03-21T20:18:11.8577397Z ssh-user: git 2025-03-21T20:18:11.8577641Z persist-credentials: true 2025-03-21T20:18:11.8577927Z clean: true 2025-03-21T20:18:11.8578191Z sparse-checkout-cone-mode: true 2025-03-21T20:18:11.8578499Z fetch-depth: 1 2025-03-21T20:18:11.8578743Z fetch-tags: false 2025-03-21T20:18:11.8578987Z show-progress: true 2025-03-21T20:18:11.8579238Z lfs: false 2025-03-21T20:18:11.8579480Z set-safe-directory: true 2025-03-21T20:18:11.8579753Z env: 2025-03-21T20:18:11.8579996Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:11.8580353Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.8580654Z PR_NUMBER: 2025-03-21T20:18:11.8610987Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:11.8612900Z ##[endgroup] 2025-03-21T20:18:11.9749239Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:11.9749999Z ##[group]Getting Git version info 2025-03-21T20:18:11.9750545Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:11.9751279Z [command]/usr/bin/git version 2025-03-21T20:18:11.9751572Z git version 2.47.1 2025-03-21T20:18:11.9762161Z ##[endgroup] 2025-03-21T20:18:11.9773709Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/47a3b9f3-7dd8-45cc-942e-bbebb2dd8215' before making global git config changes 2025-03-21T20:18:11.9774838Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:11.9778468Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:11.9806410Z ##[group]Initializing the repository 2025-03-21T20:18:11.9810632Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:11.9950742Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:11.9951553Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:11.9952132Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:11.9952559Z hint: 2025-03-21T20:18:11.9952859Z hint: git config --global init.defaultBranch 2025-03-21T20:18:11.9953237Z hint: 2025-03-21T20:18:11.9953605Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:11.9954194Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:11.9954636Z hint: 2025-03-21T20:18:11.9954871Z hint: git branch -m 2025-03-21T20:18:11.9961389Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:11.9970547Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:12.0006435Z ##[endgroup] 2025-03-21T20:18:12.0006904Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:12.0010123Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:12.0034185Z ##[endgroup] 2025-03-21T20:18:12.0034613Z ##[group]Setting up auth 2025-03-21T20:18:12.0039418Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:12.0062707Z [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:12.0312360Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:12.0337108Z [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:12.0591681Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:12.0627292Z ##[endgroup] 2025-03-21T20:18:12.0628066Z ##[group]Determining the default branch 2025-03-21T20:18:12.0631136Z Retrieving the default branch name 2025-03-21T20:18:12.2470499Z Default branch 'main' 2025-03-21T20:18:12.2471436Z ##[endgroup] 2025-03-21T20:18:12.2472143Z ##[group]Fetching the repository 2025-03-21T20:18:12.2477475Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:18:12.5681502Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:12.5681974Z * [new branch] main -> origin/main 2025-03-21T20:18:12.5703821Z ##[endgroup] 2025-03-21T20:18:12.5704294Z ##[group]Determining the checkout info 2025-03-21T20:18:12.5705343Z ##[endgroup] 2025-03-21T20:18:12.5710210Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:12.5743501Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:12.5768967Z ##[group]Checking out the ref 2025-03-21T20:18:12.5772801Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:12.6582180Z Switched to a new branch 'main' 2025-03-21T20:18:12.6583016Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:12.6590042Z ##[endgroup] 2025-03-21T20:18:12.6590487Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:12.6595570Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:12.6635748Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:12.6664465Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:12.6692063Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:12.6717172Z ##[endgroup] 2025-03-21T20:18:12.6717633Z ##[group]Fetching submodules 2025-03-21T20:18:12.6720427Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:12.6976208Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:12.7237447Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:12.7493046Z ##[endgroup] 2025-03-21T20:18:12.7493748Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:12.7500288Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:12.7758159Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:12.8019969Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:12.8273265Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:12.8523221Z ##[endgroup] 2025-03-21T20:18:12.8557660Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:12.8578370Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:12.8774837Z Prepare all required actions 2025-03-21T20:18:12.8775425Z Getting action download info 2025-03-21T20:18:12.9742930Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:14.3354170Z Getting action download info 2025-03-21T20:18:14.4424555Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:14.6029608Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:14.6030002Z env: 2025-03-21T20:18:14.6030297Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:14.6030670Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.6030962Z PR_NUMBER: 2025-03-21T20:18:14.6032644Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:14.6034354Z ##[endgroup] 2025-03-21T20:18:14.6122149Z ##[group]Run set -euo pipefail 2025-03-21T20:18:14.6122517Z set -euo pipefail 2025-03-21T20:18:14.6122830Z function get_ec2_metadata() { 2025-03-21T20:18:14.6123222Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:14.6123873Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:14.6124439Z  category=$1 2025-03-21T20:18:14.6125337Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:14.6126258Z } 2025-03-21T20:18:14.6126558Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:14.6127162Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:14.6127654Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:14.6128079Z echo "system info $(uname -a)" 2025-03-21T20:18:14.6134038Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.6134447Z env: 2025-03-21T20:18:14.6134719Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:14.6135108Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.6135415Z PR_NUMBER: 2025-03-21T20:18:14.6137057Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:14.6138734Z ##[endgroup] 2025-03-21T20:18:14.6266141Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:14.6355909Z instance-id: i-025119602b183fbd7 2025-03-21T20:18:14.6444179Z instance-type: c5.2xlarge 2025-03-21T20:18:14.6454125Z system info Linux ip-10-0-51-52.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:14.6510213Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:14.6511167Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:14.6517238Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.6517634Z env: 2025-03-21T20:18:14.6517907Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:14.6518463Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.6518792Z PR_NUMBER: 2025-03-21T20:18:14.6520401Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:14.6522317Z ##[endgroup] 2025-03-21T20:18:14.6598482Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:14.6598953Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:14.6599339Z  echo "Docker daemon is running..."; 2025-03-21T20:18:14.6599677Z else 2025-03-21T20:18:14.6600046Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:14.6600494Z fi 2025-03-21T20:18:14.6606111Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.6606497Z env: 2025-03-21T20:18:14.6606746Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:14.6607111Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.6607408Z PR_NUMBER: 2025-03-21T20:18:14.6609017Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:14.6610687Z ##[endgroup] 2025-03-21T20:18:14.6680442Z Docker daemon is running... 2025-03-21T20:18:14.6709479Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:14.6710168Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:14.6710853Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:14.6711472Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:14.6712214Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:14.6717914Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.6718312Z env: 2025-03-21T20:18:14.6718594Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:14.6718961Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.6719256Z PR_NUMBER: 2025-03-21T20:18:14.6721108Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:14.6722807Z AWS_RETRY_MODE: standard 2025-03-21T20:18:14.6723096Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:14.6723375Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:14.6723670Z ##[endgroup] 2025-03-21T20:18:15.7411534Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:15.7412415Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:15.7413308Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:15.7413984Z 2025-03-21T20:18:15.7419027Z Login Succeeded 2025-03-21T20:18:15.7461387Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.7462163Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.7462697Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.7469468Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.7469874Z env: 2025-03-21T20:18:15.7470151Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:15.7470526Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.7470836Z PR_NUMBER: 2025-03-21T20:18:15.7472461Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:15.7474127Z ##[endgroup] 2025-03-21T20:18:15.7561807Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:15.7562322Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:15.7562748Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:15.7563126Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:15.7563574Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.7564011Z  2025-03-21T20:18:15.7564327Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:15.7564766Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:15.7565151Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:15.7565640Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.7566094Z  2025-03-21T20:18:15.7566350Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:15.7566709Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:15.7567049Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:15.7567467Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.7573455Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.7573838Z env: 2025-03-21T20:18:15.7574103Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:15.7574466Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.7574763Z PR_NUMBER: 2025-03-21T20:18:15.7576373Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:15.7578044Z ##[endgroup] 2025-03-21T20:18:16.3830081Z ##[group]Run needs=0 2025-03-21T20:18:16.3830383Z needs=0 2025-03-21T20:18:16.3830789Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:16.3831256Z  needs=1 2025-03-21T20:18:16.3831506Z fi 2025-03-21T20:18:16.3831783Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:16.3838035Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.3838437Z env: 2025-03-21T20:18:16.3838694Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:16.3839058Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.3839365Z PR_NUMBER: 2025-03-21T20:18:16.3841142Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:16.3842967Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.3843567Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.3844130Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.3844519Z ##[endgroup] 2025-03-21T20:18:16.4175344Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:16.4175955Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:16.4176395Z # shellcheck disable=SC2046 2025-03-21T20:18:16.4176731Z docker stop $(docker ps -q) || true 2025-03-21T20:18:16.4177089Z # Prune all of the docker images 2025-03-21T20:18:16.4177431Z docker system prune -af 2025-03-21T20:18:16.4183220Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.4183611Z env: 2025-03-21T20:18:16.4183894Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:16.4184276Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.4184582Z PR_NUMBER: 2025-03-21T20:18:16.4186195Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:16.4188007Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.4188605Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.4189163Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.4189563Z ##[endgroup] 2025-03-21T20:18:16.4423527Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:16.4423942Z See 'docker stop --help'. 2025-03-21T20:18:16.4424379Z 2025-03-21T20:18:16.4424563Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:16.4424857Z 2025-03-21T20:18:16.4424988Z Stop one or more running containers 2025-03-21T20:18:16.4572623Z Total reclaimed space: 0B 2025-03-21T20:18:16.4785581Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:16.4785974Z with: 2025-03-21T20:18:16.4786422Z github-secret: *** 2025-03-21T20:18:16.4787133Z 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:16.4787904Z activate-with-label: false 2025-03-21T20:18:16.4788197Z label: with-ssh 2025-03-21T20:18:16.4788460Z remove-existing-keys: true 2025-03-21T20:18:16.4788752Z fail-silently: true 2025-03-21T20:18:16.4788988Z env: 2025-03-21T20:18:16.4789246Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:16.4789602Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.4789913Z PR_NUMBER: 2025-03-21T20:18:16.4791717Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:16.4793519Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.4794106Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.4794663Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.4795066Z ##[endgroup] 2025-03-21T20:18:16.5859391Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:16.5861311Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:16.5980586Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:16.5980911Z with: 2025-03-21T20:18:16.5981143Z repository: pytorch/executorch 2025-03-21T20:18:16.5981481Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:16.5981834Z path: pytorch/executorch 2025-03-21T20:18:16.5982122Z fetch-depth: 1 2025-03-21T20:18:16.5982370Z submodules: true 2025-03-21T20:18:16.5982776Z token: *** 2025-03-21T20:18:16.5983009Z ssh-strict: true 2025-03-21T20:18:16.5983252Z ssh-user: git 2025-03-21T20:18:16.5983507Z persist-credentials: true 2025-03-21T20:18:16.5983789Z clean: true 2025-03-21T20:18:16.5984322Z sparse-checkout-cone-mode: true 2025-03-21T20:18:16.5984745Z fetch-tags: false 2025-03-21T20:18:16.5985079Z show-progress: true 2025-03-21T20:18:16.5985443Z lfs: false 2025-03-21T20:18:16.5985808Z set-safe-directory: true 2025-03-21T20:18:16.5986176Z env: 2025-03-21T20:18:16.5986573Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:16.5987100Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.5987498Z PR_NUMBER: 2025-03-21T20:18:16.5989226Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:16.5991119Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.5991833Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.5992500Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.5992970Z ##[endgroup] 2025-03-21T20:18:16.6962703Z Syncing repository: pytorch/executorch 2025-03-21T20:18:16.6971036Z ##[group]Getting Git version info 2025-03-21T20:18:16.6971920Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:16.6997432Z [command]/usr/bin/git version 2025-03-21T20:18:16.7031416Z git version 2.47.1 2025-03-21T20:18:16.7055655Z ##[endgroup] 2025-03-21T20:18:16.7066482Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cf4b82d7-cda8-4db9-b036-9a48983d904a' before making global git config changes 2025-03-21T20:18:16.7067601Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:16.7071492Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:16.7099632Z ##[group]Initializing the repository 2025-03-21T20:18:16.7104136Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:16.7132503Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:16.7133198Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:16.7133794Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:16.7134358Z hint: 2025-03-21T20:18:16.7134752Z hint: git config --global init.defaultBranch 2025-03-21T20:18:16.7135214Z hint: 2025-03-21T20:18:16.7135657Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:16.7136314Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:16.7147955Z hint: 2025-03-21T20:18:16.7148311Z hint: git branch -m 2025-03-21T20:18:16.7148952Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:16.7150225Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:16.7165523Z ##[endgroup] 2025-03-21T20:18:16.7166243Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:16.7169717Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:16.7194187Z ##[endgroup] 2025-03-21T20:18:16.7194627Z ##[group]Setting up auth 2025-03-21T20:18:16.7199364Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:16.7223493Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:16.7474988Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:16.7499948Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:16.7758557Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:16.7799679Z ##[endgroup] 2025-03-21T20:18:16.7800129Z ##[group]Fetching the repository 2025-03-21T20:18:16.7807131Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:18.2082491Z From https://github.com/pytorch/executorch 2025-03-21T20:18:18.2083016Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:18.2114143Z ##[endgroup] 2025-03-21T20:18:18.2114953Z ##[group]Determining the checkout info 2025-03-21T20:18:18.2117126Z ##[endgroup] 2025-03-21T20:18:18.2122390Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:18.2155397Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:18.2179608Z ##[group]Checking out the ref 2025-03-21T20:18:18.2183833Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:18.6806753Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:18.6807122Z 2025-03-21T20:18:18.6807348Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:18.6808112Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:18.6808820Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:18.6809180Z 2025-03-21T20:18:18.6809466Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:18.6810116Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:18.6810448Z 2025-03-21T20:18:18.6810644Z git switch -c 2025-03-21T20:18:18.6810876Z 2025-03-21T20:18:18.6811022Z Or undo this operation with: 2025-03-21T20:18:18.6811304Z 2025-03-21T20:18:18.6811451Z git switch - 2025-03-21T20:18:18.6811759Z 2025-03-21T20:18:18.6812047Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:18.6812483Z 2025-03-21T20:18:18.6812664Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:18.6844269Z ##[endgroup] 2025-03-21T20:18:18.6844978Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:18.6849995Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:18.6889285Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:18.6913224Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:18.6938153Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:18.6958445Z ##[endgroup] 2025-03-21T20:18:18.6959100Z ##[group]Fetching submodules 2025-03-21T20:18:18.6961651Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:18.7225527Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:18.7482238Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:18.7485348Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:18.7487864Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:18.7490231Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:18.7493378Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:18.7495972Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:18.7497523Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:18.7500776Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:18.7504015Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:18.7507334Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:18.7510798Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:18.7514146Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:18.7517849Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:18.7521942Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:18.7525609Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:18.7529765Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:18.7535104Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:18.7539357Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:18.7543531Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:18.7547836Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:18.7552144Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:18.7556569Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:18.7561174Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:18.7589468Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:18.9820683Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:19.1865622Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:19.4601463Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:19.8367024Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:20.0888247Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:20.2744243Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:20.4501991Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:20.6747177Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:21.3406156Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:21.6620869Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:21.8882631Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:22.1192127Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:22.8712293Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:23.0817873Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:23.3915393Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:23.7028974Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:23.9287290Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:24.1083767Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:24.3384807Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:24.5210651Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:24.6922975Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:25.0838889Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:25.7942992Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:25.7943695Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:25.8053735Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:26.2723322Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:26.2723922Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:26.2834432Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:26.2925748Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:26.9913033Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:26.9913597Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:27.0417522Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:27.6630998Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:27.6631626Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:27.6945330Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:28.0869955Z From https://github.com/zeux/volk 2025-03-21T20:18:28.0870478Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:28.0945542Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:28.5062499Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:28.5063042Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:28.5151191Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:28.9344333Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:28.9344858Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:28.9404222Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:30.4371501Z From https://github.com/google/XNNPACK 2025-03-21T20:18:30.4372070Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:31.0237466Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:31.5076008Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:31.5076766Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:31.5911723Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:31.9647098Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:31.9647660Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:31.9732582Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:32.4098652Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:32.4099206Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:32.4342590Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:33.9871910Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:33.9872469Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:34.1112784Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:34.1285845Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:34.6320618Z From https://github.com/pytorch/ao 2025-03-21T20:18:34.6321146Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:34.6986649Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:35.3244060Z From https://github.com/google/flatbuffers 2025-03-21T20:18:35.3244581Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:35.4272907Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:35.9599330Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:35.9599861Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:35.9851170Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:36.4718100Z From https://github.com/gflags/gflags 2025-03-21T20:18:36.4718624Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:36.4807377Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:37.0776006Z From https://github.com/google/googletest 2025-03-21T20:18:37.0776535Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:37.1123147Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:37.5013767Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:37.5014289Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:37.5088368Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:37.5157375Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:38.6978038Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:38.6978880Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:38.7727291Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:39.3400361Z From https://github.com/pybind/pybind11 2025-03-21T20:18:39.3400914Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:39.3672180Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:39.3688868Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:39.3950470Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:39.3976769Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:39.4000686Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:39.4026754Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:39.4052040Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:39.4076908Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:39.4101293Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:39.4125994Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:39.4151047Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:39.4176032Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:39.4200071Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:39.4224384Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:39.4250311Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:39.4273437Z Entering 'shim' 2025-03-21T20:18:39.4298499Z Entering 'third-party/ao' 2025-03-21T20:18:39.4322544Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:39.4346868Z Entering 'third-party/flatcc' 2025-03-21T20:18:39.4371256Z Entering 'third-party/gflags' 2025-03-21T20:18:39.4395099Z Entering 'third-party/googletest' 2025-03-21T20:18:39.4418474Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:39.4442549Z Entering 'third-party/pocketfft' 2025-03-21T20:18:39.4467088Z Entering 'third-party/prelude' 2025-03-21T20:18:39.4491618Z Entering 'third-party/pybind11' 2025-03-21T20:18:39.4524866Z ##[endgroup] 2025-03-21T20:18:39.4525360Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:39.4531433Z [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:39.4786899Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:39.4837028Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:39.4886143Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:39.4935170Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:39.4983989Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:39.5033025Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:39.5081810Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:39.5130905Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:39.5180716Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:39.5247200Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:39.5301286Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:39.5351193Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:39.5400692Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:39.5452535Z Entering 'shim' 2025-03-21T20:18:39.5502100Z Entering 'third-party/ao' 2025-03-21T20:18:39.5553373Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:39.5606064Z Entering 'third-party/flatcc' 2025-03-21T20:18:39.5656573Z Entering 'third-party/gflags' 2025-03-21T20:18:39.5707083Z Entering 'third-party/googletest' 2025-03-21T20:18:39.5758013Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:39.5809184Z Entering 'third-party/pocketfft' 2025-03-21T20:18:39.5864780Z Entering 'third-party/prelude' 2025-03-21T20:18:39.5917228Z Entering 'third-party/pybind11' 2025-03-21T20:18:39.5983001Z [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:39.6238800Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:39.6287290Z 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:39.6288859Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:39.6338266Z 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:39.6340133Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:39.6389834Z 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:39.6391430Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:39.6446752Z 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:39.6448246Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:39.6497012Z 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:39.6498760Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:39.6549362Z 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:39.6550840Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:39.6599506Z 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:39.6601091Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:39.6651813Z 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:39.6653348Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:39.6702720Z 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:39.6704308Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:39.6756265Z 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:39.6757420Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:39.6805619Z 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:39.6806583Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:39.6858001Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:39.6859379Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:39.6908423Z 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:39.6909768Z Entering 'shim' 2025-03-21T20:18:39.6958147Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:39.6959358Z Entering 'third-party/ao' 2025-03-21T20:18:39.7007588Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:39.7008882Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:39.7060407Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:39.7061847Z Entering 'third-party/flatcc' 2025-03-21T20:18:39.7114228Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:39.7115450Z Entering 'third-party/gflags' 2025-03-21T20:18:39.7162722Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:39.7164186Z Entering 'third-party/googletest' 2025-03-21T20:18:39.7212198Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:39.7213478Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:39.7261625Z 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:39.7262958Z Entering 'third-party/pocketfft' 2025-03-21T20:18:39.7311042Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:39.7312458Z Entering 'third-party/prelude' 2025-03-21T20:18:39.7361951Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:39.7363123Z Entering 'third-party/pybind11' 2025-03-21T20:18:39.7409740Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:39.7649922Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:39.7910532Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:39.7935723Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:39.7961896Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:39.7987562Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:39.8014045Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:39.8038524Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:39.8063758Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:39.8087900Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:39.8113429Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:39.8138357Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:39.8162799Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:39.8186738Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:39.8210609Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:39.8235079Z Entering 'shim' 2025-03-21T20:18:39.8259013Z Entering 'third-party/ao' 2025-03-21T20:18:39.8282713Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:39.8306843Z Entering 'third-party/flatcc' 2025-03-21T20:18:39.8330676Z Entering 'third-party/gflags' 2025-03-21T20:18:39.8355047Z Entering 'third-party/googletest' 2025-03-21T20:18:39.8378653Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:39.8402423Z Entering 'third-party/pocketfft' 2025-03-21T20:18:39.8426885Z Entering 'third-party/prelude' 2025-03-21T20:18:39.8450877Z Entering 'third-party/pybind11' 2025-03-21T20:18:39.8488227Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:39.8744301Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:39.8767872Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:39.8794381Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:39.8820163Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:39.8845954Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:39.8871142Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:39.8896375Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:39.8921873Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:39.8947208Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:39.8972669Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:39.8998606Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:39.9023719Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:39.9049027Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:39.9074841Z Entering 'shim' 2025-03-21T20:18:39.9100157Z Entering 'third-party/ao' 2025-03-21T20:18:39.9125403Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:39.9150661Z Entering 'third-party/flatcc' 2025-03-21T20:18:39.9175727Z Entering 'third-party/gflags' 2025-03-21T20:18:39.9200752Z Entering 'third-party/googletest' 2025-03-21T20:18:39.9224808Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:39.9249659Z Entering 'third-party/pocketfft' 2025-03-21T20:18:39.9274976Z Entering 'third-party/prelude' 2025-03-21T20:18:39.9299873Z Entering 'third-party/pybind11' 2025-03-21T20:18:39.9335685Z ##[endgroup] 2025-03-21T20:18:39.9370281Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:39.9390168Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:39.9588633Z Prepare all required actions 2025-03-21T20:18:39.9589205Z Getting action download info 2025-03-21T20:18:40.0563170Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:40.2058205Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:40.2058659Z with: 2025-03-21T20:18:40.2058930Z docker-image-name: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:40.2059317Z docker-build-dir: .ci/docker 2025-03-21T20:18:40.2059633Z working-directory: pytorch/executorch 2025-03-21T20:18:40.2060063Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.2060474Z force-push: false 2025-03-21T20:18:40.2060704Z env: 2025-03-21T20:18:40.2060962Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:40.2061317Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.2061623Z PR_NUMBER: 2025-03-21T20:18:40.2063284Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:40.2065098Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.2065683Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.2066245Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.2066656Z ##[endgroup] 2025-03-21T20:18:40.2093579Z ##[group]Run set -ex 2025-03-21T20:18:40.2093936Z set -ex 2025-03-21T20:18:40.2094174Z  2025-03-21T20:18:40.2094579Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:40.2095270Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:40.2095841Z # job could then download the pre-built image as usual 2025-03-21T20:18:40.2096365Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:40.2096854Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2097301Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2097715Z  2025-03-21T20:18:40.2098078Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:40.2098532Z  exit 0 2025-03-21T20:18:40.2098771Z else 2025-03-21T20:18:40.2099041Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2099382Z fi 2025-03-21T20:18:40.2099606Z  2025-03-21T20:18:40.2099963Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:40.2100575Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:40.2101114Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:40.2101597Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:40.2102252Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2102747Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2103168Z else 2025-03-21T20:18:40.2103494Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:40.2103966Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2104600Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2105174Z fi 2025-03-21T20:18:40.2111148Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:40.2111550Z env: 2025-03-21T20:18:40.2111829Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:40.2112192Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.2112479Z PR_NUMBER: 2025-03-21T20:18:40.2114109Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:40.2115913Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.2116507Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.2117070Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.2117481Z REPO_NAME: executorch 2025-03-21T20:18:40.2117797Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:40.2118160Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:40.2118548Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.2118956Z ##[endgroup] 2025-03-21T20:18:40.2149164Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:40.2149477Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:40.2149781Z + echo skip=false 2025-03-21T20:18:40.2150826Z + [[ executorch-ubuntu-22.04-gcc9 == *\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:40.2153967Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:40.2172061Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.2173067Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.2174655Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.2213617Z ##[group]Run set +e 2025-03-21T20:18:40.2213977Z set +e 2025-03-21T20:18:40.2214226Z set -x 2025-03-21T20:18:40.2214468Z  2025-03-21T20:18:40.2214682Z login() { 2025-03-21T20:18:40.2215191Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:40.2215724Z } 2025-03-21T20:18:40.2215952Z  2025-03-21T20:18:40.2216178Z retry () { 2025-03-21T20:18:40.2216450Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:40.2216777Z } 2025-03-21T20:18:40.2217000Z  2025-03-21T20:18:40.2217251Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:40.2217572Z  2025-03-21T20:18:40.2217794Z START_TIME=$(date +%s) 2025-03-21T20:18:40.2218104Z # Wait up to 120 minutes 2025-03-21T20:18:40.2218495Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:40.2218999Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:40.2219496Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:40.2219859Z  exit 0 2025-03-21T20:18:40.2220260Z  fi 2025-03-21T20:18:40.2220709Z  2025-03-21T20:18:40.2221110Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:40.2222201Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:40.2223188Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:40.2224203Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:40.2224857Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:40.2225356Z  break 2025-03-21T20:18:40.2225927Z  else 2025-03-21T20:18:40.2226389Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:40.2227072Z  sleep 300 2025-03-21T20:18:40.2227531Z  fi 2025-03-21T20:18:40.2227840Z done 2025-03-21T20:18:40.2228138Z  2025-03-21T20:18:40.2228630Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:40.2229563Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:40.2230454Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:40.2231226Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:40.2231916Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:40.2232469Z else 2025-03-21T20:18:40.2232995Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:40.2233768Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:40.2234260Z fi 2025-03-21T20:18:40.2234567Z  2025-03-21T20:18:40.2234911Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:40.2235488Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2236046Z  2025-03-21T20:18:40.2236789Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:40.2237641Z  exit 0 2025-03-21T20:18:40.2237968Z fi 2025-03-21T20:18:40.2238266Z  2025-03-21T20:18:40.2238693Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:40.2239721Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:40.2240716Z  exit 1 2025-03-21T20:18:40.2241102Z fi 2025-03-21T20:18:40.2241331Z  2025-03-21T20:18:40.2241719Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:40.2242771Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:40.2243697Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:40.2244688Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:40.2245999Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:40.2246851Z fi 2025-03-21T20:18:40.2247228Z  2025-03-21T20:18:40.2247675Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:40.2256005Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:40.2256697Z env: 2025-03-21T20:18:40.2257912Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.2259327Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.2259854Z PR_NUMBER: 2025-03-21T20:18:40.2263252Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:40.2266758Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.2267616Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.2268551Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.2269055Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:40.2269525Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:40.2269964Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.2270428Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.2270835Z DOCKER_PUSH: 2025-03-21T20:18:40.2271077Z ##[endgroup] 2025-03-21T20:18:40.2295410Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.2295871Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.2298584Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:40.2299588Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.7616915Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:40.7617477Z Login Succeeded 2025-03-21T20:18:40.7617824Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:40.7618410Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:40.7618837Z 2025-03-21T20:18:40.7631019Z ++ date +%s 2025-03-21T20:18:40.7639503Z + START_TIME=1742588320 2025-03-21T20:18:40.7643278Z ++ date +%s 2025-03-21T20:18:40.7652143Z + [[ 1742581120 -lt 1742588320 ]] 2025-03-21T20:18:40.7653473Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.0615480Z { 2025-03-21T20:18:41.0615976Z "schemaVersion": 2, 2025-03-21T20:18:41.0616683Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:41.0617143Z "config": { 2025-03-21T20:18:41.0617498Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:41.0617922Z "size": 15099, 2025-03-21T20:18:41.0618342Z "digest": "sha256:dc85df5d325314b5cae5829d7eb0b1fb2ff0e1133140c7b185a0eefef686f65e" 2025-03-21T20:18:41.0618878Z }, 2025-03-21T20:18:41.0619093Z "layers": [ 2025-03-21T20:18:41.0619370Z { 2025-03-21T20:18:41.0620176Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0621189Z "size": 30440118, 2025-03-21T20:18:41.0621843Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:41.0622328Z }, 2025-03-21T20:18:41.0622549Z { 2025-03-21T20:18:41.0622887Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0623299Z "size": 633, 2025-03-21T20:18:41.0623730Z "digest": "sha256:dd02e800457d384a6ebc91ab0cb4faee3c5d0be41dafe49539139689da68f0b4" 2025-03-21T20:18:41.0624223Z }, 2025-03-21T20:18:41.0624428Z { 2025-03-21T20:18:41.0624765Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0625182Z "size": 157526169, 2025-03-21T20:18:41.0625635Z "digest": "sha256:963ff8119d851a0327d32c66869d18c80702a4b1237c5a6c559cecd9a09fd161" 2025-03-21T20:18:41.0626104Z }, 2025-03-21T20:18:41.0626315Z { 2025-03-21T20:18:41.0626672Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0627081Z "size": 623, 2025-03-21T20:18:41.0627499Z "digest": "sha256:9f492e75e36483d014dc528af5928a9589a8baee8efac3debe2c3e33ab57845e" 2025-03-21T20:18:41.0627977Z }, 2025-03-21T20:18:41.0628187Z { 2025-03-21T20:18:41.0628524Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0629221Z "size": 19308767, 2025-03-21T20:18:41.0629647Z "digest": "sha256:18e0194d8fd39200b930ac9820761f79b5758414010bf2f0511f4f4bfd8197b7" 2025-03-21T20:18:41.0630116Z }, 2025-03-21T20:18:41.0630329Z { 2025-03-21T20:18:41.0630680Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0631095Z "size": 736, 2025-03-21T20:18:41.0631517Z "digest": "sha256:f220c60fb51b5b7095afe357b4eacf876aa48f8805f82fe7d1f3852f954942ec" 2025-03-21T20:18:41.0631997Z }, 2025-03-21T20:18:41.0632236Z { 2025-03-21T20:18:41.0632633Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0633170Z "size": 106, 2025-03-21T20:18:41.0633596Z "digest": "sha256:3808aa508dacf349be986d852530c6ad9d10f08ae529bd55123ea6fcb95801ab" 2025-03-21T20:18:41.0634347Z }, 2025-03-21T20:18:41.0634694Z { 2025-03-21T20:18:41.0635244Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0635877Z "size": 447, 2025-03-21T20:18:41.0636312Z "digest": "sha256:fe26c3c6825bbaeb6d26b9a2fdba514e963b2edefdc95a825c0fc45864fcf9c5" 2025-03-21T20:18:41.0636810Z }, 2025-03-21T20:18:41.0637019Z { 2025-03-21T20:18:41.0637358Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0637777Z "size": 53116291, 2025-03-21T20:18:41.0638211Z "digest": "sha256:a4233031cb9b68331e2fd4928fbccbc6b6f9bc79bd09008d55ba7d3d6460a1be" 2025-03-21T20:18:41.0638690Z }, 2025-03-21T20:18:41.0638897Z { 2025-03-21T20:18:41.0639235Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0639650Z "size": 637, 2025-03-21T20:18:41.0640096Z "digest": "sha256:ceb6fc77deabdae09619ac1085ce4a69c38262fe7d0fd69ced07ce1f16ab6faf" 2025-03-21T20:18:41.0640593Z }, 2025-03-21T20:18:41.0640798Z { 2025-03-21T20:18:41.0641137Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0641554Z "size": 33684789, 2025-03-21T20:18:41.0641983Z "digest": "sha256:6a05648cf63228a85c9643cc9e4b940d11f08952c3fd98f429b64363b9816f70" 2025-03-21T20:18:41.0642458Z }, 2025-03-21T20:18:41.0642671Z { 2025-03-21T20:18:41.0643000Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0643424Z "size": 319, 2025-03-21T20:18:41.0643854Z "digest": "sha256:cfc770be1ffd3f7082a8fd61f99951e4ffb84099db2b2c1243a252eafb72be02" 2025-03-21T20:18:41.0644344Z }, 2025-03-21T20:18:41.0644551Z { 2025-03-21T20:18:41.0644874Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0645299Z "size": 251050517, 2025-03-21T20:18:41.0645739Z "digest": "sha256:029fb0239083c84a0ac0dc445e7daf7136dbe6524dca14629cc567ed5a83eb3a" 2025-03-21T20:18:41.0646222Z }, 2025-03-21T20:18:41.0646431Z { 2025-03-21T20:18:41.0646758Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0647178Z "size": 476, 2025-03-21T20:18:41.0647602Z "digest": "sha256:b8fd0290a8078720e27ac83240015ec73bf03ed0b85a5e9a5f34708438232118" 2025-03-21T20:18:41.0648076Z }, 2025-03-21T20:18:41.0648280Z { 2025-03-21T20:18:41.0648608Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0649029Z "size": 1043, 2025-03-21T20:18:41.0649438Z "digest": "sha256:270550230e45da02165c82585193999763ffd60812e38ab392c7794e8d2b8dd3" 2025-03-21T20:18:41.0649898Z }, 2025-03-21T20:18:41.0650107Z { 2025-03-21T20:18:41.0650370Z + exit 0 2025-03-21T20:18:41.0650703Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0651132Z "size": 611, 2025-03-21T20:18:41.0651558Z "digest": "sha256:8c4e0d8d6b991a2f9ad4405fa45051e81b1859f7b104009023cebc8815858275" 2025-03-21T20:18:41.0652140Z }, 2025-03-21T20:18:41.0652351Z { 2025-03-21T20:18:41.0652679Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0653107Z "size": 111071184, 2025-03-21T20:18:41.0653686Z "digest": "sha256:934e05368065cfda268b35d69711d98ea3ea0c148d2a7615d8b8a60d30cd1a7f" 2025-03-21T20:18:41.0654166Z }, 2025-03-21T20:18:41.0654383Z { 2025-03-21T20:18:41.0654715Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0655151Z "size": 563, 2025-03-21T20:18:41.0655571Z "digest": "sha256:533de89a444b561512ca996d737ac88e54f3e4b43d1e63a4697386b9b588e237" 2025-03-21T20:18:41.0656052Z }, 2025-03-21T20:18:41.0656259Z { 2025-03-21T20:18:41.0656586Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0657014Z "size": 208, 2025-03-21T20:18:41.0657510Z "digest": "sha256:8ad713af735db6df5fb5e6c2705312f9b793b5714a64107e9b749ac242ceb58b" 2025-03-21T20:18:41.0657991Z }, 2025-03-21T20:18:41.0658205Z { 2025-03-21T20:18:41.0658533Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0658959Z "size": 1189, 2025-03-21T20:18:41.0659386Z "digest": "sha256:b1797af6839b82a329d0bbb40c2446e5e32d4dcc34bc7b5de8e7b9b32a756446" 2025-03-21T20:18:41.0659875Z }, 2025-03-21T20:18:41.0660082Z { 2025-03-21T20:18:41.0660412Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0660839Z "size": 679, 2025-03-21T20:18:41.0661261Z "digest": "sha256:9399f9bab91d9b4cf64a0908eb94ac3f3193869e4b2ac2afdb555ee8d7f5a7fd" 2025-03-21T20:18:41.0661758Z }, 2025-03-21T20:18:41.0661966Z { 2025-03-21T20:18:41.0662294Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0662729Z "size": 6839265658, 2025-03-21T20:18:41.0663172Z "digest": "sha256:4f7e4555ac7039bb450f3dc4b1469af82740b2aebcc65e6a45973634fb63a5f6" 2025-03-21T20:18:41.0663655Z }, 2025-03-21T20:18:41.0663863Z { 2025-03-21T20:18:41.0664188Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0664616Z "size": 1384, 2025-03-21T20:18:41.0665045Z "digest": "sha256:5aba4b6417d53f76eb596f0f04225aa68aaaa4bd64969d09375f028e818b365e" 2025-03-21T20:18:41.0665537Z }, 2025-03-21T20:18:41.0665743Z { 2025-03-21T20:18:41.0666068Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0666496Z "size": 679, 2025-03-21T20:18:41.0666923Z "digest": "sha256:9399f9bab91d9b4cf64a0908eb94ac3f3193869e4b2ac2afdb555ee8d7f5a7fd" 2025-03-21T20:18:41.0667412Z }, 2025-03-21T20:18:41.0667623Z { 2025-03-21T20:18:41.0667949Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0668376Z "size": 230807437, 2025-03-21T20:18:41.0668813Z "digest": "sha256:1573140cab32251ab60dbe2f9175d2b1f5ff9c6aa9459d61ce72dc5701d15d83" 2025-03-21T20:18:41.0669296Z }, 2025-03-21T20:18:41.0669510Z { 2025-03-21T20:18:41.0669839Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0670264Z "size": 828, 2025-03-21T20:18:41.0670684Z "digest": "sha256:c3775bd93f495d148bdea9a7104a07b6a9a8d643137966e041ce4d1319d4cd54" 2025-03-21T20:18:41.0671170Z }, 2025-03-21T20:18:41.0671376Z { 2025-03-21T20:18:41.0671699Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0672127Z "size": 679, 2025-03-21T20:18:41.0672550Z "digest": "sha256:9399f9bab91d9b4cf64a0908eb94ac3f3193869e4b2ac2afdb555ee8d7f5a7fd" 2025-03-21T20:18:41.0673034Z }, 2025-03-21T20:18:41.0673244Z { 2025-03-21T20:18:41.0673567Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0673995Z "size": 182628246, 2025-03-21T20:18:41.0674432Z "digest": "sha256:f5c57d8670308dc1a374d5dcbb85eaa643f3dc44b0f64fd32558e0a429b2d0d2" 2025-03-21T20:18:41.0674919Z }, 2025-03-21T20:18:41.0675129Z { 2025-03-21T20:18:41.0675464Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0675892Z "size": 530, 2025-03-21T20:18:41.0676307Z "digest": "sha256:0cc1ffa7b1a691c61320d01750ac9092086d265d489e256f37319b58ebec92c2" 2025-03-21T20:18:41.0676780Z }, 2025-03-21T20:18:41.0677081Z { 2025-03-21T20:18:41.0677408Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0677830Z "size": 679, 2025-03-21T20:18:41.0678254Z "digest": "sha256:9399f9bab91d9b4cf64a0908eb94ac3f3193869e4b2ac2afdb555ee8d7f5a7fd" 2025-03-21T20:18:41.0678746Z }, 2025-03-21T20:18:41.0678941Z { 2025-03-21T20:18:41.0679281Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0679712Z "size": 356, 2025-03-21T20:18:41.0680145Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:41.0680611Z }, 2025-03-21T20:18:41.0680823Z { 2025-03-21T20:18:41.0681241Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0681670Z "size": 32, 2025-03-21T20:18:41.0682093Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:41.0682569Z }, 2025-03-21T20:18:41.0682784Z { 2025-03-21T20:18:41.0683130Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0683705Z "size": 166, 2025-03-21T20:18:41.0684129Z "digest": "sha256:7346618fbf0ab0d936fda26975aa99e23d3316f4af12728151eec788a0387e1e" 2025-03-21T20:18:41.0684597Z }, 2025-03-21T20:18:41.0684807Z { 2025-03-21T20:18:41.0685153Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0685581Z "size": 1111, 2025-03-21T20:18:41.0686005Z "digest": "sha256:811b9aa8aaf30e8913b64019e5cd074ae12ab8218c0aac2a43fde328995784db" 2025-03-21T20:18:41.0686481Z }, 2025-03-21T20:18:41.0686689Z { 2025-03-21T20:18:41.0687038Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0687467Z "size": 32, 2025-03-21T20:18:41.0687886Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:41.0688359Z }, 2025-03-21T20:18:41.0688568Z { 2025-03-21T20:18:41.0688905Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:41.0689333Z "size": 108, 2025-03-21T20:18:41.0689755Z "digest": "sha256:c19f77e0edefe256d78ee8b4144657905a5a7b5c4f31468b13032f3b95bab8ab" 2025-03-21T20:18:41.0690218Z } 2025-03-21T20:18:41.0690427Z ] 2025-03-21T20:18:41.0690641Z } 2025-03-21T20:18:41.0721755Z ##[group]Run set -eux 2025-03-21T20:18:41.0722074Z set -eux 2025-03-21T20:18:41.0722958Z 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:41.0729485Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:41.0729884Z env: 2025-03-21T20:18:41.0730162Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:41.0730535Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:41.0730841Z PR_NUMBER: 2025-03-21T20:18:41.0732553Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:41.0734386Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:41.0734992Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:41.0735558Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:41.0735954Z ##[endgroup] 2025-03-21T20:18:41.0763399Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:41.0764190Z + jq --raw-output .SecretString 2025-03-21T20:18:41.0764892Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:41.0766306Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:41.6791469Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:41.6792225Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:41.6793349Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:41.6793980Z 2025-03-21T20:18:41.6799652Z Login Succeeded 2025-03-21T20:18:41.6879778Z Prepare all required actions 2025-03-21T20:18:41.6913457Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:41.6914006Z with: 2025-03-21T20:18:41.6914670Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.6915506Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.6915890Z env: 2025-03-21T20:18:41.6916151Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:41.6916509Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:41.6916819Z PR_NUMBER: 2025-03-21T20:18:41.6918461Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:41.6920265Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:41.6921055Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:41.6921604Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:41.6922011Z ##[endgroup] 2025-03-21T20:18:41.6939976Z ##[group]Run set -x 2025-03-21T20:18:41.6940276Z set -x 2025-03-21T20:18:41.6940521Z set +e 2025-03-21T20:18:41.6940762Z  2025-03-21T20:18:41.6940990Z login() { 2025-03-21T20:18:41.6941484Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:41.6942011Z } 2025-03-21T20:18:41.6942234Z  2025-03-21T20:18:41.6942457Z retry () { 2025-03-21T20:18:41.6942733Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:41.6943063Z } 2025-03-21T20:18:41.6943286Z  2025-03-21T20:18:41.6943531Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:41.6943848Z  2025-03-21T20:18:41.6944060Z set -e 2025-03-21T20:18:41.6944409Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:41.6944907Z # only pull docker image if it's not available locally 2025-03-21T20:18:41.6945459Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:41.6945970Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:41.6946307Z fi 2025-03-21T20:18:41.6951915Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:41.6952304Z env: 2025-03-21T20:18:41.6952948Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.6953701Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:41.6954000Z PR_NUMBER: 2025-03-21T20:18:41.6955599Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:18:41.6957398Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:41.6958121Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:41.6958667Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:41.6959168Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.6959567Z ##[endgroup] 2025-03-21T20:18:41.6982852Z + set +e 2025-03-21T20:18:41.6983181Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.6983609Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.6986035Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:41.6987157Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.2276229Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:42.2276858Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:42.2277426Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:42.2278011Z 2025-03-21T20:18:42.2278130Z Login Succeeded 2025-03-21T20:18:42.2289714Z + set -e 2025-03-21T20:18:42.2290910Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.2427782Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.2428994Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.4478560Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-gcc9 2025-03-21T20:18:42.4486291Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:42.4486802Z dd02e800457d: Pulling fs layer 2025-03-21T20:18:42.4487257Z 963ff8119d85: Pulling fs layer 2025-03-21T20:18:42.4487697Z 9f492e75e364: Pulling fs layer 2025-03-21T20:18:42.4488049Z 18e0194d8fd3: Pulling fs layer 2025-03-21T20:18:42.4488339Z f220c60fb51b: Pulling fs layer 2025-03-21T20:18:42.4488630Z 3808aa508dac: Pulling fs layer 2025-03-21T20:18:42.4488925Z fe26c3c6825b: Pulling fs layer 2025-03-21T20:18:42.4489201Z a4233031cb9b: Pulling fs layer 2025-03-21T20:18:42.4489481Z 9f492e75e364: Waiting 2025-03-21T20:18:42.4489768Z ceb6fc77deab: Pulling fs layer 2025-03-21T20:18:42.4490054Z 18e0194d8fd3: Waiting 2025-03-21T20:18:42.4490312Z 6a05648cf632: Pulling fs layer 2025-03-21T20:18:42.4490581Z f220c60fb51b: Waiting 2025-03-21T20:18:42.4490836Z 3808aa508dac: Waiting 2025-03-21T20:18:42.4491102Z cfc770be1ffd: Pulling fs layer 2025-03-21T20:18:42.4491397Z 029fb0239083: Pulling fs layer 2025-03-21T20:18:42.4491783Z b8fd0290a807: Pulling fs layer 2025-03-21T20:18:42.4492059Z fe26c3c6825b: Waiting 2025-03-21T20:18:42.4492315Z a4233031cb9b: Waiting 2025-03-21T20:18:42.4492573Z 270550230e45: Pulling fs layer 2025-03-21T20:18:42.4492862Z 8c4e0d8d6b99: Pulling fs layer 2025-03-21T20:18:42.4493159Z 934e05368065: Pulling fs layer 2025-03-21T20:18:42.4493433Z 533de89a444b: Pulling fs layer 2025-03-21T20:18:42.4493728Z 8ad713af735d: Pulling fs layer 2025-03-21T20:18:42.4494017Z b1797af6839b: Pulling fs layer 2025-03-21T20:18:42.4494296Z 029fb0239083: Waiting 2025-03-21T20:18:42.4494545Z 9399f9bab91d: Pulling fs layer 2025-03-21T20:18:42.4494831Z b8fd0290a807: Waiting 2025-03-21T20:18:42.4495096Z 4f7e4555ac70: Pulling fs layer 2025-03-21T20:18:42.4495375Z 270550230e45: Waiting 2025-03-21T20:18:42.4495623Z 8c4e0d8d6b99: Waiting 2025-03-21T20:18:42.4495862Z ceb6fc77deab: Waiting 2025-03-21T20:18:42.4496128Z 5aba4b6417d5: Pulling fs layer 2025-03-21T20:18:42.4496408Z 934e05368065: Waiting 2025-03-21T20:18:42.4496649Z 533de89a444b: Waiting 2025-03-21T20:18:42.4496902Z 1573140cab32: Pulling fs layer 2025-03-21T20:18:42.4497178Z c3775bd93f49: Pulling fs layer 2025-03-21T20:18:42.4497461Z cfc770be1ffd: Waiting 2025-03-21T20:18:42.4497731Z f5c57d867030: Pulling fs layer 2025-03-21T20:18:42.4498236Z 6a05648cf632: Waiting 2025-03-21T20:18:42.4498488Z 5aba4b6417d5: Waiting 2025-03-21T20:18:42.4498736Z 0cc1ffa7b1a6: Pulling fs layer 2025-03-21T20:18:42.4499015Z 1573140cab32: Waiting 2025-03-21T20:18:42.4499267Z 8ad713af735d: Waiting 2025-03-21T20:18:42.4499517Z c3775bd93f49: Waiting 2025-03-21T20:18:42.4512720Z b1797af6839b: Waiting 2025-03-21T20:18:42.4513360Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:42.4513689Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:42.4513989Z 7346618fbf0a: Pulling fs layer 2025-03-21T20:18:42.4514385Z 811b9aa8aaf3: Pulling fs layer 2025-03-21T20:18:42.4514682Z 9399f9bab91d: Waiting 2025-03-21T20:18:42.4514940Z 4f7e4555ac70: Waiting 2025-03-21T20:18:42.4515194Z f5c57d867030: Waiting 2025-03-21T20:18:42.4515461Z c19f77e0edef: Pulling fs layer 2025-03-21T20:18:42.4515771Z 3c65b9b0c077: Waiting 2025-03-21T20:18:42.4516028Z 7346618fbf0a: Waiting 2025-03-21T20:18:42.4516265Z 811b9aa8aaf3: Waiting 2025-03-21T20:18:42.4516730Z 4f4fb700ef54: Waiting 2025-03-21T20:18:42.4517006Z 0cc1ffa7b1a6: Waiting 2025-03-21T20:18:42.6129527Z dd02e800457d: Verifying Checksum 2025-03-21T20:18:42.6129965Z dd02e800457d: Download complete 2025-03-21T20:18:42.6955440Z 9f492e75e364: Verifying Checksum 2025-03-21T20:18:42.6955886Z 9f492e75e364: Download complete 2025-03-21T20:18:42.8065110Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:42.8066021Z 8f84a9f2102e: Download complete 2025-03-21T20:18:42.8858984Z f220c60fb51b: Download complete 2025-03-21T20:18:42.9561634Z 18e0194d8fd3: Verifying Checksum 2025-03-21T20:18:42.9562070Z 18e0194d8fd3: Download complete 2025-03-21T20:18:42.9698301Z 3808aa508dac: Download complete 2025-03-21T20:18:43.0332001Z fe26c3c6825b: Verifying Checksum 2025-03-21T20:18:43.0332485Z fe26c3c6825b: Download complete 2025-03-21T20:18:43.1038572Z ceb6fc77deab: Download complete 2025-03-21T20:18:43.4906678Z 6a05648cf632: Verifying Checksum 2025-03-21T20:18:43.5588450Z 6a05648cf632: Download complete 2025-03-21T20:18:43.5588896Z cfc770be1ffd: Download complete 2025-03-21T20:18:43.5875399Z a4233031cb9b: Verifying Checksum 2025-03-21T20:18:43.5876022Z a4233031cb9b: Download complete 2025-03-21T20:18:43.6784047Z b8fd0290a807: Verifying Checksum 2025-03-21T20:18:43.6784489Z b8fd0290a807: Download complete 2025-03-21T20:18:43.7359754Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:43.7571021Z dd02e800457d: Pull complete 2025-03-21T20:18:43.8116738Z 270550230e45: Verifying Checksum 2025-03-21T20:18:43.8117145Z 270550230e45: Download complete 2025-03-21T20:18:43.9315936Z 8c4e0d8d6b99: Verifying Checksum 2025-03-21T20:18:43.9316343Z 8c4e0d8d6b99: Download complete 2025-03-21T20:18:44.0708237Z 963ff8119d85: Verifying Checksum 2025-03-21T20:18:44.0708781Z 963ff8119d85: Download complete 2025-03-21T20:18:44.1834363Z 533de89a444b: Verifying Checksum 2025-03-21T20:18:44.1835027Z 533de89a444b: Download complete 2025-03-21T20:18:44.2874224Z 8ad713af735d: Verifying Checksum 2025-03-21T20:18:44.2874663Z 8ad713af735d: Download complete 2025-03-21T20:18:44.4026082Z b1797af6839b: Verifying Checksum 2025-03-21T20:18:44.4026766Z b1797af6839b: Download complete 2025-03-21T20:18:44.4748939Z 9399f9bab91d: Verifying Checksum 2025-03-21T20:18:44.4749436Z 9399f9bab91d: Download complete 2025-03-21T20:18:45.0949204Z 934e05368065: Verifying Checksum 2025-03-21T20:18:45.0949626Z 934e05368065: Download complete 2025-03-21T20:18:45.2783284Z 5aba4b6417d5: Download complete 2025-03-21T20:18:46.1341184Z 029fb0239083: Verifying Checksum 2025-03-21T20:18:46.1341792Z 029fb0239083: Download complete 2025-03-21T20:18:46.2130934Z c3775bd93f49: Verifying Checksum 2025-03-21T20:18:46.2131433Z c3775bd93f49: Download complete 2025-03-21T20:18:47.7417828Z 1573140cab32: Verifying Checksum 2025-03-21T20:18:47.7418382Z 1573140cab32: Download complete 2025-03-21T20:18:47.8197932Z 0cc1ffa7b1a6: Verifying Checksum 2025-03-21T20:18:47.8198633Z 0cc1ffa7b1a6: Download complete 2025-03-21T20:18:47.9185762Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:47.9186325Z 3c65b9b0c077: Download complete 2025-03-21T20:18:47.9284505Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:47.9285127Z 4f4fb700ef54: Download complete 2025-03-21T20:18:47.9990156Z 7346618fbf0a: Verifying Checksum 2025-03-21T20:18:47.9990550Z 7346618fbf0a: Download complete 2025-03-21T20:18:48.0734855Z 811b9aa8aaf3: Verifying Checksum 2025-03-21T20:18:48.0735240Z 811b9aa8aaf3: Download complete 2025-03-21T20:18:48.1532020Z f5c57d867030: Download complete 2025-03-21T20:18:48.1771607Z c19f77e0edef: Verifying Checksum 2025-03-21T20:18:48.1772055Z c19f77e0edef: Download complete 2025-03-21T20:18:48.2475147Z 963ff8119d85: Pull complete 2025-03-21T20:18:48.4016619Z 9f492e75e364: Pull complete 2025-03-21T20:18:48.7787154Z 18e0194d8fd3: Pull complete 2025-03-21T20:18:48.9518400Z f220c60fb51b: Pull complete 2025-03-21T20:18:49.0914284Z 3808aa508dac: Pull complete 2025-03-21T20:18:49.2251000Z fe26c3c6825b: Pull complete 2025-03-21T20:18:50.3442429Z a4233031cb9b: Pull complete 2025-03-21T20:18:50.5226744Z ceb6fc77deab: Pull complete 2025-03-21T20:18:51.1685584Z 6a05648cf632: Pull complete 2025-03-21T20:18:51.3117376Z cfc770be1ffd: Pull complete 2025-03-21T20:18:56.6295882Z 029fb0239083: Pull complete 2025-03-21T20:18:56.7659754Z b8fd0290a807: Pull complete 2025-03-21T20:18:56.8943998Z 270550230e45: Pull complete 2025-03-21T20:18:57.0605857Z 8c4e0d8d6b99: Pull complete 2025-03-21T20:19:00.2495143Z 934e05368065: Pull complete 2025-03-21T20:19:00.4698263Z 533de89a444b: Pull complete 2025-03-21T20:19:00.6909487Z 8ad713af735d: Pull complete 2025-03-21T20:19:00.8846836Z b1797af6839b: Pull complete 2025-03-21T20:19:01.1152286Z 9399f9bab91d: Pull complete 2025-03-21T20:20:14.0067948Z 4f7e4555ac70: Verifying Checksum 2025-03-21T20:20:14.0068347Z 4f7e4555ac70: Download complete 2025-03-21T20:21:25.5463131Z 4f7e4555ac70: Pull complete 2025-03-21T20:21:25.7277386Z 5aba4b6417d5: Pull complete 2025-03-21T20:21:32.9003479Z 1573140cab32: Pull complete 2025-03-21T20:21:32.9329665Z c3775bd93f49: Pull complete 2025-03-21T20:21:40.4609608Z f5c57d867030: Pull complete 2025-03-21T20:21:40.6779207Z 0cc1ffa7b1a6: Pull complete 2025-03-21T20:21:41.0264095Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:41.0888887Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:41.1145924Z 7346618fbf0a: Pull complete 2025-03-21T20:21:41.1384420Z 811b9aa8aaf3: Pull complete 2025-03-21T20:21:41.2292403Z c19f77e0edef: Pull complete 2025-03-21T20:21:41.2977078Z Digest: sha256:608940846b2821c232f739be21bc14bcf61fc3df6b899222b989f5c9241eb1d5 2025-03-21T20:21:41.3107895Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:41.3210305Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:41.3258998Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:41.3259958Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:41.3266905Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:41.3267314Z env: 2025-03-21T20:21:41.3267592Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:21:41.3267961Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:41.3268259Z PR_NUMBER: 2025-03-21T20:21:41.3269914Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:21:41.3271853Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:41.3272439Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:41.3273188Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:41.3273597Z ##[endgroup] 2025-03-21T20:21:41.3418609Z ##[group]Run set -ex 2025-03-21T20:21:41.3418926Z set -ex 2025-03-21T20:21:41.3419166Z { 2025-03-21T20:21:41.3419404Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:41.3419749Z  echo "set -eou pipefail"; 2025-03-21T20:21:41.3420079Z  # shellcheck disable=SC2016 2025-03-21T20:21:41.3420437Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:41.3421046Z  echo "set -x"; 2025-03-21T20:21:41.3421326Z  echo "${SCRIPT}"; 2025-03-21T20:21:41.3421640Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:41.3422000Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:41.3422735Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:41.3428907Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:41.3429208Z env: 2025-03-21T20:21:41.3429892Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:41.3430647Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:41.3430940Z PR_NUMBER: 2025-03-21T20:21:41.3432552Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:21:41.3434478Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:41.3435078Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:41.3435650Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:41.3436356Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:41.3436682Z ##[endgroup] 2025-03-21T20:21:41.3461050Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:41.3461386Z + echo 'set -eou pipefail' 2025-03-21T20:21:41.3462490Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:41.3462817Z + echo 'set -x' 2025-03-21T20:21:41.3463224Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:41.3463774Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:41.3464155Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:41.3464349Z 2025-03-21T20:21:41.3464447Z BUILD_TOOL="cmake" 2025-03-21T20:21:41.3464608Z 2025-03-21T20:21:41.3464901Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:41.3465524Z # Build and test ExecuTorch with the add model on portable backend. 2025-03-21T20:21:41.3466131Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:21:41.3466636Z ' 2025-03-21T20:21:41.3466937Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:41.3472231Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:22:02.0486747Z Running command: 2025-03-21T20:22:02.0497610Z 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_29a37d96-96c7-437c-a762-c823a5d6a1b1":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_29a37d96-96c7-437c-a762-c823a5d6a1b1" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:22:02.0507980Z 2025-03-21T20:22:02.0508539Z 947f918f5646a4eb02f9b3c8e18b125b285b32d8271fe8752cc124ade9669ca0 2025-03-21T20:22:02.0509749Z Running command: docker exec -t 947f918f5646a4eb02f9b3c8e18b125b285b32d8271fe8752cc124ade9669ca0 /exec 2025-03-21T20:22:02.0510827Z ++ conda env list --json 2025-03-21T20:22:02.0511287Z ++ local cmd=env 2025-03-21T20:22:02.0511699Z ++ case "$cmd" in 2025-03-21T20:22:02.0512123Z ++ __conda_exe env list --json 2025-03-21T20:22:02.0512603Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:22:02.0513091Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:22:02.0513692Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:22:02.0514258Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:22:02.0514825Z + local cmd=activate 2025-03-21T20:22:02.0515260Z + case "$cmd" in 2025-03-21T20:22:02.0515771Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:22:02.0516385Z + '[' -n '' ']' 2025-03-21T20:22:02.0516749Z + local ask_conda 2025-03-21T20:22:02.0517123Z ++ PS1='(base) ' 2025-03-21T20:22:02.0517659Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:02.0518536Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:02.0519274Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:22:02.0521004Z 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:22:02.0522689Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:02.0523358Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:02.0523908Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:02.0524562Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:02.0525223Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:02.0525818Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:02.0526428Z export _CE_M='\'''\'' 2025-03-21T20:22:02.0526885Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:02.0527471Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:02.0528148Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:22:02.0529663Z 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:22:02.0531407Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:02.0532127Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:02.0532648Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:02.0533277Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:02.0533921Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:02.0534550Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:02.0535152Z export _CE_M='\'''\'' 2025-03-21T20:22:02.0535611Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:02.0536518Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:02.0537134Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:02.0538796Z ++ 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:22:02.0541264Z ++ 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:22:02.0542835Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:02.0543448Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:02.0544033Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:02.0544467Z ++ CONDA_SHLVL=2 2025-03-21T20:22:02.0544893Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:02.0545428Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:02.0545961Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:02.0546560Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:02.0547145Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:02.0547662Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:02.0548192Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:02.0548777Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:02.0549285Z ++ export _CE_M= 2025-03-21T20:22:02.0549662Z ++ _CE_M= 2025-03-21T20:22:02.0549995Z ++ export _CE_CONDA= 2025-03-21T20:22:02.0550395Z ++ _CE_CONDA= 2025-03-21T20:22:02.0550838Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:02.0551460Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:02.0552003Z + __conda_hashr 2025-03-21T20:22:02.0552365Z + '[' -n '' ']' 2025-03-21T20:22:02.0552744Z + '[' -n '' ']' 2025-03-21T20:22:02.0553110Z + hash -r 2025-03-21T20:22:02.0553479Z + BUILD_TOOL=cmake 2025-03-21T20:22:02.0553905Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:02.0554482Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:22:02.0555120Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:22:02.0555683Z + source .ci/scripts/utils.sh 2025-03-21T20:22:02.0556201Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:22:02.0556764Z ++ parse_args --build-tool cmake 2025-03-21T20:22:02.0557292Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:22:02.0557788Z ++ local args 2025-03-21T20:22:02.0558168Z ++ local i 2025-03-21T20:22:02.0558546Z ++ local BUILD_TOOL= 2025-03-21T20:22:02.0558959Z ++ local BUILD_MODE= 2025-03-21T20:22:02.0559362Z ++ local EDITABLE= 2025-03-21T20:22:02.0559743Z ++ (( i=0 )) 2025-03-21T20:22:02.0560118Z ++ (( i<2 )) 2025-03-21T20:22:02.0560492Z ++ case "${args[$i]}" in 2025-03-21T20:22:02.0560909Z ++ BUILD_TOOL=cmake 2025-03-21T20:22:02.0561293Z ++ i=1 2025-03-21T20:22:02.0561633Z ++ (( i++ )) 2025-03-21T20:22:02.0561988Z ++ (( i<2 )) 2025-03-21T20:22:02.0562351Z ++ '[' -z cmake ']' 2025-03-21T20:22:02.0562762Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:22:02.0563283Z ++ BUILD_MODE=Release 2025-03-21T20:22:02.0563741Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:22:02.0564266Z ++ EDITABLE=false 2025-03-21T20:22:02.0564653Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:22:02.0565136Z ++ echo 'cmake Release false' 2025-03-21T20:22:02.0565629Z + [[ false == \t\r\u\e ]] 2025-03-21T20:22:02.0566165Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:22:02.0566695Z + which pip 2025-03-21T20:22:02.0567078Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:22:02.0567765Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:22:02.0568736Z 2025-03-21 20:22:01,035 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:22:02.0569925Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:02.0571359Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:02.0572912Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:02.0574791Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:02.0576214Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:02.0577132Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:02.0578686Z 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:22:02.0580887Z 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:22:02.0582537Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:02.0583658Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:02.0585412Z 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:22:02.0587538Z 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:22:02.0589617Z 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:22:02.0591732Z 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:22:02.0593740Z 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:22:02.0595825Z 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:22:02.0598184Z 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:22:02.0600395Z 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:22:02.0602953Z 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:22:02.0605383Z 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:22:02.0607941Z 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:14.9058600Z 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:14.9060149Z 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:14.9061546Z 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:14.9062901Z 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:14.9064110Z 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:14.9065092Z 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:14.9066227Z 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:14.9067243Z 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:14.9068146Z 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:14.9069104Z 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:14.9070124Z 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:14.9071142Z 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:14.9072421Z 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:14.9073899Z 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:14.9075320Z 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:14.9076788Z 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:14.9077739Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:14.9078862Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:14.9079582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 104.8 MB/s eta 0:00:00 2025-03-21T20:22:14.9080331Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:14.9081097Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:14.9081787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 261.2 MB/s eta 0:00:00 2025-03-21T20:22:14.9082324Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:14.9082697Z Attempting uninstall: timm 2025-03-21T20:22:14.9083017Z Found existing installation: timm 0.6.13 2025-03-21T20:22:14.9083354Z Uninstalling timm-0.6.13: 2025-03-21T20:22:14.9083676Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:14.9084043Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:14.9084408Z Processing ./third-party/ao 2025-03-21T20:22:14.9084838Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:14.9085302Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:14.9085940Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:22:14.9087226Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=e588ce51696a56c8c9384c7b5cfbad065c68cbe82aef416f0af279bb5186bb8b 2025-03-21T20:22:14.9088420Z Stored in directory: /tmp/pip-ephem-wheel-cache-d8w_gcg_/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:14.9089103Z Successfully built torchao 2025-03-21T20:22:14.9089413Z Installing collected packages: torchao 2025-03-21T20:22:14.9089773Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:14.9090326Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:14.9091045Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:14.9091790Z Processing /pytorch/executorch 2025-03-21T20:22:14.9092156Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:22:14.9092595Z running dist_info 2025-03-21T20:22:14.9092969Z creating /tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info 2025-03-21T20:22:14.9093544Z writing /tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info/PKG-INFO 2025-03-21T20:22:14.9094282Z writing dependency_links to /tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:14.9095104Z writing entry points to /tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info/entry_points.txt 2025-03-21T20:22:14.9095870Z writing requirements to /tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info/requires.txt 2025-03-21T20:22:14.9096614Z writing top-level names to /tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info/top_level.txt 2025-03-21T20:22:14.9097363Z writing manifest file '/tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:14.9098103Z reading manifest file '/tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:14.9098639Z adding license file 'LICENSE' 2025-03-21T20:22:14.9099139Z writing manifest file '/tmp/pip-modern-metadata-xdtrxdx_/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:14.9099847Z creating '/tmp/pip-modern-metadata-xdtrxdx_/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:14.9100496Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:14.9101298Z 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:14.9102084Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:14.9103294Z 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:14.9104593Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:14.9105475Z 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:14.9106567Z 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:14.9107629Z 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:14.9108699Z 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:14.9109774Z 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:14.9110875Z 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:14.9111975Z 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:14.9112747Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:14.9113922Z 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:14.9115137Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:14.9115679Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:14.9116981Z 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:14.9118387Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:14.9119298Z 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:14.9120385Z 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:14.9121735Z 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:25.6217618Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:25.6219526Z 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:25.6221740Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:25.6223379Z 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:25.6225833Z 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:25.6228158Z 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:25.6230398Z 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:25.6232639Z 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:25.6234903Z 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:25.6237344Z 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:25.6239539Z 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:25.6241712Z 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:25.6243776Z 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:25.6245165Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:25.6247093Z 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:25.6249272Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:25.6250221Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:25.6251949Z 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:25.6253132Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:25.6254052Z 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:25.6255416Z 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:25.6256575Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:25.6257625Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:25.6258112Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:25.6258543Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:25.6258987Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:25.6259414Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:25.6259836Z Building wheels for collected packages: executorch 2025-03-21T20:22:25.6260307Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:25.6260713Z running bdist_wheel 2025-03-21T20:22:25.6260976Z running build 2025-03-21T20:22:25.6261239Z command options for 'CustomBuild': 2025-03-21T20:22:25.6261557Z build_base = pip-out 2025-03-21T20:22:25.6261856Z build_purelib = pip-out/lib 2025-03-21T20:22:25.6262208Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:25.6262625Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:25.6263008Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:25.6263385Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:25.6263754Z plat_name = linux-x86_64 2025-03-21T20:22:25.6264025Z compiler = None 2025-03-21T20:22:25.6264272Z parallel = 7 2025-03-21T20:22:25.6264518Z debug = None 2025-03-21T20:22:25.6264755Z force = None 2025-03-21T20:22:25.6265041Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:25.6265546Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:25.6266241Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:25.6267349Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:22:25.6268264Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:25.6268914Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:25.6269722Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:25.6270531Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:25.6271367Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:25.6272158Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:25.6273015Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:25.6273632Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:25.6273982Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:22:25.6274309Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:22:25.6274673Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:25.6275023Z CMake Warning: 2025-03-21T20:22:25.6275346Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:25.6275627Z 2025-03-21T20:22:25.6275631Z 2025-03-21T20:22:25.6275789Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:25.6276197Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:25.6276572Z git describe failed with exit code: 128 2025-03-21T20:22:25.6276809Z 2025-03-21T20:22:25.6276982Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:25.6277388Z Call Stack (most recent call first): 2025-03-21T20:22:25.6277713Z CMakeLists.txt:5 (include) 2025-03-21T20:22:25.6277896Z 2025-03-21T20:22:25.6277901Z 2025-03-21T20:22:25.6278032Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:25.6278762Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:25.6279638Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:25.6280223Z -- The CXX compiler identification is GNU 9.5.0 2025-03-21T20:22:25.6280768Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:25.6281296Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:25.6281828Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:25.6282576Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:25.6283364Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:25.6284215Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:25.6284831Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:25.6285435Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:25.6286206Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:25.6286803Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:25.6287205Z -- Detecting CXX compile features 2025-03-21T20:22:25.6287543Z -- Detecting CXX compile features - done 2025-03-21T20:22:25.6288163Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:25.6288768Z -- Looking for strtof_l 2025-03-21T20:22:25.6289280Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:25.6290046Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:25.6290798Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:25.6291570Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:25.6292521Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:25.6293389Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:25.6294211Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:25.6294784Z -- Looking for strtof_l - found 2025-03-21T20:22:25.6295087Z -- Looking for strtoull_l 2025-03-21T20:22:25.6295591Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:25.6296391Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:25.6297234Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:25.6298047Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:25.6298835Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:26.5868952Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:22:26.5869670Z [ 2%] Built target pthreadpool 2025-03-21T20:22:26.5870693Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:26.5871849Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:26.5872696Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:26.5873833Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:26.5874714Z -- Looking for strtoull_l - found 2025-03-21T20:22:26.5875045Z -- Looking for realpath 2025-03-21T20:22:26.5875694Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:26.5876900Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:26.5877928Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:26.5892525Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:26.5893690Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:26.5894415Z [ 2%] Built target flatccrt 2025-03-21T20:22:26.5895140Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:26.5895691Z -- Looking for realpath - found 2025-03-21T20:22:26.5896067Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:26.5896458Z -- Configuring done (0.6s) 2025-03-21T20:22:26.5897024Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:26.5897609Z -- Generating done (0.0s) 2025-03-21T20:22:26.5898235Z -- 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:26.5898929Z [ 2%] Performing build step for 'flatbuffers' 2025-03-21T20:22:26.5899585Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:26.5900483Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:26.5901181Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:26.5902048Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:22:26.5903113Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:26.5904021Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:26.5904928Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:26.5905812Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:26.5906803Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:22:26.5907867Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:26.5908661Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:26.5909452Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:26.5910228Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:26.5911025Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:26.5911906Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:26.5912503Z [ 2%] Built target logging 2025-03-21T20:22:26.5912898Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:26.5913764Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:26.5914350Z [ 2%] Built target indirection 2025-03-21T20:22:26.5915000Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:26.5915692Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:26.5916309Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:26.5917275Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:26.5918490Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:26.5919486Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:26.5920292Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:26.5921339Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:26.5922319Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:26.5923112Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:26.5923824Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:26.5924676Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:26.5925787Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:26.5926941Z [ 3%] 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:26.5928236Z [ 3%] 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:26.5929029Z [ 3%] Linking C static library libcpuinfo.a 2025-03-21T20:22:26.5929380Z [ 3%] Built target cpuinfo 2025-03-21T20:22:26.5930146Z [ 3%] 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:26.5931180Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:26.5932119Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:26.5933120Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:26.5933935Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:26.5934717Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:26.5935347Z [ 3%] Built target microparams-init 2025-03-21T20:22:26.5935979Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:26.5936850Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:26.5937800Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:26.5938865Z [ 4%] 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:26.5940093Z [ 4%] 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:26.5941122Z [ 4%] Built target normalization 2025-03-21T20:22:26.5942051Z [ 4%] 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:26.5943244Z [ 4%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:26.5944194Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:26.5945040Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:26.5945924Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:26.5946817Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:26.5947618Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:26.5948966Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:22:26.5950057Z [ 6%] Built target allocator 2025-03-21T20:22:26.5951308Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:26.5952902Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:26.5954075Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:26.5954663Z [ 6%] Built target packing 2025-03-21T20:22:27.7813593Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:27.7815811Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:27.7818395Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:27.7820453Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:27.7822078Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:27.7823258Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:27.7824875Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:22:27.7826561Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:27.7827511Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:27.7828712Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:27.7830021Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:27.7830813Z [ 6%] Built target flatcc 2025-03-21T20:22:27.7831637Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:27.7832940Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:27.7834318Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:27.7836072Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:22:27.7837406Z [ 6%] Built target cache 2025-03-21T20:22:27.7838363Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T20:22:27.7839300Z [ 7%] Built target datatype 2025-03-21T20:22:27.7839898Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:27.7840949Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:22:27.7842179Z [ 7%] 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:27.7843184Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:27.7844008Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:27.7844715Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:27.7845268Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:27.7845771Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:27.7846283Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:27.7847758Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:27.7850182Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:22:27.7852250Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:27.7853775Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:27.7855335Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:27.7856916Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:27.7858927Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:22:27.7861298Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:27.7863022Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:27.7865027Z [ 7%] 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:27.7867616Z [ 7%] 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:27.7869493Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:27.7871067Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:27.7872365Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:27.7873383Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:27.7874381Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:27.7875337Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:27.7876550Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:27.7878692Z [ 7%] 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:27.7880715Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:27.7882066Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:27.7882925Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:27.7883534Z [ 8%] Built target memory 2025-03-21T20:22:27.7883938Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:27.7884791Z [ 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:27.7886006Z [ 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:27.7888175Z [ 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:27.7890446Z [ 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:27.7892194Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:27.7893048Z [ 8%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:27.7893882Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:27.7894986Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:27.7896154Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:27.7896997Z [ 8%] Built target eigen_blas 2025-03-21T20:22:27.7898177Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:27.7899566Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:27.7901139Z [ 8%] 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:27.7902673Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:27.7903434Z [ 8%] Built target microkernel-utils 2025-03-21T20:22:27.7904437Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:27.7906217Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:27.7908206Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:27.7910167Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:27.7911554Z [ 8%] Built target mutex 2025-03-21T20:22:27.7912285Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:27.7913832Z [ 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:27.7915367Z [ 9%] Built target operator-utils 2025-03-21T20:22:27.7916481Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:27.7918033Z [ 9%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:27.7919283Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:27.7920449Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:28.9372089Z [ 9%] 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:28.9373780Z [ 9%] Built target operator-run 2025-03-21T20:22:28.9375054Z [ 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:28.9377089Z [ 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:28.9378641Z [ 9%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:28.9379467Z [ 9%] Built target reference-ukernels 2025-03-21T20:22:28.9380761Z [ 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:28.9382056Z [ 9%] Built target flatcc_cli 2025-03-21T20:22:28.9383197Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:22:28.9384937Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:22:28.9386654Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:22:28.9388501Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:22:28.9390444Z [ 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:28.9391760Z [ 9%] Built target hardware-config 2025-03-21T20:22:28.9393024Z [ 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:28.9394326Z [ 9%] Generating etdump headers 2025-03-21T20:22:28.9395023Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:28.9396461Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:22:28.9397725Z [ 10%] Built target etdump_schema 2025-03-21T20:22:28.9398412Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:28.9399831Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:22:28.9401251Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:28.9402262Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:28.9403859Z [ 10%] 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:28.9405837Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:22:28.9407292Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:28.9408876Z [ 10%] 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:28.9410972Z [ 10%] 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:28.9413103Z [ 10%] 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:28.9415026Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:22:28.9416817Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:22:28.9418809Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:28.9420345Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:28.9421852Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:28.9423002Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:28.9424115Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:28.9425565Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:28.9427508Z [ 10%] 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:28.9429569Z [ 10%] 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:28.9431619Z [ 10%] 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:28.9433612Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:28.9435483Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:28.9437269Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:28.9438969Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:28.9440067Z [100%] Linking CXX executable flatc 2025-03-21T20:22:28.9441369Z [ 10%] 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:28.9443422Z [ 10%] 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:28.9445223Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:28.9446969Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:28.9448882Z [ 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-21T20:22:28.9450819Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:28.9452824Z [ 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-21T20:22:28.9454640Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:28.9456480Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:28.9458309Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:28.9459917Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:28.9461762Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:22:28.9463619Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:28.9465368Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:28.9467682Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:22:28.9469525Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:28.9471346Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:22:28.9473466Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:22:28.9475579Z [ 13%] 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:28.9477510Z [ 13%] 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:28.9478770Z [ 13%] Built target operators 2025-03-21T20:22:28.9479740Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:28.9481462Z [ 13%] 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:28.9483413Z [ 13%] 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:28.9485453Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:28.9487188Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:29.7513196Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:29.7515425Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-03-21T20:22:29.7517554Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:29.7519451Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:29.7521717Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:29.7524253Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:22:29.7526562Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:29.7528390Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:29.7530502Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:22:29.7532728Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:29.7534513Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:29.7536150Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:22:29.7537286Z [ 15%] 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:29.7538403Z [ 15%] 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:29.7539802Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:29.7540729Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:29.7541831Z [ 15%] 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:29.7542887Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:29.7543508Z [100%] Built target flatc 2025-03-21T20:22:29.7544136Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:29.7545332Z [ 15%] No install step for 'flatbuffers' 2025-03-21T20:22:29.7546510Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:29.7547675Z [ 15%] Completed 'flatbuffers' 2025-03-21T20:22:29.7548804Z [ 15%] 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:29.7550029Z [ 15%] Built target flatbuffers 2025-03-21T20:22:29.7551189Z [ 15%] 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:29.7553209Z [ 15%] 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:29.7555317Z [ 15%] 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:29.7557448Z [ 15%] 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:29.7559539Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:29.7560930Z [ 15%] Generating common_schema headers 2025-03-21T20:22:29.7561486Z [ 15%] Built target common_schema 2025-03-21T20:22:29.7562063Z [ 17%] Generating xnnpack_schema headers 2025-03-21T20:22:29.7563217Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:29.7564341Z [ 17%] Generating bundled_program headers 2025-03-21T20:22:29.7565607Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:29.7566916Z [ 17%] Built target bundled_program_schema 2025-03-21T20:22:29.7567522Z [ 17%] Built target xnnpack_schema 2025-03-21T20:22:29.7568750Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:29.7570035Z [ 17%] Generating program_schema headers 2025-03-21T20:22:29.7571271Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:29.7572555Z [ 18%] Built target program_schema 2025-03-21T20:22:29.7573349Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:29.7574376Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:29.7575483Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:29.7576726Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:29.7578206Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:29.7579482Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:22:29.7580815Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:22:29.7582013Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:29.7583202Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:22:29.7584271Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:29.7585361Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:29.7586500Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:29.7587599Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:22:29.7588715Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:29.7590113Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:22:29.7591177Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:29.7592776Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:29.7594439Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:29.7595803Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:29.7597313Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:22:29.7598429Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:29.7599232Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:29.7600272Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:22:29.7601582Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:22:29.7602788Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:22:29.7603855Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:29.7604754Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:30.7139082Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:22:30.7141144Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:30.7143075Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:30.7144471Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:30.7146133Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:30.7147904Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:30.7150209Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:30.7152163Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:30.7153921Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:22:30.7155563Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:30.7157261Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:22:30.7159078Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:30.7160889Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:22:30.7162566Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:30.7163439Z [ 19%] Built target subgraph 2025-03-21T20:22:30.7164288Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:30.7165543Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:30.7166839Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:30.7168608Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:22:30.7170831Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:30.7172805Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:30.7174222Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:30.7176189Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:30.7178461Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:22:30.7180305Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:22:30.7182450Z [ 21%] 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:30.7185254Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:30.7187069Z [ 21%] 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:30.7188762Z [ 21%] 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:30.7192246Z [ 21%] 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:30.7194087Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:30.7195828Z [ 21%] 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:30.7198035Z [ 21%] 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:30.7200340Z [ 21%] 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:30.7202012Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:30.7203733Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:30.7205522Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:30.7206743Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:30.7208500Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:22:30.7210752Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:22:30.7213320Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:30.7215993Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:22:30.7217962Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:30.7219914Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-03-21T20:22:30.7222132Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:30.7224091Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-03-21T20:22:30.7226794Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:22:30.7229561Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:30.7232424Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-03-21T20:22:30.7235228Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:30.7238077Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:30.7239859Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:30.7241462Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:22:30.7244510Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:30.7247184Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:30.7248899Z [ 23%] Built target executorch_core 2025-03-21T20:22:30.7250520Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-03-21T20:22:30.7252933Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-03-21T20:22:30.7254591Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:30.7255802Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:30.7257149Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:30.7258349Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:30.7259511Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:31.8674109Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:31.8675539Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-03-21T20:22:31.8677043Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:22:31.8678079Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:31.8679092Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:31.8680204Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:31.8681029Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:31.8682075Z [ 25%] 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:31.8682908Z [ 25%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:31.8683294Z [ 25%] Built target extension_tensor 2025-03-21T20:22:31.8683649Z [ 25%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:31.8684563Z [ 25%] 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:31.8685823Z [ 25%] Built target executorch 2025-03-21T20:22:31.8686558Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-03-21T20:22:31.8687771Z [ 26%] 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:31.8688735Z [ 26%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:31.8689383Z [ 28%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:31.8690194Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:31.8691282Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:31.8692508Z [ 28%] 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:31.8693754Z [ 28%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:31.8694166Z [ 28%] Built target extension_threadpool 2025-03-21T20:22:31.8694828Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:31.8695508Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:31.8696571Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:31.8697481Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:31.8698133Z [ 28%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:31.8699131Z [ 28%] 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:31.8700034Z [ 28%] Built target extension_data_loader 2025-03-21T20:22:31.8700617Z [ 28%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:31.8701673Z [ 28%] 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:31.8703109Z [ 28%] 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:31.8704555Z [ 28%] 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:31.8706016Z [ 28%] 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:31.8707493Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:31.8708455Z [ 28%] Linking CXX static library libetdump.a 2025-03-21T20:22:31.8708852Z [ 28%] Built target etdump 2025-03-21T20:22:31.8709641Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:31.8710970Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:31.8711781Z [ 29%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:31.8712213Z [ 29%] Built target bundled_program 2025-03-21T20:22:31.8713061Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:22:31.8714209Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:31.8715085Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:31.8715899Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:31.8716828Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:31.8717930Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:22:31.8719143Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.8719976Z [ 29%] Linking CXX static library libutil.a 2025-03-21T20:22:31.8720988Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:31.8722019Z [ 29%] Built target util 2025-03-21T20:22:31.8722670Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:31.8723968Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:31.8724661Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:31.8725614Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:22:31.8726814Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:31.8727684Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:31.8728708Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:31.8729725Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:31.8730400Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:31.8730861Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:31.8731298Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:31.8731857Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:31.8732373Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:31.8732946Z from /pytorch/executorch/kernels/portable/cpu/op_add.cpp:9: 2025-03-21T20:22:31.8738744Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.8749922Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.8760348Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.8770127Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.8784588Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.8805075Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.8819851Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.8829580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:31.8838275Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.8842547Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:31.8843560Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.8844157Z 94 | struct array 2025-03-21T20:22:31.8844486Z | ^~~~~ 2025-03-21T20:22:31.8845518Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:31.8846584Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.8847006Z | ^~~~~~~~ 2025-03-21T20:22:31.8852406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.8862828Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.8872882Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.8882848Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.8897112Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.8917495Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.8932943Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.8942982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:31.8954632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.8958621Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:31.8959572Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.8960160Z 94 | struct array 2025-03-21T20:22:31.8960437Z | ^~~~~ 2025-03-21T20:22:31.8961420Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:31.8962327Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.8962760Z | ^~~~~~~~ 2025-03-21T20:22:31.8967922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.8978183Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.8987522Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.8996795Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.9010707Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.9029507Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.9043396Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.9053344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:31.9061487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.9065691Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:31.9066798Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.9067422Z 94 | struct array 2025-03-21T20:22:31.9067684Z | ^~~~~ 2025-03-21T20:22:31.9068572Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:31.9069444Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.9069947Z | ^~~~~~~~ 2025-03-21T20:22:31.9075503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.9085659Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.9095602Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.9104741Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.9119176Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.9138654Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.9152553Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.9162810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:31.9172525Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.9176946Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:31.9178009Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.9178688Z 94 | struct array 2025-03-21T20:22:31.9179017Z | ^~~~~ 2025-03-21T20:22:31.9180047Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:31.9181268Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.9181895Z | ^~~~~~~~ 2025-03-21T20:22:31.9189542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.9202078Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.9217168Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.9233342Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.9250383Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.9269284Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.9286741Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.9297500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:31.9311756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.9318634Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:31.9320321Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.9321374Z 94 | struct array 2025-03-21T20:22:31.9321771Z | ^~~~~ 2025-03-21T20:22:31.9323402Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:31.9324838Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.9325563Z | ^~~~~~~~ 2025-03-21T20:22:31.9334268Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.9348930Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.9365659Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.9382081Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.9405912Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.9436582Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.9461171Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.9477859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:31.9491753Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.9498064Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:31.9499640Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.9500625Z 94 | struct array 2025-03-21T20:22:31.9501056Z | ^~~~~ 2025-03-21T20:22:31.9502437Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:31.9503235Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.9503647Z | ^~~~~~~~ 2025-03-21T20:22:31.9510386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.9524181Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.9537438Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.9552100Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.9574932Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.9599066Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.9611786Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.9624023Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:31.9634267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.9638917Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:31.9639877Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.9640451Z 94 | struct array 2025-03-21T20:22:31.9640731Z | ^~~~~ 2025-03-21T20:22:31.9641580Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:31.9642372Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.9642789Z | ^~~~~~~~ 2025-03-21T20:22:31.9649323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.9660886Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.9671457Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.9682001Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.9697461Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.9717115Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.9730837Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.9741014Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:31.9749795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.9754249Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:22:31.9755179Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.9756034Z 94 | struct array 2025-03-21T20:22:31.9756299Z | ^~~~~ 2025-03-21T20:22:31.9757207Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:31.9758269Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.9758958Z | ^~~~~~~~ 2025-03-21T20:22:31.9766968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.9782397Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.9790633Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.9800423Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.9814552Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.9833914Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.9841436Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:31.9846846Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.9857212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:31.9866179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.9869809Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:31.9870830Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.9871423Z 94 | struct array 2025-03-21T20:22:31.9871686Z | ^~~~~ 2025-03-21T20:22:31.9872598Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:31.9873513Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.9873937Z | ^~~~~~~~ 2025-03-21T20:22:31.9878392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:31.9886759Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:31.9897353Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:31.9907254Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:31.9922755Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:31.9938190Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:31.9950894Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:31.9964149Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:31.9976575Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:31.9982910Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:31.9984716Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:31.9985718Z 94 | struct array 2025-03-21T20:22:31.9986158Z | ^~~~~ 2025-03-21T20:22:31.9987709Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:31.9989112Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:31.9989766Z | ^~~~~~~~ 2025-03-21T20:22:31.9996442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.0005299Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.0018290Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.0032228Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.0050768Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.0067298Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.0081336Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.0095011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:32.0107147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:32.0113064Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:32.0114748Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.0115774Z 94 | struct array 2025-03-21T20:22:32.0116183Z | ^~~~~ 2025-03-21T20:22:32.0117487Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:32.0118314Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.0118810Z | ^~~~~~~~ 2025-03-21T20:22:32.0123831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.0133172Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.0145104Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.0158567Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.0179074Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.0194717Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.0206354Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.0214317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:32.0223285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:32.0227253Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:32.0228203Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.0228781Z 94 | struct array 2025-03-21T20:22:32.0229054Z | ^~~~~ 2025-03-21T20:22:32.0229879Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:32.0230651Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.0231077Z | ^~~~~~~~ 2025-03-21T20:22:32.0235772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.0245609Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.0255467Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.0264923Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.0276454Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.0290773Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.0302051Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.0309369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:32.0316100Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:32.0319494Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:32.0320374Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.0321131Z 94 | struct array 2025-03-21T20:22:32.0321404Z | ^~~~~ 2025-03-21T20:22:32.0322291Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:32.0323115Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.0323535Z | ^~~~~~~~ 2025-03-21T20:22:32.0327726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.0335543Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.0343284Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.0350979Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.0362006Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.0377879Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.0390436Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.0399021Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:32.0407637Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:32.0413942Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:32.0415585Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.0416563Z 94 | struct array 2025-03-21T20:22:32.0417014Z | ^~~~~ 2025-03-21T20:22:32.0418463Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:32.0419911Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.0420875Z | ^~~~~~~~ 2025-03-21T20:22:32.0428467Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.0440761Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.0450201Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.0459616Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.0471139Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.0505851Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.0526014Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.0536970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:32.0550321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:32.0556911Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:32.0558554Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.0559611Z 94 | struct array 2025-03-21T20:22:32.0560059Z | ^~~~~ 2025-03-21T20:22:32.0561656Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:32.0563146Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.0563874Z | ^~~~~~~~ 2025-03-21T20:22:32.0572115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.0587353Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.0602490Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.0617563Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.0639256Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.0667401Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.0689632Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.0704395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:32.0717703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:32.0724474Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:22:32.0726157Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.0727173Z 94 | struct array 2025-03-21T20:22:32.0727618Z | ^~~~~ 2025-03-21T20:22:32.0729157Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:32.0730594Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.0731319Z | ^~~~~~~~ 2025-03-21T20:22:32.0732855Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:22:32.0735026Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:22:32.0736357Z [ 30%] Linking CXX static library libcpublas.a 2025-03-21T20:22:32.0737469Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:32.0738638Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:32.0739326Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:32.0740077Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:32.0740834Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:32.0741735Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:32.0742820Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:32.0751892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.0767429Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.0783211Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.0798784Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.0821896Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.0850524Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.0873946Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.0889669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.0903538Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.0910449Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.0912177Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.0913253Z 94 | struct array 2025-03-21T20:22:32.0913723Z | ^~~~~ 2025-03-21T20:22:32.0915467Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:32.0917086Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.0917838Z | ^~~~~~~~ 2025-03-21T20:22:32.0926794Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.0942898Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.0958372Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.0974175Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.0996950Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.1025632Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.1049130Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.1064924Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.1078575Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.1085324Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.1087128Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.1088222Z 94 | struct array 2025-03-21T20:22:32.1088701Z | ^~~~~ 2025-03-21T20:22:32.1090323Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:32.1091934Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.1092691Z | ^~~~~~~~ 2025-03-21T20:22:32.1101081Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.1117211Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.1132925Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.1148525Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.1171117Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.1200320Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.1223626Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.1239073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.1252836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.1259677Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.1261421Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.1262487Z 94 | struct array 2025-03-21T20:22:32.1262958Z | ^~~~~ 2025-03-21T20:22:32.1264571Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:32.1266073Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.1266822Z | ^~~~~~~~ 2025-03-21T20:22:32.1275153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.1290798Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.1306447Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.1321996Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.1343033Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.1367160Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.1379106Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.1387173Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.1394226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.1397687Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.1398579Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.1399138Z 94 | struct array 2025-03-21T20:22:32.1399411Z | ^~~~~ 2025-03-21T20:22:32.1400233Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:32.1401006Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.1401418Z | ^~~~~~~~ 2025-03-21T20:22:32.1406328Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.1418833Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.1428899Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.1437475Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.1449970Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.1472423Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.1486800Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.1495551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.1502986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.1506789Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.1507838Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.1508624Z 94 | struct array 2025-03-21T20:22:32.1508897Z | ^~~~~ 2025-03-21T20:22:32.1509952Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:32.1510871Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.1511338Z | ^~~~~~~~ 2025-03-21T20:22:32.1511737Z [ 30%] Built target cpublas 2025-03-21T20:22:32.1516360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.1526334Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.1534845Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.1542927Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.1554471Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.1569384Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.1581212Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.1589034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.1595964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.1599399Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.1600296Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.1600864Z 94 | struct array 2025-03-21T20:22:32.1601125Z | ^~~~~ 2025-03-21T20:22:32.1601975Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:32.1602759Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.1603180Z | ^~~~~~~~ 2025-03-21T20:22:32.1607600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.1615783Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.1623955Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.1631856Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.1640842Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.1650788Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:32.1659876Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.1671590Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.1679468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.1686544Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.1689997Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.1690897Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.1691464Z 94 | struct array 2025-03-21T20:22:32.1691786Z | ^~~~~ 2025-03-21T20:22:32.1692632Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:32.1693612Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.1694034Z | ^~~~~~~~ 2025-03-21T20:22:32.1698486Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.1706611Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.1714574Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.1723036Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.1734894Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.1749732Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.1761362Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.1769310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.1776368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.1779818Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.1780714Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.1781287Z 94 | struct array 2025-03-21T20:22:32.1781559Z | ^~~~~ 2025-03-21T20:22:32.1782043Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:32.1782767Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:32.1783440Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:32.1784082Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:22:32.1784740Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:32.1785330Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:32.1786555Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:22:32.1787431Z 379 | unsigned short x; 2025-03-21T20:22:32.1787711Z | ^ 2025-03-21T20:22:32.1788019Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:32.1788409Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:32.1788821Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:32.1789236Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:32.1789739Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:32.1790332Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:32.1794864Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.1803167Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.1811147Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.1819169Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.1831132Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.5407359Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.5422551Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:32.5432806Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.5448565Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.5462628Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:32.5469403Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:22:32.5471182Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.5472237Z 94 | struct array 2025-03-21T20:22:32.5472715Z | ^~~~~ 2025-03-21T20:22:32.5473597Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:32.5474935Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:32.5476178Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:22:32.5477433Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:32.5478525Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:22:32.5480858Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:22:32.5482373Z 87 | uint16_t x; 2025-03-21T20:22:32.5482806Z | ^ 2025-03-21T20:22:32.5483791Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:32.5486112Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:32.5488502Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:32.5490399Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:32.5491879Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:32.5493734Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:32.5495601Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:32.5497604Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:32.5499097Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:32.5501049Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:32.5503552Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:22:32.5505531Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:32.5506881Z /pytorch/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2025-03-21T20:22:32.5509184Z /pytorch/executorch/kernels/optimized/cpu/op_exp.cpp:39:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:32.5510718Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2025-03-21T20:22:32.5511403Z | ^ 2025-03-21T20:22:32.5512405Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:32.5514049Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:32.5516033Z [ 31%] 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:32.5517939Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:32.9646605Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:32.9648626Z [ 31%] 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:32.9651083Z [ 31%] 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:32.9653659Z [ 31%] 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:32.9656309Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:32.9658407Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:32.9659996Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:22:32.9661387Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:32.9662635Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-03-21T20:22:32.9664094Z from /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:9: 2025-03-21T20:22:32.9665404Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2025-03-21T20:22:32.9667138Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:56:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:32.9668588Z 56 | [alpha_val, b_casted](Vec x) { 2025-03-21T20:22:32.9669196Z | ^ 2025-03-21T20:22:32.9670994Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:22:32.9672446Z 914 | __VA_ARGS__ \ 2025-03-21T20:22:32.9673067Z | ^~~~~~~~~~~ 2025-03-21T20:22:32.9674560Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:32.9676170Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:32.9676983Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9678736Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:32.9680559Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:22:32.9681445Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9683219Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:22:32.9684890Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:22:32.9685651Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9687272Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:22:32.9688804Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:22:32.9690123Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9691567Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:44:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:22:32.9693185Z 44 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2025-03-21T20:22:32.9694032Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9695743Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1157:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:22:32.9697272Z 1157 | ET_INTERNAL_SWITCH( \ 2025-03-21T20:22:32.9698031Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9699735Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:32.9701438Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:32.9702296Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9704038Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:32.9705901Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:22:32.9706855Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9708720Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:22:32.9710443Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:22:32.9711246Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9713152Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:22:32.9715057Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:22:32.9716017Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9717449Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:45:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:22:32.9721703Z 45 | ET_SWITCH_REALB_TYPES(b_type, ctx, "add.out", CTYPE_B, [&]() { 2025-03-21T20:22:32.9722340Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9723213Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:32.9724748Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:32.9726324Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:32.9727787Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:22:32.9731819Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h: In function ‘at::vec::CPU_CAPABILITY::Vectorized at::native::vectorized_gelu_approximated_with_tanh(at::vec::CPU_CAPABILITY::Vectorized) [with T = double; typename std::enable_if<(! is_reduced_floating_point_v), bool>::type = true]’: 2025-03-21T20:22:32.9735759Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:33:20: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:32.9737729Z 33 | vec::Vectorized vectorized_gelu_approximated_with_tanh(vec::Vectorized x) { 2025-03-21T20:22:32.9738652Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:32.9739644Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:32.9741642Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:32.9743569Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:32.9745437Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:32.9747536Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:32.9748683Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:32.9749364Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:32.9750089Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:32.9750832Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:32.9751723Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:32.9753001Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:32.9754171Z from /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:9: 2025-03-21T20:22:32.9763573Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.9779432Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.9799004Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:32.9815383Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:32.9841243Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:32.9872017Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:32.9896053Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:32.9912280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:32.9926788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:32.9933729Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:22:32.9935517Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:32.9936552Z 94 | struct array 2025-03-21T20:22:32.9937026Z | ^~~~~ 2025-03-21T20:22:32.9938642Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:32.9940110Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:32.9940897Z | ^~~~~~~~ 2025-03-21T20:22:32.9949865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:32.9968460Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:32.9984701Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.0001123Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.1695685Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.1725067Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.1747909Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.1763946Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.1777942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:33.1784773Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:22:33.1786510Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.1787484Z 94 | struct array 2025-03-21T20:22:33.1787942Z | ^~~~~ 2025-03-21T20:22:33.1789496Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:33.1790849Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.1791565Z | ^~~~~~~~ 2025-03-21T20:22:33.1792669Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:33.1794274Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:33.1796201Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:33.1798088Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:33.1799942Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:22:33.1802106Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:22:33.1803869Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:22:33.1827399Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:33.1828708Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-03-21T20:22:33.1829982Z from /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:9: 2025-03-21T20:22:33.1831230Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2025-03-21T20:22:33.1832906Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:82:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:33.1834391Z 82 | [scalar_casted](Vec x) { return Vec(scalar_casted) / x; }, 2025-03-21T20:22:33.1835145Z | ^ 2025-03-21T20:22:33.1836721Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:22:33.1838147Z 914 | __VA_ARGS__ \ 2025-03-21T20:22:33.1838710Z | ^~~~~~~~~~~ 2025-03-21T20:22:33.1840236Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:33.1841791Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:33.1842564Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1844234Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:33.1845977Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:22:33.1846840Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1848559Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:22:33.1850171Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:22:33.1850896Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1852596Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:22:33.1854284Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:22:33.1855153Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1856450Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:74:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:22:33.1857768Z 74 | ET_SWITCH_REALB_TYPES(tensor_type, ctx, "div.out", CTYPE, [&]() { 2025-03-21T20:22:33.1858536Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1860095Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1157:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:22:33.1861547Z 1157 | ET_INTERNAL_SWITCH( \ 2025-03-21T20:22:33.1862190Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1863733Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:33.1865291Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:33.1866084Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1867806Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:33.1869548Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:22:33.1870382Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1872182Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:22:33.1873808Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:22:33.1874515Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1876359Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:22:33.1878167Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:22:33.1879038Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1880322Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:75:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:22:33.1881742Z 75 | ET_SWITCH_REALB_TYPES(scalar_type, ctx, "div.out", CTYPE_SCALAR, [&]() { 2025-03-21T20:22:33.1882562Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.1883189Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:33.1883901Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:33.1884640Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:33.1885334Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:33.1886298Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:33.1887627Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:33.1888845Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:9: 2025-03-21T20:22:33.1896376Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.1909729Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.1922529Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.1935917Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.1954604Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.1978751Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.1997995Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.2010662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.2022747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:33.2032216Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.2036485Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:33.2038347Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.2039403Z 94 | struct array 2025-03-21T20:22:33.2039883Z | ^~~~~ 2025-03-21T20:22:33.2041641Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:33.2043252Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.2044020Z | ^~~~~~~~ 2025-03-21T20:22:33.2050939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.2064350Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.2077061Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.2089992Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.2108207Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.2131958Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.2151113Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.2163559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.2174729Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:33.2184244Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.2188595Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:33.2190415Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.2191475Z 94 | struct array 2025-03-21T20:22:33.2191873Z | ^~~~~ 2025-03-21T20:22:33.2193390Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:33.2194901Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.2195628Z | ^~~~~~~~ 2025-03-21T20:22:33.2202529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.2215583Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.2228204Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.2241248Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.2259274Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.2282299Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.2301309Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.2313831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.2324921Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:33.2334304Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.2338505Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:33.2340361Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.2341372Z 94 | struct array 2025-03-21T20:22:33.2341848Z | ^~~~~ 2025-03-21T20:22:33.2343577Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:33.2345108Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.2345872Z | ^~~~~~~~ 2025-03-21T20:22:33.2352459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.2365053Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.2377230Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.2389651Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.2407011Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.2430771Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.2448871Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.2460807Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.2471395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:33.2480609Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.2484843Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:33.2486588Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.2487611Z 94 | struct array 2025-03-21T20:22:33.2488095Z | ^~~~~ 2025-03-21T20:22:33.2489668Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:33.2491078Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.2491902Z | ^~~~~~~~ 2025-03-21T20:22:33.2499100Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.2511900Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.2524115Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.2536902Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.2554904Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.2578313Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.2596862Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.2608757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.2619958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:33.2629382Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.2633674Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:33.2635500Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.2636480Z 94 | struct array 2025-03-21T20:22:33.2636984Z | ^~~~~ 2025-03-21T20:22:33.2638702Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:33.2640257Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.2641003Z | ^~~~~~~~ 2025-03-21T20:22:33.2647774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.2660317Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.2672365Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.2678558Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:33.2687724Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.2705444Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.2728267Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.2746637Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.2758687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.2769304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:33.2778607Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.2782911Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:22:33.2784637Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.2785680Z 94 | struct array 2025-03-21T20:22:33.2786144Z | ^~~~~ 2025-03-21T20:22:33.2787721Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:33.2789152Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.2789921Z | ^~~~~~~~ 2025-03-21T20:22:33.2798876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.2815803Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.2832438Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.2849027Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.2873496Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.2904476Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.2929370Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.2946037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.2960738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.2971838Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.2976028Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:33.2977869Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.2978995Z 94 | struct array 2025-03-21T20:22:33.2979428Z | ^~~~~ 2025-03-21T20:22:33.2981172Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:33.2982766Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.2983510Z | ^~~~~~~~ 2025-03-21T20:22:33.2992526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.3009376Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.3026167Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.3042676Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.3066744Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.3097826Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.3122650Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.3139010Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.3153783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.3164809Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.3169140Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:33.3171031Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.3172189Z 94 | struct array 2025-03-21T20:22:33.3172604Z | ^~~~~ 2025-03-21T20:22:33.3174350Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:33.3175965Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.3176733Z | ^~~~~~~~ 2025-03-21T20:22:33.3185863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.3201473Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.3212884Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.3222873Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.3245133Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.3266164Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.3278615Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.3286858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.3294294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.3299758Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.3301914Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:33.3302847Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.3303429Z 94 | struct array 2025-03-21T20:22:33.3303704Z | ^~~~~ 2025-03-21T20:22:33.3304569Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:33.3305383Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.3305801Z | ^~~~~~~~ 2025-03-21T20:22:33.3310370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.3318853Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.3329653Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.3345670Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.3362741Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.3378791Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.3397756Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.3412739Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.3420392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.3426257Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.3428560Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:33.3429485Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.3430049Z 94 | struct array 2025-03-21T20:22:33.3430323Z | ^~~~~ 2025-03-21T20:22:33.3431137Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:33.3431900Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.3432306Z | ^~~~~~~~ 2025-03-21T20:22:33.3436910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.3445314Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.3453693Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.3462131Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.3474244Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.3489760Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.3502124Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.3510455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.3517906Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.3537024Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.3539181Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:33.3540107Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.3540683Z 94 | struct array 2025-03-21T20:22:33.3540959Z | ^~~~~ 2025-03-21T20:22:33.3542181Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:33.3543005Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.3543419Z | ^~~~~~~~ 2025-03-21T20:22:33.3548427Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.3558761Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.3563103Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:33.3568206Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.3572397Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:33.3579097Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.3592772Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.3602288Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:22:33.3603320Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:33.3603817Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:33.3604534Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:33.3605101Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:33.3605960Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:33.3606617Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:9: 2025-03-21T20:22:33.3615384Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.3627388Z or*, torch::executor::native::utils::SupportedTensorDtypes>}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.3636659Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.3645659Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.3653111Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.3663719Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.3680454Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.3698179Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.3708889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.3718262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:33.3726941Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.3730856Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:33.3732670Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.3733745Z 94 | struct array 2025-03-21T20:22:33.3734226Z | ^~~~~ 2025-03-21T20:22:33.3735828Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:33.3737562Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.3738303Z | ^~~~~~~~ 2025-03-21T20:22:33.3743112Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.3750168Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.3759298Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.3766756Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.3776905Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.3790967Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.3810089Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.3822758Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.3833929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:33.3840390Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.3842555Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:33.3843509Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.3844085Z 94 | struct array 2025-03-21T20:22:33.3844358Z | ^~~~~ 2025-03-21T20:22:33.3845258Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:33.3846093Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.3846516Z | ^~~~~~~~ 2025-03-21T20:22:33.3850040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.3857050Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.3863389Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.3871676Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.3888220Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.3910751Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.3929956Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.3950266Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; , std::pair}]’ 2025-03-21T20:22:33.3963337Z emplate-parameter-1-2> = void; = ]’ 2025-03-21T20:22:33.3969736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:33.3982727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.3993868Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.3998140Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:33.3999912Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4000990Z 94 | struct array 2025-03-21T20:22:33.4001458Z | ^~~~~ 2025-03-21T20:22:33.4003134Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:33.4004682Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4005444Z | ^~~~~~~~ 2025-03-21T20:22:33.4012229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4024888Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4036785Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4049256Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4066361Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4088811Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4107103Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4118166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.4126854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.4133094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:33.4137648Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4141658Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4143791Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:22:33.4144508Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:33.4145418Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4146529Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4147080Z 94 | struct array 2025-03-21T20:22:33.4147439Z 94 | struct array 2025-03-21T20:22:33.4147709Z | ^~~~~ 2025-03-21T20:22:33.4147960Z | ^~~~~ 2025-03-21T20:22:33.4148779Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:33.4150005Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:33.4150779Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4151253Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4151665Z | ^~~~~~~~ 2025-03-21T20:22:33.4152037Z | ^~~~~~~~ 2025-03-21T20:22:33.4155510Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4161940Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4168076Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4174556Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4178286Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:22:33.4184630Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4196187Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4205576Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4211721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.4217104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:33.4222100Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4224269Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:33.4225204Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4225779Z 94 | struct array 2025-03-21T20:22:33.4226052Z | ^~~~~ 2025-03-21T20:22:33.4226919Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:33.4227726Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4228139Z | ^~~~~~~~ 2025-03-21T20:22:33.4231594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4238087Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4244202Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4250426Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4259147Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4270530Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4279755Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4285677Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.4290982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:33.4295610Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4297766Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:22:33.4298681Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4299255Z 94 | struct array 2025-03-21T20:22:33.4299523Z | ^~~~~ 2025-03-21T20:22:33.4300352Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:33.4301214Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4301697Z | ^~~~~~~~ 2025-03-21T20:22:33.4306247Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4314666Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4323206Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4331629Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4344522Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4361539Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4373876Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4382069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.4389439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.4394922Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4397066Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:33.4398008Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4398678Z 94 | struct array 2025-03-21T20:22:33.4398953Z | ^~~~~ 2025-03-21T20:22:33.4399906Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:33.4400750Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4401173Z | ^~~~~~~~ 2025-03-21T20:22:33.4405700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4414126Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4422631Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4431062Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4443163Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4458672Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4470914Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4479071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.4486392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.4491920Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4494135Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:33.4495141Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4495726Z 94 | struct array 2025-03-21T20:22:33.4495994Z | ^~~~~ 2025-03-21T20:22:33.4496889Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:33.4497712Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4498116Z | ^~~~~~~~ 2025-03-21T20:22:33.4502648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4511014Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4519264Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4527988Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4537203Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4555985Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4568149Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4576363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.4583680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.4589198Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4591406Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:33.4592334Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4592917Z 94 | struct array 2025-03-21T20:22:33.4593196Z | ^~~~~ 2025-03-21T20:22:33.4594068Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:33.4594879Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4595296Z | ^~~~~~~~ 2025-03-21T20:22:33.4599818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4604077Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:33.4611106Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4622190Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4636842Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4649370Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4665016Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4675525Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:33.4685027Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4694584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.4703071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.4709588Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4711927Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:33.4712914Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4713539Z 94 | struct array 2025-03-21T20:22:33.4713806Z | ^~~~~ 2025-03-21T20:22:33.4714674Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:33.4715503Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4715922Z | ^~~~~~~~ 2025-03-21T20:22:33.4722223Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4732652Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4747480Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4762130Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4775821Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4794986Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4807364Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4819438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.4827703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.4833305Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4835479Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:33.4836410Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4836989Z 94 | struct array 2025-03-21T20:22:33.4837260Z | ^~~~~ 2025-03-21T20:22:33.4838123Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:33.4838928Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4839335Z | ^~~~~~~~ 2025-03-21T20:22:33.4843852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.4852215Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.4860844Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.4869488Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.4883086Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.4899505Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.4912379Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.4922134Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.4929885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.4935704Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.4938366Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:22:33.4939399Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.4939956Z 94 | struct array 2025-03-21T20:22:33.4940275Z | ^~~~~ 2025-03-21T20:22:33.4941151Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:33.4941961Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.4942374Z | ^~~~~~~~ 2025-03-21T20:22:33.4943018Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:33.4944063Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:22:33.4944891Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:22:33.5031503Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h: In function ‘scalar_t at::vec::vec_reduce_all(const Op&, at::vec::CPU_CAPABILITY::Vectorized, int64_t) [with scalar_t = float; Op = std::plus >]’: 2025-03-21T20:22:33.5035114Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:33.5036935Z 13 | inline scalar_t vec_reduce_all( 2025-03-21T20:22:33.5037544Z | ^~~~~~~~~~~~~~ 2025-03-21T20:22:33.5038456Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:33.5040240Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:22:33.5042040Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:33.5043899Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:33.5045451Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:33.5046160Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:33.5046921Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:33.5047646Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:33.5048841Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:33.5050262Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:22:33.5051456Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:9: 2025-03-21T20:22:33.5058968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.5072442Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.5085271Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.5098700Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.5117068Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.5141749Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.5161181Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.5173920Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.5185214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:33.5194656Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.5198992Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:33.5200804Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.5201936Z 94 | struct array 2025-03-21T20:22:33.5202412Z | ^~~~~ 2025-03-21T20:22:33.5204133Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:33.5205778Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.5206537Z | ^~~~~~~~ 2025-03-21T20:22:33.5213712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.5227049Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.5239724Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.5252873Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.5270999Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.5294996Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.5313741Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.5326245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.5337363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:33.5346691Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.5350891Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:33.5352740Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.5353862Z 94 | struct array 2025-03-21T20:22:33.5354331Z | ^~~~~ 2025-03-21T20:22:33.5355969Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:33.5357541Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.5358303Z | ^~~~~~~~ 2025-03-21T20:22:33.5365356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.5378181Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.5390477Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.5403142Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.5421443Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.5443247Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.5461848Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.5473695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.5484526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:33.5493958Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.5498178Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:33.5500037Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.5501125Z 94 | struct array 2025-03-21T20:22:33.5501614Z | ^~~~~ 2025-03-21T20:22:33.5503155Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:33.5504709Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.5505463Z | ^~~~~~~~ 2025-03-21T20:22:33.5512211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.5525113Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.5537173Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.5549582Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.5566315Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.5588753Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.5607701Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.5619410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.5630082Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:33.5638951Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.5643083Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:33.5644815Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.5645834Z 94 | struct array 2025-03-21T20:22:33.5646278Z | ^~~~~ 2025-03-21T20:22:33.5647808Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:33.5649214Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.5649908Z | ^~~~~~~~ 2025-03-21T20:22:33.5657126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.5670979Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.5683537Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.5696953Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.5714473Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.5738374Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.5756877Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.5768890Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.5779777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:33.5788828Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.5793105Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:33.5794971Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.5795992Z 94 | struct array 2025-03-21T20:22:33.5796631Z | ^~~~~ 2025-03-21T20:22:33.5798253Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:33.5799796Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.5800521Z | ^~~~~~~~ 2025-03-21T20:22:33.5807177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.5819251Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.5830630Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.5842485Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.5859684Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.5881832Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.5900259Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.5911581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:33.5922467Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:33.5931070Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.5935174Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:22:33.5936916Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.5937870Z 94 | struct array 2025-03-21T20:22:33.5938292Z | ^~~~~ 2025-03-21T20:22:33.5939840Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:33.5941200Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.5941896Z | ^~~~~~~~ 2025-03-21T20:22:33.5950387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.5966054Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.5981988Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.5997507Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.6020187Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.6041767Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.6054709Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.6063007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.6070372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.6075865Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.6078010Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:33.6078965Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.6079559Z 94 | struct array 2025-03-21T20:22:33.6079831Z | ^~~~~ 2025-03-21T20:22:33.6080744Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:33.6081609Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.6082021Z | ^~~~~~~~ 2025-03-21T20:22:33.6086632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.6097232Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.6107016Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.6123013Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.6147232Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.6161591Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:33.6179681Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.6203615Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.6219710Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.6234272Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.6244224Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.6248462Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:33.6250247Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.6251358Z 94 | struct array 2025-03-21T20:22:33.6251917Z | ^~~~~ 2025-03-21T20:22:33.6253643Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:33.6255215Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.6255963Z | ^~~~~~~~ 2025-03-21T20:22:33.6265101Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.6281530Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.6297835Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.6313773Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.6337763Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.6368457Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.6392585Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.6408721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.6423110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.6430055Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:33.6435187Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.6439437Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:33.6441233Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.6442297Z 94 | struct array 2025-03-21T20:22:33.6442769Z | ^~~~~ 2025-03-21T20:22:33.6444463Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:33.6446023Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.6446750Z | ^~~~~~~~ 2025-03-21T20:22:33.6456105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.6472342Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.6488167Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.6504539Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.6528130Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.6558464Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.6582497Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.6598632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.6613274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.6624274Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.6628422Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:33.6630133Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.6631132Z 94 | struct array 2025-03-21T20:22:33.6631579Z | ^~~~~ 2025-03-21T20:22:33.6633110Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:33.6634477Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.6635423Z | ^~~~~~~~ 2025-03-21T20:22:33.6644433Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.6660874Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.6676919Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.6693311Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.6716097Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.6746906Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.6770696Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.6786832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.6801143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.6812086Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.6816293Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:33.6818079Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.6819124Z 94 | struct array 2025-03-21T20:22:33.6819586Z | ^~~~~ 2025-03-21T20:22:33.6821500Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:33.6823194Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.6823944Z | ^~~~~~~~ 2025-03-21T20:22:33.6832793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.6848943Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.6865297Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.6881780Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.6905707Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.6919353Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:33.6937228Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.6961411Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.6977776Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:22:33.6985558Z [ 34%] 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:33.6994624Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:22:33.7005383Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:22:33.7009783Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:22:33.7011606Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.7012723Z 94 | struct array 2025-03-21T20:22:33.7013185Z | ^~~~~ 2025-03-21T20:22:33.7014759Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:33.7016188Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.7016941Z | ^~~~~~~~ 2025-03-21T20:22:33.7018028Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:33.7019522Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:22:33.7020961Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:33.7022063Z from /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:11: 2025-03-21T20:22:33.7023135Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2025-03-21T20:22:33.7024803Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:49:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:33.7026232Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2025-03-21T20:22:33.7026831Z | ^ 2025-03-21T20:22:33.7028374Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:22:33.7029708Z 914 | __VA_ARGS__ \ 2025-03-21T20:22:33.7030307Z | ^~~~~~~~~~~ 2025-03-21T20:22:33.7031851Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:33.7033396Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:33.7034150Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.7035842Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:33.7037564Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:22:33.7038428Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.7040030Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:22:33.7041236Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:22:33.7041838Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.7043023Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:45:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:22:33.7044098Z 45 | ET_SWITCH_REAL_TYPES_AND( 2025-03-21T20:22:33.7044662Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.9812645Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:33.9813723Z [ 34%] 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:33.9814917Z [ 34%] 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:33.9815868Z In file included from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2025-03-21T20:22:33.9816530Z from /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2025-03-21T20:22:33.9817974Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2025-03-21T20:22:33.9819821Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:32:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:33.9821825Z 32 | [](Vec x) { return x.neg(); }, 2025-03-21T20:22:33.9822159Z | ^ 2025-03-21T20:22:33.9823129Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:22:33.9824048Z 914 | __VA_ARGS__ \ 2025-03-21T20:22:33.9824501Z | ^~~~~~~~~~~ 2025-03-21T20:22:33.9825676Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:33.9826819Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:33.9827276Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.9828229Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:995:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:33.9829196Z 995 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:22:33.9829667Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.9830603Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1170:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND2’ 2025-03-21T20:22:33.9831490Z 1170 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND2( \ 2025-03-21T20:22:33.9831925Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.9832862Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1193:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND2’ 2025-03-21T20:22:33.9833751Z 1193 | ET_SWITCH_REAL_TYPES_AND2( \ 2025-03-21T20:22:33.9834180Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.9834911Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:29:3: note: in expansion of macro ‘ET_SWITCH_REALHBF16_TYPES’ 2025-03-21T20:22:33.9835657Z 29 | ET_SWITCH_REALHBF16_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2025-03-21T20:22:33.9836169Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:33.9836946Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:33.9837756Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2025-03-21T20:22:33.9838616Z /pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp: In lambda function: 2025-03-21T20:22:33.9839634Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:97:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:33.9840633Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2025-03-21T20:22:33.9841048Z | ^ 2025-03-21T20:22:33.9841849Z /pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp:38:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:33.9842627Z 38 | [](Vec x) { 2025-03-21T20:22:33.9843007Z | ^ 2025-03-21T20:22:33.9843579Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:33.9844451Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:33.9845397Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:33.9846750Z [ 34%] 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:33.9848037Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:33.9848566Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:33.9848988Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:33.9849460Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:33.9850025Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-03-21T20:22:33.9850762Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:33.9851569Z from /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:8: 2025-03-21T20:22:33.9857821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.9868777Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:33.9879787Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:33.9891105Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:33.9908365Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:33.9928344Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:33.9943996Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:33.9955853Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:33.9966642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:33.9971104Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:22:33.9972369Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:33.9973130Z 94 | struct array 2025-03-21T20:22:33.9973405Z | ^~~~~ 2025-03-21T20:22:33.9974348Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:22:33.9975201Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:33.9975623Z | ^~~~~~~~ 2025-03-21T20:22:33.9981973Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:33.9993854Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.0005633Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.0017045Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.0033283Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.0054896Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.0072452Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.0083302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.0093636Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.0100545Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:22:34.0101884Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.0102695Z 94 | struct array 2025-03-21T20:22:34.0103076Z | ^~~~~ 2025-03-21T20:22:34.0104307Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:22:34.0105410Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.0105952Z | ^~~~~~~~ 2025-03-21T20:22:34.0113656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.0128668Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.0139251Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.0149819Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.0178203Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.0197440Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.0212440Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.0223224Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.0234762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.0239741Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:22:34.0240699Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.0241275Z 94 | struct array 2025-03-21T20:22:34.0241547Z | ^~~~~ 2025-03-21T20:22:34.0242435Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:22:34.0243245Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.0243662Z | ^~~~~~~~ 2025-03-21T20:22:34.0248999Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.0259166Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.0269700Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.0280812Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.0297159Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.0317079Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.0333134Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.0343939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.0357987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.0363083Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:22:34.0364371Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.0365228Z 94 | struct array 2025-03-21T20:22:34.0365611Z | ^~~~~ 2025-03-21T20:22:34.0366690Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:22:34.0367879Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.0368313Z | ^~~~~~~~ 2025-03-21T20:22:34.0374364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.0390024Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.0403069Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.0415528Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.0434719Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.0457733Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.0481288Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.0497874Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.0510076Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.0515894Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:22:34.0517144Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.0518157Z 94 | struct array 2025-03-21T20:22:34.0518509Z | ^~~~~ 2025-03-21T20:22:34.0519413Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:22:34.0520344Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.0521133Z | ^~~~~~~~ 2025-03-21T20:22:34.0530121Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.0545202Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.0556308Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.0574256Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.0599726Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.0634286Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.0661476Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.0680204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.0697205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.0705654Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:22:34.0707295Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.0708331Z 94 | struct array 2025-03-21T20:22:34.0708796Z | ^~~~~ 2025-03-21T20:22:34.0710379Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:22:34.0711763Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.0712515Z | ^~~~~~~~ 2025-03-21T20:22:34.0723142Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.0742298Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.0761082Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.0780159Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.0807193Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.0842233Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.0870055Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.0889170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.0906921Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.0915543Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:22:34.0917330Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.0918376Z 94 | struct array 2025-03-21T20:22:34.0918860Z | ^~~~~ 2025-03-21T20:22:34.0920419Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:22:34.0922171Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.0922903Z | ^~~~~~~~ 2025-03-21T20:22:34.0933241Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.0952441Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.0970825Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.0989799Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.1017167Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.1052868Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.1080963Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.1099347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.1116863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.1125185Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:22:34.1126920Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.1127925Z 94 | struct array 2025-03-21T20:22:34.1128371Z | ^~~~~ 2025-03-21T20:22:34.1129795Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:22:34.1131032Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.1131843Z | ^~~~~~~~ 2025-03-21T20:22:34.1133159Z [ 34%] 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:34.1134719Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:34.1135744Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:34.1136340Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:34.1137021Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:34.1137701Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:34.1138364Z from /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:9: 2025-03-21T20:22:34.1146020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.1160318Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.1174733Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.1186708Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.1201481Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.1216396Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.1228402Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.1236347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.1243364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.1247097Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:34.1248045Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.1248646Z 94 | struct array 2025-03-21T20:22:34.1248935Z | ^~~~~ 2025-03-21T20:22:34.1249927Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:34.1250775Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.1251268Z | ^~~~~~~~ 2025-03-21T20:22:34.1259059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.1273084Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.1286203Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.1294561Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.1306400Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.1322059Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.1334897Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.1349892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.1363011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.1369548Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:34.1371352Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.1372538Z 94 | struct array 2025-03-21T20:22:34.1373001Z | ^~~~~ 2025-03-21T20:22:34.1374635Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:34.1376175Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.1376913Z | ^~~~~~~~ 2025-03-21T20:22:34.1385005Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.1400278Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.1415178Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.1429626Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.1449998Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.1478532Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.1500887Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.1515666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.1528982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.1535660Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:34.1537399Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.1538453Z 94 | struct array 2025-03-21T20:22:34.1538924Z | ^~~~~ 2025-03-21T20:22:34.1540588Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:34.1542110Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.1542861Z | ^~~~~~~~ 2025-03-21T20:22:34.1551115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.1566226Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.1581325Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.1596172Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.1618246Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.1646124Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.1667857Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.1682229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.1695896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.1702470Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:34.1704188Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.1705213Z 94 | struct array 2025-03-21T20:22:34.1705688Z | ^~~~~ 2025-03-21T20:22:34.1707118Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:34.1708568Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.1709288Z | ^~~~~~~~ 2025-03-21T20:22:34.1717429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.1732594Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.1747632Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.1762744Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.1783503Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.1811730Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.1834415Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.1849032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.1862379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.1868847Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:34.1870563Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.1871773Z 94 | struct array 2025-03-21T20:22:34.1872225Z | ^~~~~ 2025-03-21T20:22:34.1873930Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:34.1875458Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.1876212Z | ^~~~~~~~ 2025-03-21T20:22:34.1883289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.1892201Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.1899873Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.1907656Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.1918833Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.1933306Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.1944762Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.1952112Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.1958836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.1962241Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:34.1963142Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.1963695Z 94 | struct array 2025-03-21T20:22:34.1963975Z | ^~~~~ 2025-03-21T20:22:34.1964823Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:34.1965603Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.1966024Z | ^~~~~~~~ 2025-03-21T20:22:34.1966672Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:34.1971227Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.1979136Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.1986812Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.1994488Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.2006947Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.2025249Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.2032810Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:22:34.2038133Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.2045583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.2052807Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.2056490Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:34.2057501Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.2058124Z 94 | struct array 2025-03-21T20:22:34.2058407Z | ^~~~~ 2025-03-21T20:22:34.2059370Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:34.2060222Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.2060647Z | ^~~~~~~~ 2025-03-21T20:22:34.2065208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.2073748Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.2082122Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.2090416Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.2101745Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.2116476Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.2129962Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.2137430Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.2145540Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.2149264Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:22:34.2150241Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.2150877Z 94 | struct array 2025-03-21T20:22:34.2151134Z | ^~~~~ 2025-03-21T20:22:34.2152038Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:34.2152881Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.2153303Z | ^~~~~~~~ 2025-03-21T20:22:34.2159050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.2169840Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.2180042Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.2190244Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.2205012Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.2224364Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.2239062Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.2248797Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.2257911Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.2262409Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:34.2263352Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.2263950Z 94 | struct array 2025-03-21T20:22:34.2264227Z | ^~~~~ 2025-03-21T20:22:34.2265135Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:22:34.2266057Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.2266539Z | ^~~~~~~~ 2025-03-21T20:22:34.2271943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.2282051Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.2291895Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.2301980Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.2307285Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:22:34.2308007Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:34.2308658Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-03-21T20:22:34.2313772Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std/pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:34.2333593Z ::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.2334452Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:34.2334865Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.2335887Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:34.2336801Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:22:34.2337269Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.2338187Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:22:34.2339032Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:22:34.2339469Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.2340342Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:22:34.2346205Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.2371529Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:34.2372457Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:34.2372877Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.2373770Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:34.2374739Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:22:34.2375215Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.2376124Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:22:34.2376977Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:22:34.2377378Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.2382732Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.2391367Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:94:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:22:34.2392510Z 94 | ET_SWITCH_REALB_TYPES(b_type, ctx, "mul.out", CTYPE_B, [&]() { 2025-03-21T20:22:34.2393314Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.2400785Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.2411099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.2416462Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:34.2417539Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.2418465Z 94 | struct array 2025-03-21T20:22:34.2418913Z | ^~~~~ 2025-03-21T20:22:34.2420754Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:22:34.2422265Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.2423002Z | ^~~~~~~~ 2025-03-21T20:22:34.2432901Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.2450629Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.2462878Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.2480359Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.2506760Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.2525844Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.2550573Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.2560358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.2573686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.2582466Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:34.2584175Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.2585097Z 94 | struct array 2025-03-21T20:22:34.2585474Z | ^~~~~ 2025-03-21T20:22:34.2586770Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:22:34.2587597Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.2588018Z | ^~~~~~~~ 2025-03-21T20:22:34.2594906Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.2614734Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.2634484Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.2654122Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.2678081Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.2699382Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.2724369Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.2742856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.2760980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.2769782Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:34.2771560Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.2772744Z 94 | struct array 2025-03-21T20:22:34.2773211Z | ^~~~~ 2025-03-21T20:22:34.2774817Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:22:34.2776311Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.2777065Z | ^~~~~~~~ 2025-03-21T20:22:34.2787128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.2807884Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.2827803Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.2847416Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.2875997Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.2913046Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.2942384Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.2961799Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.2979588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.2988427Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:34.2990186Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.2991251Z 94 | struct array 2025-03-21T20:22:34.2991711Z | ^~~~~ 2025-03-21T20:22:34.2993312Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:22:34.2994844Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.2995772Z | ^~~~~~~~ 2025-03-21T20:22:34.3006395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.3026359Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.3045849Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.3065128Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.3093254Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.3129250Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.3157859Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.3176684Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.3194670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.3203493Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:34.3205219Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.3206261Z 94 | struct array 2025-03-21T20:22:34.3206740Z | ^~~~~ 2025-03-21T20:22:34.3208310Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:22:34.3209779Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.3210539Z | ^~~~~~~~ 2025-03-21T20:22:34.3221344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.3241132Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.3260164Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.3279835Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.3308686Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.3344965Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.3372097Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.3391341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.3409242Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.3418280Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:34.3420034Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.3421298Z 94 | struct array 2025-03-21T20:22:34.3421791Z | ^~~~~ 2025-03-21T20:22:34.3423380Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:22:34.3424816Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.3425561Z | ^~~~~~~~ 2025-03-21T20:22:34.3436136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.3456442Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.3475708Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.3495407Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.3523575Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.3560147Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.3588674Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.3607384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:34.3624995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.3633201Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:22:34.3634795Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.3635635Z 94 | struct array 2025-03-21T20:22:34.3636040Z | ^~~~~ 2025-03-21T20:22:34.3637301Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:22:34.3638514Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.3639158Z | ^~~~~~~~ 2025-03-21T20:22:34.3640196Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:34.3641556Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:34.3642676Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:22:34.3643399Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:22:34.3644053Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-03-21T20:22:34.3644644Z from /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:9: 2025-03-21T20:22:34.3645225Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2025-03-21T20:22:34.3646113Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:122:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:22:34.3646970Z 122 | [alpha_val, scalar_casted](Vec x) { 2025-03-21T20:22:34.3647477Z | ^ 2025-03-21T20:22:34.3648748Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:22:34.3649953Z 914 | __VA_ARGS__ \ 2025-03-21T20:22:34.3650448Z | ^~~~~~~~~~~ 2025-03-21T20:22:34.3651317Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:34.3652515Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:34.3652970Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.3653891Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1153:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:34.3654785Z 1153 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2025-03-21T20:22:34.3655222Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.4086474Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:111:7: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2025-03-21T20:22:34.4087847Z 111 | ET_SWITCH_REAL_TYPES(tensor_type, ctx, "sub.out", CTYPE, [&]() { 2025-03-21T20:22:34.4088560Z | ^~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.4090075Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1149:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:22:34.4091525Z 1149 | ET_INTERNAL_SWITCH( \ 2025-03-21T20:22:34.4092361Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.4093893Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:22:34.4095679Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:22:34.4096593Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.4098329Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1153:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:22:34.4099968Z 1153 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2025-03-21T20:22:34.4100751Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.4102100Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:112:9: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2025-03-21T20:22:34.4103349Z 112 | ET_SWITCH_REAL_TYPES(scalar_type, ctx, "sub.out", CTYPE_SCALAR, [&]() { 2025-03-21T20:22:34.4104092Z | ^~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:22:34.4104675Z [ 36%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:34.4105875Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:34.4107382Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:34.4108942Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:34.4110661Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:34.4112175Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:34.4113215Z [ 36%] Built target optimized_kernels 2025-03-21T20:22:34.4114138Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:34.4115349Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:34.4116932Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:34.4117780Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:34.4118229Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:34.4118649Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:34.4119137Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:34.4119644Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:34.4120370Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:34.4121288Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:34.4129287Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.4147006Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.4161980Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.4177333Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.4199546Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.4229124Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.4252492Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.4267715Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.4283755Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.4290369Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.4292261Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.4293362Z 94 | struct array 2025-03-21T20:22:34.4293810Z | ^~~~~ 2025-03-21T20:22:34.4295569Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:34.4297178Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.4297919Z | ^~~~~~~~ 2025-03-21T20:22:34.4306145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.4323630Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.4338674Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.4356409Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.4377580Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.4392915Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:34.4409772Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.4434421Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.4449074Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.4462720Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.4469385Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.4471116Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.4474805Z 94 | struct array 2025-03-21T20:22:34.4475268Z | ^~~~~ 2025-03-21T20:22:34.4477000Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:34.4478508Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.4479255Z | ^~~~~~~~ 2025-03-21T20:22:34.4487485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.4502715Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.4517650Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.4532662Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.4554501Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.4572970Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.4586355Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.4593719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.4600380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.4603682Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.4604595Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.4605178Z 94 | struct array 2025-03-21T20:22:34.4605453Z | ^~~~~ 2025-03-21T20:22:34.4606330Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:34.4607149Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.4607560Z | ^~~~~~~~ 2025-03-21T20:22:34.4611926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.4619705Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.4628202Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.4635782Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.4648215Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.4662573Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.4674037Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.4681364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.4691363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.4719665Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.4723006Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.4723874Z 94 | struct array 2025-03-21T20:22:34.4724170Z | ^~~~~ 2025-03-21T20:22:34.4725003Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:34.4725764Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.4726184Z | ^~~~~~~~ 2025-03-21T20:22:34.4731717Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.4739719Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.4747481Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.4755109Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.4767373Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.4781764Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.4802227Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.4814953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.4824412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.4828743Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.4829698Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.4830286Z 94 | struct array 2025-03-21T20:22:34.4830554Z | ^~~~~ 2025-03-21T20:22:34.4831426Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:34.4832334Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.4832995Z | ^~~~~~~~ 2025-03-21T20:22:34.4837761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.4849523Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.4861526Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.4870304Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.4884046Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.4910039Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.4931183Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.4945304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.4958186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.4964684Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.4966330Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.4967345Z 94 | struct array 2025-03-21T20:22:34.4967849Z | ^~~~~ 2025-03-21T20:22:34.4969428Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:34.4971092Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.4971995Z | ^~~~~~~~ 2025-03-21T20:22:34.4980002Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.4995400Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.5009671Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.5024789Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.5046483Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.5073408Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.5095176Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.5109576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.5122687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.5129173Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.5130843Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.5131906Z 94 | struct array 2025-03-21T20:22:34.5132381Z | ^~~~~ 2025-03-21T20:22:34.5133898Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:34.5135348Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.5136070Z | ^~~~~~~~ 2025-03-21T20:22:34.5142651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.5154314Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.5166735Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.5181233Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.5201156Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.5227266Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.5247545Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.5261418Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.5274597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.5280753Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.5282572Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.5283589Z 94 | struct array 2025-03-21T20:22:34.5284355Z | ^~~~~ 2025-03-21T20:22:34.5285163Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:34.5286374Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:34.5287644Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:34.5289003Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:34.5290344Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:34.5291865Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:34.5292958Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:34.5295252Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:22:34.5296875Z 379 | unsigned short x; 2025-03-21T20:22:34.5297342Z | ^ 2025-03-21T20:22:34.5297877Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:34.5298567Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:34.5299324Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:34.5300007Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:34.5300931Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:34.5302183Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:34.5303279Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:34.5311549Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.5326827Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.5341483Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.5356112Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.5377193Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.5404135Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.5426349Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.5441298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.5454897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.5461626Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.5463433Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.5464416Z 94 | struct array 2025-03-21T20:22:34.5464895Z | ^~~~~ 2025-03-21T20:22:34.5466450Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:34.5467924Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.5468695Z | ^~~~~~~~ 2025-03-21T20:22:34.5477148Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.5492728Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.5508031Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.5522930Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.5544394Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.5573467Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.5595816Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.5610631Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.5623935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:34.5630482Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:22:34.5632182Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.5633139Z 94 | struct array 2025-03-21T20:22:34.5633489Z | ^~~~~ 2025-03-21T20:22:34.5634270Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:34.5635566Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:34.5636843Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:34.5638262Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:34.5639691Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:34.5640844Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:34.5643203Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:22:34.5644878Z 87 | uint16_t x; 2025-03-21T20:22:34.5645330Z | ^ 2025-03-21T20:22:34.5645844Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:34.5646508Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:34.5647203Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:34.5647938Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:34.5648833Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:34.5650099Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:34.5651225Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:34.5659507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.5674468Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.5689334Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.5704187Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.5725296Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.5753385Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.5775281Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.5789704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.5802953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.5809748Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.5811461Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.5812587Z 94 | struct array 2025-03-21T20:22:34.5813055Z | ^~~~~ 2025-03-21T20:22:34.5814885Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:34.5816447Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.5817177Z | ^~~~~~~~ 2025-03-21T20:22:34.5825503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.5840345Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.5855569Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.5870030Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.5891314Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.5918939Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.5940171Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.5954284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.5967292Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.5973904Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.5975655Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.5976747Z 94 | struct array 2025-03-21T20:22:34.5977215Z | ^~~~~ 2025-03-21T20:22:34.5978916Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:34.5980433Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.5981377Z | ^~~~~~~~ 2025-03-21T20:22:34.5989429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.6004601Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.6020119Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.6034687Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.6056200Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.6083540Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.6105779Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.6119970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.6126811Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:34.6134738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.6141180Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.6142920Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.6143989Z 94 | struct array 2025-03-21T20:22:34.6144463Z | ^~~~~ 2025-03-21T20:22:34.6146130Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:34.6147666Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.6148392Z | ^~~~~~~~ 2025-03-21T20:22:34.6156370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.6171553Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.6186432Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.6201134Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.6222177Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.6249476Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.6271291Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.6285809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.6299371Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.6305745Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.6307433Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.6308468Z 94 | struct array 2025-03-21T20:22:34.6308937Z | ^~~~~ 2025-03-21T20:22:34.6310501Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:34.6311927Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.6312680Z | ^~~~~~~~ 2025-03-21T20:22:34.6320834Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.6335909Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.6350165Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.6364147Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.6385214Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.6412136Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.6433065Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.6446819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.6459510Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.6465880Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.6467521Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.6468531Z 94 | struct array 2025-03-21T20:22:34.6468997Z | ^~~~~ 2025-03-21T20:22:34.6470618Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:34.6472023Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.6472724Z | ^~~~~~~~ 2025-03-21T20:22:34.6480287Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.6494974Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.6509463Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.6523927Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.6544744Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.6571400Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.6592537Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.6606103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.6618841Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.6625310Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.6626982Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.6628010Z 94 | struct array 2025-03-21T20:22:34.6628447Z | ^~~~~ 2025-03-21T20:22:34.6630001Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:34.6631353Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.6632066Z | ^~~~~~~~ 2025-03-21T20:22:34.6640236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.6656489Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, lon[ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:34.6665159Z g int}]’ 2025-03-21T20:22:34.6672384Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.6686963Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.6708550Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.6735925Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.6757366Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.6771108Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.6784086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.6790390Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.6792133Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.6793163Z 94 | struct array 2025-03-21T20:22:34.6793650Z | ^~~~~ 2025-03-21T20:22:34.6795240Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:34.6796696Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.6797429Z | ^~~~~~~~ 2025-03-21T20:22:34.6805063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.6816889Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.6824745Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:34.6831471Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.6839281Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.6850470Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.6867555Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.6879485Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.6887643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.6894977Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.6900547Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.6901525Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.6902098Z 94 | struct array 2025-03-21T20:22:34.6902373Z | ^~~~~ 2025-03-21T20:22:34.6902866Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:22:34.6903594Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:22:34.6904277Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:22:34.6905208Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:34.6906017Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:34.6906776Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:34.6907399Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:34.6908802Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:22:34.6909757Z 379 | unsigned short x; 2025-03-21T20:22:34.6910044Z | ^ 2025-03-21T20:22:34.6910358Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:34.6910751Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:34.6911295Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:34.6911785Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:34.6912342Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:34.6913069Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:22:34.6913746Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:34.6918927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.6928554Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.6936988Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.6946361Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.6960679Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.6975734Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.6988619Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.6996538Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.7003335Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.7008359Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.7009257Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.7009817Z 94 | struct array 2025-03-21T20:22:34.7010094Z | ^~~~~ 2025-03-21T20:22:34.7010918Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:34.7011784Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.7012196Z | ^~~~~~~~ 2025-03-21T20:22:34.7016349Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.7024725Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.7033067Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.7042573Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.7058331Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.7077663Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.7092921Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.7106622Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.7118975Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:22:34.7123899Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:22:34.7125583Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.7126743Z 94 | struct array 2025-03-21T20:22:34.7127204Z | ^~~~~ 2025-03-21T20:22:34.7128097Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:22:34.7129766Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:22:34.7130569Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:22:34.7131566Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:22:34.7132505Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:22:34.7133294Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:22:34.7134701Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:22:34.7135739Z 87 | uint16_t x; 2025-03-21T20:22:34.7136061Z | ^ 2025-03-21T20:22:34.7136612Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:34.7137650Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:34.7138544Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:34.7139966Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:34.7141091Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:34.7141710Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:34.7142090Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:34.7142510Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:34.7142992Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:34.7143497Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:34.7144093Z from /pytorch/executorch/kernels/portable/cpu/op_div.cpp:9: 2025-03-21T20:22:34.7149530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.7159621Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.7169619Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.7181360Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.7196702Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.7220972Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.7237809Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.7252032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.7262746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.7267685Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:22:34.7268714Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.7269861Z 94 | struct array 2025-03-21T20:22:34.7270289Z | ^~~~~ 2025-03-21T20:22:34.7271821Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:34.7273172Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.7273837Z | ^~~~~~~~ 2025-03-21T20:22:34.7280705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.7292645Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.7308076Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.7323324Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.7341490Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.7369150Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.7392273Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.7405584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.7413063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.7416801Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:22:34.7417709Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.7418281Z 94 | struct array 2025-03-21T20:22:34.7418552Z | ^~~~~ 2025-03-21T20:22:34.7419401Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:34.7420186Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.7420766Z | ^~~~~~~~ 2025-03-21T20:22:34.7426909Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.7441710Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.7458337Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.7474857Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.7499268Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.7531901Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.7557531Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.7575200Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.7587372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.7594535Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:34.7596123Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.7597197Z 94 | struct array 2025-03-21T20:22:34.7597636Z | ^~~~~ 2025-03-21T20:22:34.7599279Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:34.7600843Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.7601593Z | ^~~~~~~~ 2025-03-21T20:22:34.7610540Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.7628199Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.7645256Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.7661875Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.7686278Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.7718563Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.7743416Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.7760430Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.7775688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.7783038Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:34.7784812Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.7785883Z 94 | struct array 2025-03-21T20:22:34.7786336Z | ^~~~~ 2025-03-21T20:22:34.7787993Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:34.7789597Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.7790347Z | ^~~~~~~~ 2025-03-21T20:22:34.7799471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.7817338Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.7834301Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.7851114Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.7876398Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.7908332Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.7933100Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.7949895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.7964980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.7972441Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:34.7974164Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.7975216Z 94 | struct array 2025-03-21T20:22:34.7975670Z | ^~~~~ 2025-03-21T20:22:34.7977325Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:34.7978855Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.7979589Z | ^~~~~~~~ 2025-03-21T20:22:34.7988763Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.8006198Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.8023194Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.8040221Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.8064674Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.8096469Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.8121977Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.8138789Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.8153925Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.8161172Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:34.8162854Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.8163865Z 94 | struct array 2025-03-21T20:22:34.8164324Z | ^~~~~ 2025-03-21T20:22:34.8165849Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:34.8167217Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.8167940Z | ^~~~~~~~ 2025-03-21T20:22:34.8177117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.8194792Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.8212049Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.8228613Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.8252441Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.8284779Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.8309846Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.8326705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.8341816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.8349127Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:34.8350884Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.8351910Z 94 | struct array 2025-03-21T20:22:34.8352361Z | ^~~~~ 2025-03-21T20:22:34.8354001Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:34.8355571Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.8356302Z | ^~~~~~~~ 2025-03-21T20:22:34.8365860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.8383537Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.8400097Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.8416361Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.8440950Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.8472327Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.8497328Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.8514118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.8529071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.8536363Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:34.8538112Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.8539061Z 94 | struct array 2025-03-21T20:22:34.8539507Z | ^~~~~ 2025-03-21T20:22:34.8541055Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:34.8542449Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.8543189Z | ^~~~~~~~ 2025-03-21T20:22:34.8552532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.8570017Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.8586980Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.8603709Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.8628745Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.8659083Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.8678875Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.8693290Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:34.8705795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.8712155Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:22:34.8713713Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.8714692Z 94 | struct array 2025-03-21T20:22:34.8715140Z | ^~~~~ 2025-03-21T20:22:34.8716500Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:34.8717909Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.8718592Z | ^~~~~~~~ 2025-03-21T20:22:34.8726416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.8740497Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.8753858Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.8767412Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.8788022Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.8814983Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.8836281Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.8850885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.8863433Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.8869729Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:22:34.8871456Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.8872482Z 94 | struct array 2025-03-21T20:22:34.8872958Z | ^~~~~ 2025-03-21T20:22:34.8874551Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:34.8876048Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.8876798Z | ^~~~~~~~ 2025-03-21T20:22:34.8884513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.8899258Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.8913428Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.8920672Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:34.8930474Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.8951546Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.8979402Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.9000583Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.9014446Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.9026943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.9033597Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:22:34.9035311Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.9036318Z 94 | struct array 2025-03-21T20:22:34.9036786Z | ^~~~~ 2025-03-21T20:22:34.9038341Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:34.9039783Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.9040532Z | ^~~~~~~~ 2025-03-21T20:22:34.9048967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.9064869Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.9080454Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.9096098Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.9118733Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.9147747Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.9170732Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.9185267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.9199006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.9205886Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:34.9207626Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.9208708Z 94 | struct array 2025-03-21T20:22:34.9209201Z | ^~~~~ 2025-03-21T20:22:34.9210975Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:34.9212717Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.9213432Z | ^~~~~~~~ 2025-03-21T20:22:34.9222369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.9237870Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.9253545Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.9269215Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.9291739Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.9321025Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.9344142Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.9359604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.9373193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.9395377Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:34.9397220Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.9398285Z 94 | struct array 2025-03-21T20:22:34.9398742Z | ^~~~~ 2025-03-21T20:22:34.9400450Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:34.9402018Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.9402797Z | ^~~~~~~~ 2025-03-21T20:22:34.9411119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.9426979Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.9442452Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.9457929Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.9480543Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.9509103Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.9531818Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.9547239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.9561030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.9567723Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:34.9569312Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.9570234Z 94 | struct array 2025-03-21T20:22:34.9570631Z | ^~~~~ 2025-03-21T20:22:34.9572374Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:34.9573927Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.9574620Z | ^~~~~~~~ 2025-03-21T20:22:34.9582916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.9598314Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.9613691Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.9628399Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.9650206Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.9678916Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.9701486Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.9716610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.9730558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.9737491Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:34.9739193Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.9740182Z 94 | struct array 2025-03-21T20:22:34.9740646Z | ^~~~~ 2025-03-21T20:22:34.9742206Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:34.9743649Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.9744391Z | ^~~~~~~~ 2025-03-21T20:22:34.9752670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.9768208Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.9783666Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.9799278Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.9820938Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:34.9849730Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:34.9872282Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:34.9888564Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:34.9902085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:34.9908523Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:34.9910186Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:34.9911256Z 94 | struct array 2025-03-21T20:22:34.9911717Z | ^~~~~ 2025-03-21T20:22:34.9913263Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:34.9914955Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:34.9915777Z | ^~~~~~~~ 2025-03-21T20:22:34.9923922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:34.9939279Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:34.9954494Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:34.9970063Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:34.9992674Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0021042Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0040367Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0051777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.0059504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.0062914Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:35.0063798Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0064347Z 94 | struct array 2025-03-21T20:22:35.0064615Z | ^~~~~ 2025-03-21T20:22:35.0065443Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:35.0066398Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0066820Z | ^~~~~~~~ 2025-03-21T20:22:35.0071784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0079844Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0088094Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0096216Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0107727Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0122355Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0134034Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0141834Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.0148747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.0152135Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:22:35.0153023Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0153598Z 94 | struct array 2025-03-21T20:22:35.0153855Z | ^~~~~ 2025-03-21T20:22:35.0154707Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:35.0155504Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0155922Z | ^~~~~~~~ 2025-03-21T20:22:35.0156547Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:35.0157399Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:35.0158208Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:35.0159026Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:35.0160120Z [ 37%] 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:35.0161365Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:35.0161990Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:35.0162383Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:35.0162802Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:35.0163211Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:35.0163735Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:35.0164430Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:35.0165095Z from /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:9: 2025-03-21T20:22:35.0169144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0177190Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0185553Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0192215Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0201549Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0213589Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0223768Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0230986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.0236630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:35.0241272Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.0243564Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:35.0244510Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0245108Z 94 | struct array 2025-03-21T20:22:35.0245377Z | ^~~~~ 2025-03-21T20:22:35.0246286Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:35.0247130Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0247548Z | ^~~~~~~~ 2025-03-21T20:22:35.0251118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0258429Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0265170Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0271699Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0281096Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0293942Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0305047Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0315435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.0322564Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:35.0327099Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.0329041Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:35.0329932Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0330516Z 94 | struct array 2025-03-21T20:22:35.0330783Z | ^~~~~ 2025-03-21T20:22:35.0331950Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:35.0332871Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0333298Z | ^~~~~~~~ 2025-03-21T20:22:35.0338521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0348046Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0356457Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0364606Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0373733Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0386225Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0397065Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0403624Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.0411405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:35.0420063Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.0424021Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:35.0425685Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0426728Z 94 | struct array 2025-03-21T20:22:35.0427183Z | ^~~~~ 2025-03-21T20:22:35.0428745Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:35.0430226Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0430911Z | ^~~~~~~~ 2025-03-21T20:22:35.0437489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0447946Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0454290Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0460563Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0469184Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0481909Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0491140Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0497080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.0502320Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:35.0506662Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.0508589Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:35.0509456Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0509994Z 94 | struct array 2025-03-21T20:22:35.0510266Z | ^~~~~ 2025-03-21T20:22:35.0511077Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:35.0511854Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0512284Z | ^~~~~~~~ 2025-03-21T20:22:35.0515772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0522566Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0528733Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0535138Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0543997Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0555937Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0566809Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0573605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.0580044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:35.0585187Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.0587750Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:35.0588915Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0589495Z 94 | struct array 2025-03-21T20:22:35.0589773Z | ^~~~~ 2025-03-21T20:22:35.0590856Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:35.0591807Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0592227Z | ^~~~~~~~ 2025-03-21T20:22:35.0595699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0602681Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0609853Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0617319Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0626603Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0640067Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0650164Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0657657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.0664869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:22:35.0670283Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.0672701Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:35.0673676Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0674240Z 94 | struct array 2025-03-21T20:22:35.0674514Z | ^~~~~ 2025-03-21T20:22:35.0675348Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:35.0676136Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0676555Z | ^~~~~~~~ 2025-03-21T20:22:35.0680479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0687475Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0694483Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0701383Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0711023Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0724621Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0737557Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0745550Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.0753009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:22:35.0758376Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.0760379Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:35.0761332Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0761901Z 94 | struct array 2025-03-21T20:22:35.0762172Z | ^~~~~ 2025-03-21T20:22:35.0763496Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:35.0764715Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0765142Z | ^~~~~~~~ 2025-03-21T20:22:35.0769991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0780716Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0788240Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0796201Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0806470Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0824237Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0835778Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0842712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.0848736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:35.0854495Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.0856584Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:22:35.0857968Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.0858533Z 94 | struct array 2025-03-21T20:22:35.0858790Z | ^~~~~ 2025-03-21T20:22:35.0859627Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:35.0860715Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.0861268Z | ^~~~~~~~ 2025-03-21T20:22:35.0868012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.0877902Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.0886273Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.0897038Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.0918027Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.0946839Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.0969351Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.0984700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.0998301Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.1008318Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.1012200Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:35.1013951Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.1015238Z 94 | struct array 2025-03-21T20:22:35.1015705Z | ^~~~~ 2025-03-21T20:22:35.1017537Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:35.1019115Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.1019869Z | ^~~~~~~~ 2025-03-21T20:22:35.1028824Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.1044195Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.1059753Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.1075646Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.1098571Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.1128134Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.1147900Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.1156845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.1169695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.1179518Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.1183350Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:35.1185057Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.1186119Z 94 | struct array 2025-03-21T20:22:35.1186565Z | ^~~~~ 2025-03-21T20:22:35.1188256Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:35.1189837Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.1190593Z | ^~~~~~~~ 2025-03-21T20:22:35.1198954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.1214393Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.1228905Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.1243658Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.1265934Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.1293829Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.1315610Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.1330036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.1343275Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.1352672Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.1355760Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:35.1357117Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.1357988Z 94 | struct array 2025-03-21T20:22:35.1358376Z | ^~~~~ 2025-03-21T20:22:35.1359790Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:35.1361026Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.1361632Z | ^~~~~~~~ 2025-03-21T20:22:35.1368839Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.1382496Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.1396511Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.1410516Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.1431418Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.1457754Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.1486564Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.1501853Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.1515249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.1525602Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.1529461Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:35.1531080Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.1532175Z 94 | struct array 2025-03-21T20:22:35.1532646Z | ^~~~~ 2025-03-21T20:22:35.1534162Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:35.1535598Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.1536353Z | ^~~~~~~~ 2025-03-21T20:22:35.1544709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.1559966Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.1575453Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.1590806Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.1612907Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.1641426Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.1664053Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.1678914Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.1692149Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.1702109Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.1705948Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:35.1707658Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.1708734Z 94 | struct array 2025-03-21T20:22:35.1709210Z | ^~~~~ 2025-03-21T20:22:35.1710800Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:35.1712368Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.1713119Z | ^~~~~~~~ 2025-03-21T20:22:35.1721476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.1737252Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.1752496Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.1767326Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.1789680Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.1819428Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.1841451Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.1856364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.1870017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.1880529Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.1884321Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:35.1886026Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.1887287Z 94 | struct array 2025-03-21T20:22:35.1887734Z | ^~~~~ 2025-03-21T20:22:35.1889299Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:35.1890762Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.1891506Z | ^~~~~~~~ 2025-03-21T20:22:35.1899723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.1915268Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.1930977Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.1946282Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.1968448Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.1997308Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.2019676Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.2034784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.2048673Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.2058944Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.2062794Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:35.2064464Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.2065509Z 94 | struct array 2025-03-21T20:22:35.2065976Z | ^~~~~ 2025-03-21T20:22:35.2067553Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:35.2069040Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.2069808Z | ^~~~~~~~ 2025-03-21T20:22:35.2077965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.2093476Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.2108724Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.2123673Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.2145450Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.2173960Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.2196387Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.2211546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.2225241Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.2230615Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.2232558Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:22:35.2233441Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.2234071Z 94 | struct array 2025-03-21T20:22:35.2234336Z | ^~~~~ 2025-03-21T20:22:35.2235248Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:35.2236024Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.2236454Z | ^~~~~~~~ 2025-03-21T20:22:35.2237089Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:35.2238233Z [ 37%] 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:35.2239663Z [ 37%] 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:35.2240748Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:35.2241574Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:35.2242707Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:35.2243979Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:35.2244825Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:35.2245492Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:35.2245885Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:35.2246361Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:35.2246781Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:35.2247344Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:35.2248030Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:35.2248747Z from /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:9: 2025-03-21T20:22:35.2254093Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.2265169Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.2274775Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.2283329Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.2295777Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.2314654Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.2328110Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.2338481Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.2348384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.2352164Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:35.2353628Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.2354231Z 94 | struct array 2025-03-21T20:22:35.2354517Z | ^~~~~ 2025-03-21T20:22:35.2355514Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:35.2356454Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.2356875Z | ^~~~~~~~ 2025-03-21T20:22:35.2362183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.2373958Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.2386160Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.2396050Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.2414527Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.2437955Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.2451756Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.2461193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.2469271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.2473264Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:35.2474325Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.2474922Z 94 | struct array 2025-03-21T20:22:35.2475251Z | ^~~~~ 2025-03-21T20:22:35.2476210Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:35.2477092Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.2477566Z | ^~~~~~~~ 2025-03-21T20:22:35.2483907Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.2493402Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.2502849Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.2511217Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.2529544Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.2551321Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.2575562Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.2591767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.2606165Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.2613432Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:35.2615225Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.2616232Z 94 | struct array 2025-03-21T20:22:35.2616693Z | ^~~~~ 2025-03-21T20:22:35.2618306Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:35.2619850Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.2620761Z | ^~~~~~~~ 2025-03-21T20:22:35.2629527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.2645836Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.2663224Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.2679340Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.2696744Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.2723478Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.2746400Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.2761769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.2770293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.2774039Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:35.2774964Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.2775590Z 94 | struct array 2025-03-21T20:22:35.2775965Z | ^~~~~ 2025-03-21T20:22:35.2777158Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:35.2778299Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.2778937Z | ^~~~~~~~ 2025-03-21T20:22:35.2784455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.2793057Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.2801606Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.2809976Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.2822708Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.2839231Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.2851508Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.2859909Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.2867297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.2870927Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:35.2871858Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.2872426Z 94 | struct array 2025-03-21T20:22:35.2872688Z | ^~~~~ 2025-03-21T20:22:35.2873549Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:35.2874359Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.2874775Z | ^~~~~~~~ 2025-03-21T20:22:35.2879322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.2887778Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.2896225Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.2904526Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.2916714Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.2933399Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.2947140Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.2957127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.2972443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.2977629Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:35.2978753Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.2979406Z 94 | struct array 2025-03-21T20:22:35.2979679Z | ^~~~~ 2025-03-21T20:22:35.2980589Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:35.2981434Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.2981920Z | ^~~~~~~~ 2025-03-21T20:22:35.2989212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.3005986Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.3022358Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.3038774Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.3062960Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.3094189Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.3118426Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.3135003Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.3150042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.3157376Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:22:35.3159162Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.3160187Z 94 | struct array 2025-03-21T20:22:35.3160624Z | ^~~~~ 2025-03-21T20:22:35.3162119Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:35.3163585Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.3164334Z | ^~~~~~~~ 2025-03-21T20:22:35.3165427Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:35.3167481Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:35.3168980Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:35.3169696Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:35.3170430Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:35.3171175Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:35.3172182Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:35.3173304Z from /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:11: 2025-03-21T20:22:35.3182400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.3199172Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.3215303Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.3228167Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.3247736Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.3278407Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.3302791Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.3319230Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.3333604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.3340403Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:22:35.3341867Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.3342952Z 94 | struct array 2025-03-21T20:22:35.3343457Z | ^~~~~ 2025-03-21T20:22:35.3344849Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:35.3345994Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.3346712Z | ^~~~~~~~ 2025-03-21T20:22:35.3355276Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.3371783Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.3387714Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.3403779Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.3427908Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.3458181Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.3482027Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.3498115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.3512682Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.3519731Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:22:35.3521606Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.3522612Z 94 | struct array 2025-03-21T20:22:35.3523053Z | ^~~~~ 2025-03-21T20:22:35.3524642Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:35.3526109Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.3526862Z | ^~~~~~~~ 2025-03-21T20:22:35.3534695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.3549136Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.3563060Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.3577238Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.3597582Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.3623593Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.3644727Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.3658628Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.3671174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.3677444Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:22:35.3679177Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.3680354Z 94 | struct array 2025-03-21T20:22:35.3695330Z | ^~~~~ 2025-03-21T20:22:35.3696956Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:35.3698415Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.3699154Z | ^~~~~~~~ 2025-03-21T20:22:35.3707158Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.3721970Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.3735986Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.3743131Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:35.3752379Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.3772943Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.3799567Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.3821014Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.3834443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.3847028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:35.3853192Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:22:35.3854900Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.3855946Z 94 | struct array 2025-03-21T20:22:35.3856411Z | ^~~~~ 2025-03-21T20:22:35.3857932Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:35.3859387Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.3860139Z | ^~~~~~~~ 2025-03-21T20:22:35.3861253Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:35.3863366Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:35.3865467Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:35.3866901Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:35.3868479Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:35.3870069Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:35.3871236Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:35.3872004Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:35.3872789Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:35.3873588Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:35.3874488Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:35.3875797Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:35.3876940Z from /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:9: 2025-03-21T20:22:35.3884180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.3897212Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.3909578Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.3922419Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.3940570Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.3961978Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.3980953Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.3993153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.4004100Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:35.4012956Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4016698Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:35.4018313Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4019395Z 94 | struct array 2025-03-21T20:22:35.4019863Z | ^~~~~ 2025-03-21T20:22:35.4021792Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:35.4023341Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4024016Z | ^~~~~~~~ 2025-03-21T20:22:35.4030884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4043876Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4056521Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4068704Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4085431Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4106308Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4116812Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.4123331Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.4129821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:35.4135116Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4137140Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:35.4138171Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4138877Z 94 | struct array 2025-03-21T20:22:35.4139286Z | ^~~~~ 2025-03-21T20:22:35.4140660Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:35.4141992Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4142624Z | ^~~~~~~~ 2025-03-21T20:22:35.4149059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4159195Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4166857Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4173867Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4185950Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4200588Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4212087Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.4219182Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.4226130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:35.4231263Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4234319Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:35.4235901Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4236580Z 94 | struct array 2025-03-21T20:22:35.4236853Z | ^~~~~ 2025-03-21T20:22:35.4238034Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:35.4238847Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4239266Z | ^~~~~~~~ 2025-03-21T20:22:35.4242818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4249541Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4255649Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4262817Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4272630Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4285396Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4295726Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.4302038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.4307713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:35.4312385Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4314400Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:35.4315584Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4316159Z 94 | struct array 2025-03-21T20:22:35.4316419Z | ^~~~~ 2025-03-21T20:22:35.4317249Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:35.4318021Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4318442Z | ^~~~~~~~ 2025-03-21T20:22:35.4322180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4329239Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4336125Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4342895Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4352366Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4365675Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4376317Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.4382412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.4388198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:35.4392604Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4394537Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:35.4395425Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4396080Z 94 | struct array 2025-03-21T20:22:35.4396356Z | ^~~~~ 2025-03-21T20:22:35.4397282Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:35.4398090Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4398504Z | ^~~~~~~~ 2025-03-21T20:22:35.4401954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4408329Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4414935Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4421828Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4431395Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4444477Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4455536Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.4463342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.4472450Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:22:35.4476883Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4478850Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:35.4479739Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4480308Z 94 | struct array 2025-03-21T20:22:35.4480581Z | ^~~~~ 2025-03-21T20:22:35.4481421Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:35.4482203Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4482628Z | ^~~~~~~~ 2025-03-21T20:22:35.4486110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4492625Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4499032Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4506044Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4514864Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4533920Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4551828Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.4561589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.4566994Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:22:35.4571363Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4573398Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:35.4574298Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4574877Z 94 | struct array 2025-03-21T20:22:35.4575151Z | ^~~~~ 2025-03-21T20:22:35.4575999Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:35.4576856Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4577281Z | ^~~~~~~~ 2025-03-21T20:22:35.4580713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4588102Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4595505Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4601718Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4611452Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4626486Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4644868Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.4656256Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.4667436Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:35.4676154Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4679957Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:22:35.4681750Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4682796Z 94 | struct array 2025-03-21T20:22:35.4683232Z | ^~~~~ 2025-03-21T20:22:35.4684792Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:35.4686163Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4686875Z | ^~~~~~~~ 2025-03-21T20:22:35.4688527Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:35.4697801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4712660Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4727848Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4743275Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4765250Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4793169Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4815554Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.4830661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.4843872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.4853870Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.4857545Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:35.4859236Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.4860255Z 94 | struct array 2025-03-21T20:22:35.4860853Z | ^~~~~ 2025-03-21T20:22:35.4862750Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:35.4864285Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.4864983Z | ^~~~~~~~ 2025-03-21T20:22:35.4872967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.4888080Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.4903206Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.4918314Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.4940105Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.4967813Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.4990144Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.5004814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.5018147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.5027763Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.5031660Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:35.5033386Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.5034473Z 94 | struct array 2025-03-21T20:22:35.5034926Z | ^~~~~ 2025-03-21T20:22:35.5036620Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:35.5038116Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.5038868Z | ^~~~~~~~ 2025-03-21T20:22:35.5047301Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.5062647Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.5077764Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.5092858Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.5114611Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.5143348Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.5165834Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.5180871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.5194011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.5203826Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.5207571Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:35.5209296Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.5210335Z 94 | struct array 2025-03-21T20:22:35.5210808Z | ^~~~~ 2025-03-21T20:22:35.5212575Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:35.5214157Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.5214799Z | ^~~~~~~~ 2025-03-21T20:22:35.5224218Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.5238486Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.5253630Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.5268641Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.5290702Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.5318368Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.5340176Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.5355243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.5368499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.5379060Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.5382839Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:35.5384453Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.5385388Z 94 | struct array 2025-03-21T20:22:35.5385797Z | ^~~~~ 2025-03-21T20:22:35.5387294Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:35.5388693Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.5389453Z | ^~~~~~~~ 2025-03-21T20:22:35.5397414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.5412911Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.5427615Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.5442604Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.5464328Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.5492391Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.5514374Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.5528711Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.5542503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.5551872Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.5554671Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:35.5556010Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.5556803Z 94 | struct array 2025-03-21T20:22:35.5557152Z | ^~~~~ 2025-03-21T20:22:35.5558351Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:35.5559422Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.5560006Z | ^~~~~~~~ 2025-03-21T20:22:35.5560865Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:35.5567203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.5580099Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.5594849Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.5609706Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.5628548Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.5643501Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.5655472Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.5663133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.5671842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.5681204Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.5684766Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:35.5686399Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.5687434Z 94 | struct array 2025-03-21T20:22:35.5687891Z | ^~~~~ 2025-03-21T20:22:35.5689456Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:35.5690840Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.5691544Z | ^~~~~~~~ 2025-03-21T20:22:35.5699276Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.5714495Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.5730454Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.5745823Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.5768262Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.5797043Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.5819523Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.5834801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.5848283Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.5858671Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.5862513Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:35.5864164Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.5865214Z 94 | struct array 2025-03-21T20:22:35.5865682Z | ^~~~~ 2025-03-21T20:22:35.5867276Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:35.5868770Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.5869542Z | ^~~~~~~~ 2025-03-21T20:22:35.5877788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.5893043Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.5908450Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.5924111Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.5946327Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.5974431Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.5996907Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.6011917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.6029023Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.6039269Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.6043292Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:22:35.6044907Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.6045994Z 94 | struct array 2025-03-21T20:22:35.6046442Z | ^~~~~ 2025-03-21T20:22:35.6048020Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:35.6049588Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.6050405Z | ^~~~~~~~ 2025-03-21T20:22:35.6051635Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:35.6053382Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:35.6055004Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:35.6057076Z [ 40%] 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:35.6058768Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:35.6059434Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:35.6060205Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:35.6060935Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:35.6061880Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:35.6063196Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:35.6064371Z from /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:9: 2025-03-21T20:22:35.6071691Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.6084815Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.6096602Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.6108635Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.6126618Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.6150379Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.6169346Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.6181761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.6192816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:35.6201585Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.6205391Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:35.6207277Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.6208445Z 94 | struct array 2025-03-21T20:22:35.6208975Z | ^~~~~ 2025-03-21T20:22:35.6210776Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:35.6212501Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.6213256Z | ^~~~~~~~ 2025-03-21T20:22:35.6219259Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.6232170Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.6244314Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.6255822Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.6265120Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.6280672Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.6299464Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.6311840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.6322995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:35.6331799Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.6335631Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:35.6337350Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.6338442Z 94 | struct array 2025-03-21T20:22:35.6338909Z | ^~~~~ 2025-03-21T20:22:35.6340605Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:35.6342210Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.6342973Z | ^~~~~~~~ 2025-03-21T20:22:35.6349915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.6362842Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.6375252Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.6387772Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.6405666Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.6428723Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.6447541Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.6459756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.6470631Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:35.6479347Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.6483197Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:35.6484917Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.6485991Z 94 | struct array 2025-03-21T20:22:35.6486443Z | ^~~~~ 2025-03-21T20:22:35.6488108Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:35.6489649Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.6490408Z | ^~~~~~~~ 2025-03-21T20:22:35.6497378Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.6509881Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.6522766Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.6535060Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.6552878Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.6575335Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.6593252Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.6604879Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.6615266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:35.6624366Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.6628157Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:35.6629812Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.6630848Z 94 | struct array 2025-03-21T20:22:35.6631322Z | ^~~~~ 2025-03-21T20:22:35.6632835Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:35.6634275Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.6635035Z | ^~~~~~~~ 2025-03-21T20:22:35.6641764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.6654381Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.6666359Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.6678389Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.6695762Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.6717865Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.6736511Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.6748382Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.6758932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:35.6767494Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.6771194Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:35.6772945Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.6774030Z 94 | struct array 2025-03-21T20:22:35.6774501Z | ^~~~~ 2025-03-21T20:22:35.6776142Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:35.6777583Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.6778322Z | ^~~~~~~~ 2025-03-21T20:22:35.6785099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.6797817Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.6808826Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.6821418Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.6840136Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.6861148Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.6879375Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.6891205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.6901198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:22:35.6909461Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.6913223Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:35.6914926Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.6915953Z 94 | struct array 2025-03-21T20:22:35.6916413Z | ^~~~~ 2025-03-21T20:22:35.6917974Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:35.6919441Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.6920359Z | ^~~~~~~~ 2025-03-21T20:22:35.6927539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.6940022Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.6951839Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.6964032Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.6981829Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7004583Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7023098Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.7034910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.7045704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:22:35.7054316Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.7058065Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:35.7059746Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.7060786Z 94 | struct array 2025-03-21T20:22:35.7061253Z | ^~~~~ 2025-03-21T20:22:35.7062781Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:35.7064033Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.7064616Z | ^~~~~~~~ 2025-03-21T20:22:35.7070403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.7080351Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.7087243Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:35.7091924Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.7099952Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.7110612Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7124287Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7135696Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.7142881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.7148851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:35.7154115Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.7156198Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:22:35.7157413Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.7158346Z 94 | struct array 2025-03-21T20:22:35.7158907Z | ^~~~~ 2025-03-21T20:22:35.7160572Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:35.7162038Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.7162851Z | ^~~~~~~~ 2025-03-21T20:22:35.7170223Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.7180443Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.7189381Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.7197482Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.7209661Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7228024Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7240885Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.7249555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.7257235Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.7262301Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.7264445Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:35.7265427Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.7266037Z 94 | struct array 2025-03-21T20:22:35.7266375Z | ^~~~~ 2025-03-21T20:22:35.7267356Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:35.7268250Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.7268674Z | ^~~~~~~~ 2025-03-21T20:22:35.7273307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.7281727Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.7290417Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.7299539Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.7312194Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7329073Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7342103Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.7351234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.7359441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.7365587Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.7368123Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:35.7369183Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.7370009Z 94 | struct array 2025-03-21T20:22:35.7370373Z | ^~~~~ 2025-03-21T20:22:35.7371406Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:35.7372435Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.7372868Z | ^~~~~~~~ 2025-03-21T20:22:35.7377761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.7386252Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.7394474Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.7402794Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.7415861Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7433872Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7446817Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.7455732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.7463306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.7468998Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.7470942Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:35.7472363Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.7473444Z 94 | struct array 2025-03-21T20:22:35.7473889Z | ^~~~~ 2025-03-21T20:22:35.7475366Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:35.7476261Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.7476858Z | ^~~~~~~~ 2025-03-21T20:22:35.7481426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.7490607Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.7501840Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.7511828Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.7524449Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7540179Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7552952Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.7561723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.7570167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.7576608Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.7578835Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:35.7579789Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.7580350Z 94 | struct array 2025-03-21T20:22:35.7580624Z | ^~~~~ 2025-03-21T20:22:35.7581450Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:35.7582382Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.7582854Z | ^~~~~~~~ 2025-03-21T20:22:35.7587159Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.7596166Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.7605727Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.7616000Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.7633450Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7650026Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7664418Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.7675271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.7682649Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.7692379Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.7695872Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:35.7697482Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.7698451Z 94 | struct array 2025-03-21T20:22:35.7698888Z | ^~~~~ 2025-03-21T20:22:35.7700539Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:35.7702735Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.7703460Z | ^~~~~~~~ 2025-03-21T20:22:35.7711459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.7724399Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.7735369Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.7749895Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.7771524Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7796819Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7816712Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.7831298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.7843772Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.7853142Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.7857071Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:35.7858650Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.7859582Z 94 | struct array 2025-03-21T20:22:35.7860025Z | ^~~~~ 2025-03-21T20:22:35.7861472Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:35.7862769Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.7863463Z | ^~~~~~~~ 2025-03-21T20:22:35.7871653Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.7886607Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.7901782Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.7917044Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.7939412Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.7967334Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.7989793Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8004704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.8017839Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.8027593Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.8031261Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:35.8032869Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.8034764Z 94 | struct array 2025-03-21T20:22:35.8035240Z | ^~~~~ 2025-03-21T20:22:35.8036783Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:35.8038273Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.8039141Z | ^~~~~~~~ 2025-03-21T20:22:35.8047153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.8062541Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.8077499Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.8092434Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.8113756Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.8141929Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.8164075Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8196235Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.8209511Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.8220137Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.8224224Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:22:35.8225958Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.8227017Z 94 | struct array 2025-03-21T20:22:35.8227513Z | ^~~~~ 2025-03-21T20:22:35.8229031Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:35.8230500Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.8231294Z | ^~~~~~~~ 2025-03-21T20:22:35.8232926Z [ 40%] 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:35.8235027Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:35.8236719Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:35.8239136Z [ 40%] 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:35.8241401Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:35.8243117Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:35.8245280Z [ 40%] 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:35.8246995Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:35.8247683Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:35.8248435Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:35.8249285Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:35.8250226Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:35.8251553Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:35.8252862Z from /pytorch/executorch/kernels/portable/cpu/op_le.cpp:9: 2025-03-21T20:22:35.8260043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.8273163Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.8285713Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.8299148Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.8317698Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.8341632Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.8367721Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8380523Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.8397693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:35.8406682Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.8410591Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:35.8412548Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.8413757Z 94 | struct array 2025-03-21T20:22:35.8414272Z | ^~~~~ 2025-03-21T20:22:35.8416075Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:35.8417666Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.8418453Z | ^~~~~~~~ 2025-03-21T20:22:35.8424562Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.8433331Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.8441419Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.8450887Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.8460053Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.8471967Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.8484848Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8495880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.8501475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:35.8505879Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.8507903Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:35.8508808Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.8509394Z 94 | struct array 2025-03-21T20:22:35.8509653Z | ^~~~~ 2025-03-21T20:22:35.8510543Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:35.8511367Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.8511774Z | ^~~~~~~~ 2025-03-21T20:22:35.8515330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.8522053Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.8528237Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.8535167Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.8545681Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.8559494Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.8576861Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8587669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.8595130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:35.8603479Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.8607286Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:35.8608970Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.8610019Z 94 | struct array 2025-03-21T20:22:35.8610498Z | ^~~~~ 2025-03-21T20:22:35.8612233Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:35.8613758Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.8614480Z | ^~~~~~~~ 2025-03-21T20:22:35.8621082Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.8633037Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.8644907Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.8656536Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.8672789Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.8694960Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.8712739Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8725229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.8735499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:35.8743069Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.8747162Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:35.8748658Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.8749221Z 94 | struct array 2025-03-21T20:22:35.8749489Z | ^~~~~ 2025-03-21T20:22:35.8750333Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:35.8751109Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.8751526Z | ^~~~~~~~ 2025-03-21T20:22:35.8755045Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.8764575Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.8774738Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.8785338Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.8799612Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.8813013Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.8825496Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8831935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.8837627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:35.8842142Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.8844075Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:35.8844962Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.8845536Z 94 | struct array 2025-03-21T20:22:35.8845808Z | ^~~~~ 2025-03-21T20:22:35.8846676Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:35.8847585Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.8847994Z | ^~~~~~~~ 2025-03-21T20:22:35.8851500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.8857995Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.8864067Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.8870844Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.8886533Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.8900706Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.8910313Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8916373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.8921970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:22:35.8927023Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.8928967Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:35.8929942Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.8930506Z 94 | struct array 2025-03-21T20:22:35.8930777Z | ^~~~~ 2025-03-21T20:22:35.8931605Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:35.8932492Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.8932917Z | ^~~~~~~~ 2025-03-21T20:22:35.8936398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.8942930Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.8949342Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.8955712Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.8964515Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.8976535Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.8988778Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.8995062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.9000422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:22:35.9004810Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9006735Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:35.9007607Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9008182Z 94 | struct array 2025-03-21T20:22:35.9008450Z | ^~~~~ 2025-03-21T20:22:35.9009292Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:35.9010169Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9010626Z | ^~~~~~~~ 2025-03-21T20:22:35.9014211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9020766Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9027202Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9034371Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9044000Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9056544Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.9071383Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.9078492Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:35.9085267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:35.9091741Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9094791Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:22:35.9096265Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9097208Z 94 | struct array 2025-03-21T20:22:35.9097690Z | ^~~~~ 2025-03-21T20:22:35.9099146Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:35.9100274Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9100685Z | ^~~~~~~~ 2025-03-21T20:22:35.9105214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9115144Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9130409Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9143679Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9161074Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9176314Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.9187825Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.9195496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.9202314Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.9207680Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9210145Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:35.9211152Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9212263Z 94 | struct array 2025-03-21T20:22:35.9212682Z | ^~~~~ 2025-03-21T20:22:35.9214407Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:35.9215429Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9215850Z | ^~~~~~~~ 2025-03-21T20:22:35.9220152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9228228Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9235993Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9246995Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9260363Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9277382Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.9288880Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.9296784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.9303616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.9308647Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9310584Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:35.9311491Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9312149Z 94 | struct array 2025-03-21T20:22:35.9312421Z | ^~~~~ 2025-03-21T20:22:35.9313340Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:35.9314200Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9314618Z | ^~~~~~~~ 2025-03-21T20:22:35.9318850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9327129Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9337080Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9344959Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9356303Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9371998Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.9383594Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.9392999Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.9401005Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.9407614Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9409633Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:35.9410547Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9411117Z 94 | struct array 2025-03-21T20:22:35.9411390Z | ^~~~~ 2025-03-21T20:22:35.9412689Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:35.9413647Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9414072Z | ^~~~~~~~ 2025-03-21T20:22:35.9421860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9431149Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9438803Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9446439Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9458683Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9480264Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.9493737Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.9501427Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.9508145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.9514623Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9518201Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:35.9519858Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9520997Z 94 | struct array 2025-03-21T20:22:35.9521450Z | ^~~~~ 2025-03-21T20:22:35.9522923Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:35.9523849Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9524348Z | ^~~~~~~~ 2025-03-21T20:22:35.9530276Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9539093Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9547183Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9555677Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9566992Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9591583Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.9607933Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.9615831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.9622830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.9627855Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9629812Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:35.9630697Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9631266Z 94 | struct array 2025-03-21T20:22:35.9631538Z | ^~~~~ 2025-03-21T20:22:35.9632397Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:35.9633186Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9633605Z | ^~~~~~~~ 2025-03-21T20:22:35.9637813Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9645746Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9653598Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9661301Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9672428Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9687822Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.9700400Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.9713438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.9726208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.9735187Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9738913Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:35.9740324Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9740926Z 94 | struct array 2025-03-21T20:22:35.9741224Z | ^~~~~ 2025-03-21T20:22:35.9742070Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:35.9742875Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9743288Z | ^~~~~~~~ 2025-03-21T20:22:35.9748116Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9763730Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9778655Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9793431Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9813863Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9831868Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:35.9839550Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:35.9845013Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:35.9856844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:35.9868199Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:35.9877542Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:35.9881367Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:35.9883089Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:35.9884147Z 94 | struct array 2025-03-21T20:22:35.9884594Z | ^~~~~ 2025-03-21T20:22:35.9886060Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:35.9887440Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:35.9888135Z | ^~~~~~~~ 2025-03-21T20:22:35.9895958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:35.9910308Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:35.9925442Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:35.9941047Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:35.9963313Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:35.9991927Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.0006336Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:36.0015785Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.0030814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.0044454Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.0054534Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.0058306Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:22:36.0059927Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.0060985Z 94 | struct array 2025-03-21T20:22:36.0061432Z | ^~~~~ 2025-03-21T20:22:36.0062963Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:36.0064438Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.0065167Z | ^~~~~~~~ 2025-03-21T20:22:36.0066721Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:36.0069407Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:36.0072154Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:36.0074310Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:36.0075872Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:36.1146820Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:36.1148523Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:36.1150600Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:36.1153082Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:36.1155146Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:36.1157178Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:36.1159702Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:36.1162230Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:36.1164363Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:36.1165555Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:36.1166251Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:36.1166965Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:36.1167715Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:36.1168957Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:36.1170313Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:36.1171821Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:36.1172995Z from /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:9: 2025-03-21T20:22:36.1180179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.1192500Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.1204398Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.1216558Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.1236850Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.1255524Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.2637435Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.2649189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.2659820Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:36.2664698Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.2666715Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-03-21T20:22:36.2667640Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.2668276Z 94 | struct array 2025-03-21T20:22:36.2668553Z | ^~~~~ 2025-03-21T20:22:36.2669680Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:36.2670595Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.2671116Z | ^~~~~~~~ 2025-03-21T20:22:36.2671871Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:36.2673174Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:36.2674582Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:36.2675687Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:36.2676812Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:36.2678092Z [ 42%] 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:36.2678882Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:36.2679281Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:36.2679709Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:36.2680127Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:36.2680635Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:36.2681317Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:36.2682030Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:36.2682668Z from /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:9: 2025-03-21T20:22:36.2687959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.2698514Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.2705941Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.2714726Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.3083672Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.3100694Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.3111107Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.3118340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.3124846Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:36.3130428Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.3132601Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-03-21T20:22:36.3133541Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.3134103Z 94 | struct array 2025-03-21T20:22:36.3134365Z | ^~~~~ 2025-03-21T20:22:36.3135193Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:36.3136045Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.3136476Z | ^~~~~~~~ 2025-03-21T20:22:36.3137256Z [ 42%] 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:36.3138250Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:36.3138859Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:36.3139237Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:36.3139653Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:36.3140066Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:36.3140571Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:36.3141268Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:36.3141988Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:22:36.3142679Z from /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:9: 2025-03-21T20:22:36.3146239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.3152951Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.3159346Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.3169645Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.3182690Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.3200199Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.3210518Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.3216910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.3224313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:36.3229527Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.3231520Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-03-21T20:22:36.3232669Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.3233294Z 94 | struct array 2025-03-21T20:22:36.3233572Z | ^~~~~ 2025-03-21T20:22:36.4570604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:36.4571467Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.4572110Z | ^~~~~~~~ 2025-03-21T20:22:36.4572774Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:36.4574815Z [ 42%] 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:36.4576739Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:36.4577895Z [ 42%] 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:36.4579025Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:36.4580101Z [ 42%] 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:36.4581351Z [ 42%] 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:36.4582406Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:36.4583129Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:36.4583566Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:36.4583990Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:36.4584462Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:36.4585050Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:36.4585760Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:36.4586505Z from /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:9: 2025-03-21T20:22:36.4591062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.4598751Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.4605832Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.4612858Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.4623254Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.4636935Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.4647451Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.4654121Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.4660462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:36.4665834Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.4668093Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:36.4669290Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.4669886Z 94 | struct array 2025-03-21T20:22:36.4670144Z | ^~~~~ 2025-03-21T20:22:36.4671151Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:36.4672001Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.4672425Z | ^~~~~~~~ 2025-03-21T20:22:36.4676342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.4683234Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.4691025Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.4699938Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.4709174Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.4722861Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.4733853Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.4740691Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.4747118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:36.4751988Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.4754263Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:36.4755402Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.4755993Z 94 | struct array 2025-03-21T20:22:36.4756251Z | ^~~~~ 2025-03-21T20:22:36.4757164Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:36.4757990Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.4758513Z | ^~~~~~~~ 2025-03-21T20:22:36.4762331Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.4769883Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.4777913Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.4786464Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.4796521Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.4810204Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.4824426Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.4832344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.4838896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:36.4844044Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.4846405Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:36.4847346Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.4847928Z 94 | struct array 2025-03-21T20:22:36.4848186Z | ^~~~~ 2025-03-21T20:22:36.4849068Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:36.4849925Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.4850454Z | ^~~~~~~~ 2025-03-21T20:22:36.4855204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.4863377Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.4874120Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.4885857Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.4901621Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.4920715Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.4930794Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.4937085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.4944091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:36.4948799Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.4951081Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:36.4952283Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.4952976Z 94 | struct array 2025-03-21T20:22:36.4953246Z | ^~~~~ 2025-03-21T20:22:36.4954305Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:36.4955202Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.4955619Z | ^~~~~~~~ 2025-03-21T20:22:36.4959623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.4966382Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.4972814Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.4982668Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.4998703Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.5017726Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.5030956Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.5038244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.5048499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:36.5057057Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.5060642Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:36.5062274Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.5063366Z 94 | struct array 2025-03-21T20:22:36.5063827Z | ^~~~~ 2025-03-21T20:22:36.5065346Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:36.5066751Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.5067440Z | ^~~~~~~~ 2025-03-21T20:22:36.5073705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.5086174Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.5098458Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.5111147Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.5128932Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.5151732Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.5170289Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.5182118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.5192686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:22:36.5201337Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.5205081Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:36.5206746Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.5207813Z 94 | struct array 2025-03-21T20:22:36.5208275Z | ^~~~~ 2025-03-21T20:22:36.5209856Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:36.5211356Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.5212249Z | ^~~~~~~~ 2025-03-21T20:22:36.5219001Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.5231244Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.5243554Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.5256458Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.5273773Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.5296577Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.5315024Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.5327334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.5338082Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:22:36.5346836Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.5350606Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:36.5352152Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.5353176Z 94 | struct array 2025-03-21T20:22:36.5353659Z | ^~~~~ 2025-03-21T20:22:36.5355463Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:36.5357076Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.5357816Z | ^~~~~~~~ 2025-03-21T20:22:36.5364823Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.5377599Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.5389872Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.5402437Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.5419795Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.5442351Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.5479514Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.5491530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.5502166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:36.5510732Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.5514567Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:22:36.5516309Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.5517343Z 94 | struct array 2025-03-21T20:22:36.5517824Z | ^~~~~ 2025-03-21T20:22:36.5519457Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:36.5521128Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.5521845Z | ^~~~~~~~ 2025-03-21T20:22:36.5530269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.5546087Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.5561816Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.5577214Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.5599683Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.5628817Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.5650788Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.5666171Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.5679919Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.5690070Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.5694036Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:36.5695781Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.5696864Z 94 | struct array 2025-03-21T20:22:36.5697291Z | ^~~~~ 2025-03-21T20:22:36.5698929Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:36.5700507Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.5701267Z | ^~~~~~~~ 2025-03-21T20:22:36.5709581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.5725456Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.5741084Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.5756419Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.5778783Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.5807429Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.5829049Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.5843996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.5857510Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.5867463Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.5871261Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:36.5873001Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.5874024Z 94 | struct array 2025-03-21T20:22:36.5874491Z | ^~~~~ 2025-03-21T20:22:36.5876164Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:36.5877717Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.5878426Z | ^~~~~~~~ 2025-03-21T20:22:36.5886650Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.5902627Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.5918041Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.5930358Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.5947006Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.5974130Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.5995434Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.6010198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.6022906Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.6032875Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.6036316Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:36.6038030Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.6038979Z 94 | struct array 2025-03-21T20:22:36.6039390Z | ^~~~~ 2025-03-21T20:22:36.6041078Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:36.6042476Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.6043194Z | ^~~~~~~~ 2025-03-21T20:22:36.6044607Z [ 42%] 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:36.6053339Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.6061581Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.6069340Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.6077087Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.6088223Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.6104874Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.6118435Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:36.6120402Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:36.6129123Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.6138840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.6145616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.6150741Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.6154051Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:36.6155461Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.6156322Z 94 | struct array 2025-03-21T20:22:36.6156726Z | ^~~~~ 2025-03-21T20:22:36.6158048Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:36.6159496Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.6160241Z | ^~~~~~~~ 2025-03-21T20:22:36.6168104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.6183669Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.6199051Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.6214465Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.6236856Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.6265492Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.6287918Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.6302839Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.6316167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.6325717Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.6329541Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:36.6331219Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.6332562Z 94 | struct array 2025-03-21T20:22:36.6333011Z | ^~~~~ 2025-03-21T20:22:36.6334756Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:36.6336349Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.6337100Z | ^~~~~~~~ 2025-03-21T20:22:36.6345394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.6360611Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.6375788Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.6390036Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.6410721Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.6426251Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.6438023Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.6445632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.6452462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.6457476Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.6459425Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:36.6460303Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.6460864Z 94 | struct array 2025-03-21T20:22:36.6461129Z | ^~~~~ 2025-03-21T20:22:36.6461955Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:36.6462726Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.6463143Z | ^~~~~~~~ 2025-03-21T20:22:36.6467434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.6475322Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.6483966Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.6493032Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.6505312Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.6519654Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.6534240Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.6542013Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.6548780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.6553814Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.6555747Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:36.6556643Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.6557212Z 94 | struct array 2025-03-21T20:22:36.6557488Z | ^~~~~ 2025-03-21T20:22:36.6558342Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:36.6559145Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.6559568Z | ^~~~~~~~ 2025-03-21T20:22:36.6563815Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.6571771Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.6579479Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.6587152Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.6599747Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.6614607Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.6628425Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.6636204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:36.6644195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:36.6649548Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:36.6651728Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:22:36.6652618Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.6653175Z 94 | struct array 2025-03-21T20:22:36.6653483Z | ^~~~~ 2025-03-21T20:22:36.6654371Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:36.6655192Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.6655631Z | ^~~~~~~~ 2025-03-21T20:22:36.6656483Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:36.6657721Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-03-21T20:22:36.6658994Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:36.6660283Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:36.6661594Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:36.6662862Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:36.8168916Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:36.8170915Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:36.8173812Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:36.8175710Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:36.8177396Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:36.8179005Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:36.8181340Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-03-21T20:22:36.8184487Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:22:36.8187561Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:22:36.8189458Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:36.8190177Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:36.8190905Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:36.8191637Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:36.8192561Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:36.8193694Z from /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:9: 2025-03-21T20:22:36.8203323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.8220842Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.8238178Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.8257425Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.8278305Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.8295784Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.8312954Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.8324657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.8333644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.8337514Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:36.8339047Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.8339722Z 94 | struct array 2025-03-21T20:22:36.8340009Z | ^~~~~ 2025-03-21T20:22:36.8340953Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:36.8341797Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.8342216Z | ^~~~~~~~ 2025-03-21T20:22:36.8347455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.8357973Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.8367286Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.8377102Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.8391480Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.8409742Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.8425818Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.8434712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.8442795Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.8446718Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:36.8447666Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.8448387Z 94 | struct array 2025-03-21T20:22:36.8448649Z | ^~~~~ 2025-03-21T20:22:36.8449549Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:36.8450594Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.8451017Z | ^~~~~~~~ 2025-03-21T20:22:36.8458031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.8473125Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.8490188Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.8499697Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.8512562Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.8530108Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.8543309Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.8552802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.8560757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.8564767Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:36.8566151Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.8566720Z 94 | struct array 2025-03-21T20:22:36.8566993Z | ^~~~~ 2025-03-21T20:22:36.8567871Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:36.8568781Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.8569205Z | ^~~~~~~~ 2025-03-21T20:22:36.8573976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.8583600Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.8594261Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.8606154Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.8628503Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.8645798Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.8658137Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.8666307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.8673566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.8677191Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:36.8678148Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.8678691Z 94 | struct array 2025-03-21T20:22:36.8678969Z | ^~~~~ 2025-03-21T20:22:36.8679822Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:36.8680597Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.8681024Z | ^~~~~~~~ 2025-03-21T20:22:36.8685561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.8694153Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.8702525Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.8710909Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.8723161Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.8738902Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.8751145Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.8759363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.8770055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.8775595Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:36.8777343Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.8778353Z 94 | struct array 2025-03-21T20:22:36.8778922Z | ^~~~~ 2025-03-21T20:22:36.8780312Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:36.8781190Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.8781822Z | ^~~~~~~~ 2025-03-21T20:22:36.8787285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.8796887Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.8806133Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.8818990Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.8836791Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.8865711Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.8882567Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.8891993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.8901012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.8906260Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:36.8907586Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.8908493Z 94 | struct array 2025-03-21T20:22:36.8908941Z | ^~~~~ 2025-03-21T20:22:36.8910393Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:36.8911714Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.8912486Z | ^~~~~~~~ 2025-03-21T20:22:36.8919786Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.8932079Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.8944557Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.8955086Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.8977386Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.8999848Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.9024949Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.9039099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.9046557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.9050279Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:36.9051198Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.9051865Z 94 | struct array 2025-03-21T20:22:36.9052138Z | ^~~~~ 2025-03-21T20:22:36.9052991Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:36.9053779Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.9054187Z | ^~~~~~~~ 2025-03-21T20:22:36.9059003Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.9073830Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.9089466Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.9105351Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.9127666Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.9158001Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.9182094Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.9198367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.9212529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.9219627Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:22:36.9221547Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.9222545Z 94 | struct array 2025-03-21T20:22:36.9223007Z | ^~~~~ 2025-03-21T20:22:36.9224742Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:36.9226195Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.9226953Z | ^~~~~~~~ 2025-03-21T20:22:36.9228012Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:36.9229535Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:36.9230672Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:36.9231346Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:36.9232059Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:36.9232756Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:36.9233676Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:36.9234807Z from /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:9: 2025-03-21T20:22:36.9244161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.9261029Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.9277628Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.9294370Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.9318382Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.9348120Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.9371799Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.9387937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.9402592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.9409820Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:36.9411639Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.9412781Z 94 | struct array 2025-03-21T20:22:36.9413247Z | ^~~~~ 2025-03-21T20:22:36.9414983Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:36.9416580Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.9417318Z | ^~~~~~~~ 2025-03-21T20:22:36.9426891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.9442609Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.9459237Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.9475949Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.9492323Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.9510149Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.9524450Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.9533946Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.9542400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.9547188Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:36.9548305Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.9548943Z 94 | struct array 2025-03-21T20:22:36.9549248Z | ^~~~~ 2025-03-21T20:22:36.9550214Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:36.9551146Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.9551569Z | ^~~~~~~~ 2025-03-21T20:22:36.9556811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.9566005Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.9575256Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.9584426Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.9597927Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.9617432Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.9634517Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.9644273Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.9652823Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.9656972Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:36.9658080Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.9658836Z 94 | struct array 2025-03-21T20:22:36.9659247Z | ^~~~~ 2025-03-21T20:22:36.9660286Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:36.9661156Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.9661629Z | ^~~~~~~~ 2025-03-21T20:22:36.9666808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.9676446Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.9685767Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.9695666Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.9709816Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.9727780Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.9742180Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.9751763Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.9760176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.9764032Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:36.9764984Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.9765580Z 94 | struct array 2025-03-21T20:22:36.9765951Z | ^~~~~ 2025-03-21T20:22:36.9766881Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:36.9767790Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.9768224Z | ^~~~~~~~ 2025-03-21T20:22:36.9773576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.9786683Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.9801449Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.9811754Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.9826577Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.9843990Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.9858136Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.9867980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.9877396Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.9881786Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:36.9882946Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.9883701Z 94 | struct array 2025-03-21T20:22:36.9884010Z | ^~~~~ 2025-03-21T20:22:36.9885001Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:36.9885924Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.9886440Z | ^~~~~~~~ 2025-03-21T20:22:36.9891777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:36.9901695Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:36.9911692Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:36.9921567Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:36.9936066Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:36.9949765Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:36.9968159Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:36.9977602Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:36.9985830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:36.9989942Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:36.9990970Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:36.9991640Z 94 | struct array 2025-03-21T20:22:36.9992017Z | ^~~~~ 2025-03-21T20:22:36.9992930Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:36.9993761Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:36.9994224Z | ^~~~~~~~ 2025-03-21T20:22:36.9999615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.0008964Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.0018324Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.0027632Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.0041143Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.0058505Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.0077061Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.0086580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.0094882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.0098976Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:37.0100048Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.0100678Z 94 | struct array 2025-03-21T20:22:37.0101191Z | ^~~~~ 2025-03-21T20:22:37.0102795Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:37.0104304Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.0105101Z | ^~~~~~~~ 2025-03-21T20:22:37.0110753Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.0120269Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.0130105Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.0139489Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.0153006Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.0170117Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.0184168Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.0193052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.0886882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.0890858Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:22:37.0891982Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.0892553Z 94 | struct array 2025-03-21T20:22:37.0892827Z | ^~~~~ 2025-03-21T20:22:37.0893694Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:37.0894627Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.0895048Z | ^~~~~~~~ 2025-03-21T20:22:37.0895703Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:37.0896974Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:22:37.0898219Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:37.0899372Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:22:37.0900723Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:22:37.0901546Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:37.0901940Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:37.0902360Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:37.0903009Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:37.0903576Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:37.0904205Z from /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:9: 2025-03-21T20:22:37.0909565Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.0921793Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.0933803Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.0947160Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.0966349Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.0993352Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.1011611Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.1021922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.1030727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.1034597Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:37.1035581Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.1036339Z 94 | struct array 2025-03-21T20:22:37.1036616Z | ^~~~~ 2025-03-21T20:22:37.1037542Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:37.1038384Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.1038987Z | ^~~~~~~~ 2025-03-21T20:22:37.1044401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.1053350Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.1063521Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.1074815Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.1086628Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.1111066Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.1129263Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.1138608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.1146480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.1150338Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:37.1151409Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.1152105Z 94 | struct array 2025-03-21T20:22:37.1152382Z | ^~~~~ 2025-03-21T20:22:37.1153291Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:37.1154124Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.1154549Z | ^~~~~~~~ 2025-03-21T20:22:37.1159499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.1169806Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.1178945Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.1188119Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.1201433Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.1219927Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.1234499Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.1246288Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.1256289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.1260622Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:37.1262078Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.1262868Z 94 | struct array 2025-03-21T20:22:37.1263147Z | ^~~~~ 2025-03-21T20:22:37.1264046Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:37.1265123Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.1265681Z | ^~~~~~~~ 2025-03-21T20:22:37.1272750Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.1286801Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.1300879Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.1316351Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.1335915Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.1360546Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.1382496Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.1392592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.1400681Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.1405410Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:37.1406858Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.1407477Z 94 | struct array 2025-03-21T20:22:37.1407865Z | ^~~~~ 2025-03-21T20:22:37.1408940Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:37.1409978Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.1410396Z | ^~~~~~~~ 2025-03-21T20:22:37.1416780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.1427709Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.1438073Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.1450523Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.1464134Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.1481755Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.1503825Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.1518189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.1525733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.1529296Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:37.1530198Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.1530775Z 94 | struct array 2025-03-21T20:22:37.1531046Z | ^~~~~ 2025-03-21T20:22:37.1532005Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:37.1544581Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.1545172Z | ^~~~~~~~ 2025-03-21T20:22:37.1549799Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.1560702Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.1572022Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.1586076Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.1609035Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.1637392Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.1659727Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.1675107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.1688869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.1695486Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:37.1696993Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.1697836Z 94 | struct array 2025-03-21T20:22:37.1698264Z | ^~~~~ 2025-03-21T20:22:37.1699846Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:37.1701218Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.1702011Z | ^~~~~~~~ 2025-03-21T20:22:37.1710848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.1728062Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.1741631Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.1756684Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.1770453Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.1778402Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:37.1788520Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.1802210Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.1816223Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.1829959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.1836743Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:37.1838482Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.1839525Z 94 | struct array 2025-03-21T20:22:37.1840023Z | ^~~~~ 2025-03-21T20:22:37.1841671Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:37.1843095Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.1843707Z | ^~~~~~~~ 2025-03-21T20:22:37.1851744Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.1868386Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.1884976Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.1901318Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.1925009Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.1954981Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.1978282Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.1994587Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.2009143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2016253Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:22:37.2017895Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2018945Z 94 | struct array 2025-03-21T20:22:37.2019410Z | ^~~~~ 2025-03-21T20:22:37.2021114Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:37.2022277Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2022880Z | ^~~~~~~~ 2025-03-21T20:22:37.2030600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2045375Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2059655Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2074489Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2088888Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2102920Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2114391Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2122095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.2129136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2132727Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:37.2133749Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2134419Z 94 | struct array 2025-03-21T20:22:37.2134695Z | ^~~~~ 2025-03-21T20:22:37.2135668Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:37.2136800Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2137330Z | ^~~~~~~~ 2025-03-21T20:22:37.2141639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2150181Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2158423Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2166866Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2179650Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2196006Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2209186Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2217968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.2225783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2229787Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:37.2230866Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2231563Z 94 | struct array 2025-03-21T20:22:37.2231948Z | ^~~~~ 2025-03-21T20:22:37.2232978Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:37.2234045Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2234569Z | ^~~~~~~~ 2025-03-21T20:22:37.2239503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2248584Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2261774Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2270893Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2282317Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2298687Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2311901Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2320697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.2329434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2333326Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:37.2334262Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2334848Z 94 | struct array 2025-03-21T20:22:37.2335124Z | ^~~~~ 2025-03-21T20:22:37.2336002Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:37.2336815Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2337246Z | ^~~~~~~~ 2025-03-21T20:22:37.2341289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2349139Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2357114Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2366792Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2378822Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2392230Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2403093Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2410386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.2417570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2421745Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:37.2423343Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2424301Z 94 | struct array 2025-03-21T20:22:37.2424779Z | ^~~~~ 2025-03-21T20:22:37.2426381Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:37.2427447Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2427884Z | ^~~~~~~~ 2025-03-21T20:22:37.2432383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2441084Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2450391Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2458228Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2473543Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2496970Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2508071Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2515212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.2526978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2533311Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:37.2535045Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2536081Z 94 | struct array 2025-03-21T20:22:37.2536541Z | ^~~~~ 2025-03-21T20:22:37.2538157Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:37.2539669Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2540413Z | ^~~~~~~~ 2025-03-21T20:22:37.2548050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2562355Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2576792Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2587727Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2602598Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2617373Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2629132Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2636330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.2642984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2646394Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:37.2647348Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2647953Z 94 | struct array 2025-03-21T20:22:37.2648274Z | ^~~~~ 2025-03-21T20:22:37.2649119Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:37.2649958Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2650507Z | ^~~~~~~~ 2025-03-21T20:22:37.2655055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2663013Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2670338Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2678303Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2682760Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:37.2683957Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:22:37.2692980Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2709690Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2722411Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2730338Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.2737406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2740955Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:37.2742734Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2743845Z 94 | struct array 2025-03-21T20:22:37.2744332Z | ^~~~~ 2025-03-21T20:22:37.2745920Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:37.2747444Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2748171Z | ^~~~~~~~ 2025-03-21T20:22:37.2753625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2761863Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2769353Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2777118Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2788011Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2802934Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2816142Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2824087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.2832248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.2835700Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:22:37.2836898Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2837794Z 94 | struct array 2025-03-21T20:22:37.2838211Z | ^~~~~ 2025-03-21T20:22:37.2839568Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:37.2840353Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2840794Z | ^~~~~~~~ 2025-03-21T20:22:37.2841929Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:22:37.2843278Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:22:37.2844526Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:37.2845721Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:37.2846628Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:37.2847303Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:37.2847818Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:37.2848462Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:37.2849142Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:37.2850015Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:37.2851228Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:22:37.2852428Z from /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:9: 2025-03-21T20:22:37.2859322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2871922Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2881758Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.2891223Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.2901103Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.2916996Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.2935373Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.2947041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.2957561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:22:37.2964598Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.2968211Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:37.2969987Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.2970762Z 94 | struct array 2025-03-21T20:22:37.2971215Z | ^~~~~ 2025-03-21T20:22:37.2972367Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:37.2973218Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.2973712Z | ^~~~~~~~ 2025-03-21T20:22:37.2978890Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.2989228Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.2999132Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.3010498Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.3028232Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.3049990Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.3068062Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.3079884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.3090779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:22:37.3099670Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.3103528Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:37.3105274Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.3106365Z 94 | struct array 2025-03-21T20:22:37.3106810Z | ^~~~~ 2025-03-21T20:22:37.3108487Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:37.3110055Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.3110814Z | ^~~~~~~~ 2025-03-21T20:22:37.3117591Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.3130339Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.3142907Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.3155529Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.3173136Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.3196162Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.3213287Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.3225313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.3236067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:22:37.3244448Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.3247912Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:37.3249722Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.3250778Z 94 | struct array 2025-03-21T20:22:37.3251232Z | ^~~~~ 2025-03-21T20:22:37.3252918Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:37.3254452Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.3255168Z | ^~~~~~~~ 2025-03-21T20:22:37.3262554Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.3275121Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.3285618Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.3291975Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.3300780Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.3312132Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.3321377Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.3327272Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.3333271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:22:37.3337836Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.3339892Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:37.3340763Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.3341323Z 94 | struct array 2025-03-21T20:22:37.3341595Z | ^~~~~ 2025-03-21T20:22:37.3342412Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:37.3343234Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.3343891Z | ^~~~~~~~ 2025-03-21T20:22:37.3350182Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.3356782Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.3362923Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.3369354Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.3378527Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.3391541Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.3404183Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.3418341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.3429849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:22:37.3435830Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.3438189Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:37.3439122Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.3439717Z 94 | struct array 2025-03-21T20:22:37.3439993Z | ^~~~~ 2025-03-21T20:22:37.3440853Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:37.3441666Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.3442092Z | ^~~~~~~~ 2025-03-21T20:22:37.3445922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.3454133Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.3460813Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.3470128Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.3483378Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.3502399Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.3517698Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.3526393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.3536469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:22:37.3544912Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.3548612Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:37.3550270Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.3551279Z 94 | struct array 2025-03-21T20:22:37.3551718Z | ^~~~~ 2025-03-21T20:22:37.3553156Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:37.3554436Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.3555134Z | ^~~~~~~~ 2025-03-21T20:22:37.3561808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.3574171Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.3585473Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.3596715Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.3610649Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.3627556Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.3641351Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.3651055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.3659976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:22:37.3667643Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.3671145Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:37.3672750Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.3673741Z 94 | struct array 2025-03-21T20:22:37.3674237Z | ^~~~~ 2025-03-21T20:22:37.3675803Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:37.3677305Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.3678053Z | ^~~~~~~~ 2025-03-21T20:22:37.3684280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.3696047Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.3707470Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.3719574Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.3737294Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.3758742Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.3777199Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.3789118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.3799523Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:22:37.3808046Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.3811975Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:22:37.3813653Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.3814698Z 94 | struct array 2025-03-21T20:22:37.3815174Z | ^~~~~ 2025-03-21T20:22:37.3816729Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:22:37.3818164Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.3818922Z | ^~~~~~~~ 2025-03-21T20:22:37.3827177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.3842782Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.3858156Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.3873449Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.3895636Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.3924896Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.3948407Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.3963689Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.3977307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:37.3987359Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.3991211Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:37.3992966Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.3994046Z 94 | struct array 2025-03-21T20:22:37.3994512Z | ^~~~~ 2025-03-21T20:22:37.3996249Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:37.3997879Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.3998631Z | ^~~~~~~~ 2025-03-21T20:22:37.4007046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.4023029Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.4038074Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.4053424Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.4062418Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:22:37.4073813Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.4108114Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.4130279Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.4145627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.4159044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:37.4169051Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.4172851Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:37.4174623Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.4175695Z 94 | struct array 2025-03-21T20:22:37.4176139Z | ^~~~~ 2025-03-21T20:22:37.4177785Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:37.4179325Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.4180077Z | ^~~~~~~~ 2025-03-21T20:22:37.4188248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.4203886Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.4219266Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.4234495Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.4256794Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.4284848Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.4307312Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.4315829Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:37.4324177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.4337543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:37.4347572Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.4351403Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:37.4353097Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.4354172Z 94 | struct array 2025-03-21T20:22:37.4354634Z | ^~~~~ 2025-03-21T20:22:37.4356267Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:37.4357764Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.4358504Z | ^~~~~~~~ 2025-03-21T20:22:37.4366650Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.4381626Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.4396834Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.4411916Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.4427627Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.4452598Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.4474638Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.4489697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.4500981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:37.4506177Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.4508137Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:37.4508993Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.4509549Z 94 | struct array 2025-03-21T20:22:37.4509819Z | ^~~~~ 2025-03-21T20:22:37.4510628Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:37.4511407Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.4511940Z | ^~~~~~~~ 2025-03-21T20:22:37.4516322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.4525736Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.4533970Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.4541692Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.4552874Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.4567796Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.4580322Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.4588483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.4595380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:37.4600575Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.4602519Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:37.4603421Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.4604030Z 94 | struct array 2025-03-21T20:22:37.4604367Z | ^~~~~ 2025-03-21T20:22:37.4605780Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:37.4607242Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.4607990Z | ^~~~~~~~ 2025-03-21T20:22:37.4616027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.4630913Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.4646240Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.4661532Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.4682996Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.4706772Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.4718291Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.4726196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.4733039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:37.4738176Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.4740198Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:37.4741119Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.4741684Z 94 | struct array 2025-03-21T20:22:37.4741956Z | ^~~~~ 2025-03-21T20:22:37.4742796Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:37.4743577Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.4743984Z | ^~~~~~~~ 2025-03-21T20:22:37.4748227Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.4756017Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.4763723Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.4771446Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.4782724Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.4789311Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:37.4797959Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.4809300Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.4816968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.4823915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:37.4828937Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.4830878Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:37.4831758Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.4832441Z 94 | struct array 2025-03-21T20:22:37.4832718Z | ^~~~~ 2025-03-21T20:22:37.4833605Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:37.4834452Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.4834876Z | ^~~~~~~~ 2025-03-21T20:22:37.4839084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.4846876Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.4854732Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.4862574Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.5225823Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.5240531Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.5252276Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.5259981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.5267144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:22:37.5274210Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:22:37.5277590Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:22:37.5278552Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.5279117Z 94 | struct array 2025-03-21T20:22:37.5279375Z | ^~~~~ 2025-03-21T20:22:37.5280238Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:22:37.5281234Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.5281660Z | ^~~~~~~~ 2025-03-21T20:22:37.5282329Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:37.5284349Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:22:37.5285917Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:37.5287034Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:37.5287901Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:37.5288969Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:22:37.6456518Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:22:37.6458822Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:22:37.6461005Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:22:37.6463331Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:22:37.6465259Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:37.6467198Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:22:37.6469162Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:37.6470879Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:37.6472674Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:37.6473953Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:37.6474656Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:37.6475451Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:37.6476202Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:37.6477129Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:37.6478262Z from /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:11: 2025-03-21T20:22:37.6487794Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.6506373Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.6524986Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.6542453Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.6567010Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.6599038Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.6617885Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.6631254Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.6643708Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.6649698Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:22:37.6651034Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.6651961Z 94 | struct array 2025-03-21T20:22:37.6652357Z | ^~~~~ 2025-03-21T20:22:37.6653624Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:37.6654859Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.6655454Z | ^~~~~~~~ 2025-03-21T20:22:37.6663437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.6679652Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.6696650Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.6713035Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.6738293Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.6773001Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.6798144Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.6815553Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.6831876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.6840356Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:22:37.6842041Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.6843059Z 94 | struct array 2025-03-21T20:22:37.6843532Z | ^~~~~ 2025-03-21T20:22:37.6845090Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:37.6846552Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.6847297Z | ^~~~~~~~ 2025-03-21T20:22:37.6855145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.6870043Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.6884838Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.6899550Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.6919952Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.6947808Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.6969149Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.6982643Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.6995552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.7000797Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:22:37.7002506Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.7003421Z 94 | struct array 2025-03-21T20:22:37.7003938Z | ^~~~~ 2025-03-21T20:22:37.7005524Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:37.7006982Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.7007717Z | ^~~~~~~~ 2025-03-21T20:22:37.7015500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.7031539Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.7045589Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.7060495Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.7080728Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.7107351Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.7128573Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.7142608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.7155279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.7161508Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:22:37.7163282Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.7164289Z 94 | struct array 2025-03-21T20:22:37.7164756Z | ^~~~~ 2025-03-21T20:22:37.7166306Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:37.7167748Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.7168645Z | ^~~~~~~~ 2025-03-21T20:22:37.7176264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.7191263Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.7206033Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.7220337Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.7240735Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.7267774Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.7289082Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.7303251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.7332759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.7339356Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:22:37.7341116Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.7342188Z 94 | struct array 2025-03-21T20:22:37.7342658Z | ^~~~~ 2025-03-21T20:22:37.7344277Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:37.7345777Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.7346536Z | ^~~~~~~~ 2025-03-21T20:22:37.7354268Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.7368617Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.7383018Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.7397615Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.7418162Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.9728178Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.9749835Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.9763788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:37.9776478Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:37.9782930Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:22:37.9784637Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:37.9785691Z 94 | struct array 2025-03-21T20:22:37.9786149Z | ^~~~~ 2025-03-21T20:22:37.9787733Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:37.9789216Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:37.9789954Z | ^~~~~~~~ 2025-03-21T20:22:37.9791178Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:37.9793377Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:22:37.9795720Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:22:37.9797667Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:37.9799225Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:37.9801207Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:22:37.9803159Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:37.9804832Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:37.9806626Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:37.9808692Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:22:37.9810732Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:37.9812787Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:22:37.9814724Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:37.9815969Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:37.9816676Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:37.9817427Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:37.9818185Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:37.9819113Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:37.9820275Z from /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:11: 2025-03-21T20:22:37.9829815Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:37.9847628Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:37.9864557Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:37.9881333Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:37.9905949Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:37.9937395Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:37.9961902Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:37.9978880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:37.9993896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.0001285Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:38.0003067Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.0004141Z 94 | struct array 2025-03-21T20:22:38.0004614Z | ^~~~~ 2025-03-21T20:22:38.0006360Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:38.0007989Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.0008750Z | ^~~~~~~~ 2025-03-21T20:22:38.0017878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.0035222Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.0052127Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.0068838Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.0093424Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.0124116Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.0148635Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.0165498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:38.0180291Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.0187507Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:38.0189271Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.0190309Z 94 | struct array 2025-03-21T20:22:38.0190761Z | ^~~~~ 2025-03-21T20:22:38.0192405Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:38.0193995Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.0194756Z | ^~~~~~~~ 2025-03-21T20:22:38.0203758Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.0220067Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.0231704Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.0244803Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.0268677Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.0299302Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.0323265Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.0339592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:38.0354198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.0361156Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:38.0362928Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.0363992Z 94 | struct array 2025-03-21T20:22:38.0364464Z | ^~~~~ 2025-03-21T20:22:38.0366088Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:38.0367513Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.0368216Z | ^~~~~~~~ 2025-03-21T20:22:38.0376551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.0391375Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.0403066Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.0418706Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.0437515Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.0453636Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.0466220Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.0481660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:38.0496331Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.0503783Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:38.0505638Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.0506727Z 94 | struct array 2025-03-21T20:22:38.0507210Z | ^~~~~ 2025-03-21T20:22:38.0508846Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:38.0510302Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.0511078Z | ^~~~~~~~ 2025-03-21T20:22:38.0520435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.0538574Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.0555363Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.0572287Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.0596271Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.0628203Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.0652961Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.0668260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:38.0679559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.0683922Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:38.0685180Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.0685961Z 94 | struct array 2025-03-21T20:22:38.0686440Z | ^~~~~ 2025-03-21T20:22:38.0688015Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:38.0689333Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.0689763Z | ^~~~~~~~ 2025-03-21T20:22:38.0695028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.0703637Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.0712062Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.0721419Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.0733766Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.0752011Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.0776443Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.0793131Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:38.0807816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.0815220Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:38.0817003Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.0818031Z 94 | struct array 2025-03-21T20:22:38.0818506Z | ^~~~~ 2025-03-21T20:22:38.0820091Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:38.0821809Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.0822529Z | ^~~~~~~~ 2025-03-21T20:22:38.0831567Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.0848670Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.0865696Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.0882262Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.0906176Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.0937812Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.0962252Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.0978901Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:38.0993908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.1001289Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:22:38.1003051Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.1004138Z 94 | struct array 2025-03-21T20:22:38.1004615Z | ^~~~~ 2025-03-21T20:22:38.1006219Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:38.1007776Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.1008569Z | ^~~~~~~~ 2025-03-21T20:22:38.1016794Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.1031561Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.1046141Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.1060828Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.1081633Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.1109128Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.1131110Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.1145300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.1157809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.1164346Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:38.1166207Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.1167499Z 94 | struct array 2025-03-21T20:22:38.1168032Z | ^~~~~ 2025-03-21T20:22:38.1169850Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:38.1171422Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.1172256Z | ^~~~~~~~ 2025-03-21T20:22:38.1180248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.1195099Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.1209193Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.1224014Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.1244990Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.1267244Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.1278231Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.1287232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.1300173Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.1306653Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:38.1308420Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.1309506Z 94 | struct array 2025-03-21T20:22:38.1309966Z | ^~~~~ 2025-03-21T20:22:38.1311657Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:38.1313229Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.1313981Z | ^~~~~~~~ 2025-03-21T20:22:38.1321841Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.1336520Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.1350703Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.1365237Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.1385122Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.1412378Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.1433222Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.1447496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.1460829Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.1467250Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:38.1469030Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.1470085Z 94 | struct array 2025-03-21T20:22:38.1470572Z | ^~~~~ 2025-03-21T20:22:38.1472216Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:38.1473718Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.1474467Z | ^~~~~~~~ 2025-03-21T20:22:38.1482123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.1496891Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.1510902Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.1525681Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.1546371Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.1573653Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.1595091Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.1608993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.1621979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.1628373Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:38.1630109Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.1631131Z 94 | struct array 2025-03-21T20:22:38.1631589Z | ^~~~~ 2025-03-21T20:22:38.1633137Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:38.1634525Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.1635271Z | ^~~~~~~~ 2025-03-21T20:22:38.1643529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.1658478Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.1672675Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.1687327Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.1708076Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.1735297Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.1756536Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.1770701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.1783336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.1789749Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:38.1791497Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.1792555Z 94 | struct array 2025-03-21T20:22:38.1793017Z | ^~~~~ 2025-03-21T20:22:38.1794648Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:38.1796170Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.1796937Z | ^~~~~~~~ 2025-03-21T20:22:38.1798382Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:22:38.1807035Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.1821968Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.1829684Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:38.1837714Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.1852114Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.1872367Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.1899244Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.1920409Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.1934522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.1947262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.1953627Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:38.1955410Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.1956454Z 94 | struct array 2025-03-21T20:22:38.1956910Z | ^~~~~ 2025-03-21T20:22:38.1958425Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:38.1959870Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.1960588Z | ^~~~~~~~ 2025-03-21T20:22:38.1965460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.1973026Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.1980186Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.1994561Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.2011561Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.2043780Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.2064163Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.2075684Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.2082138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.2085364Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:22:38.2086290Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.2086861Z 94 | struct array 2025-03-21T20:22:38.2087136Z | ^~~~~ 2025-03-21T20:22:38.2087985Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:38.2088779Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.2089187Z | ^~~~~~~~ 2025-03-21T20:22:38.2089789Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:38.2090774Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:22:38.2092007Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:38.2093030Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:22:38.3709732Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:38.3711731Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:22:38.3713837Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:38.3715831Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:22:38.3717717Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:38.3719595Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:22:38.3723277Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:38.3725225Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:22:38.3727345Z [ 48%] 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:38.3729532Z [ 48%] 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:38.3731004Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:38.3731773Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:38.3732547Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:38.3733320Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:38.3734206Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:38.3735324Z from /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:9: 2025-03-21T20:22:38.3744028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.3759633Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.3775097Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.3790417Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.3807283Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.3832597Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.3855166Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.3869775Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.3883422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.3890239Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:38.3892101Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.3893134Z 94 | struct array 2025-03-21T20:22:38.3893596Z | ^~~~~ 2025-03-21T20:22:38.3895209Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:38.3896676Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.3897439Z | ^~~~~~~~ 2025-03-21T20:22:38.3905682Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.3921058Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.3935709Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.3947021Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.3965037Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.3993088Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.4014063Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.4018329Z [ 48%] 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:38.4022900Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.4029703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.4033060Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:38.4033979Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.4034701Z 94 | struct array 2025-03-21T20:22:38.4035029Z | ^~~~~ 2025-03-21T20:22:38.4035974Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:38.4036864Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.4037296Z | ^~~~~~~~ 2025-03-21T20:22:38.4043037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.4053326Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.4068408Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.4083454Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.4105378Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.4136008Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.4158416Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.4173090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.4185873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.4192538Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:38.4194300Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.4195383Z 94 | struct array 2025-03-21T20:22:38.4195842Z | ^~~~~ 2025-03-21T20:22:38.4197510Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:38.4199066Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.4199827Z | ^~~~~~~~ 2025-03-21T20:22:38.4208235Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.4223997Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.4236572Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.4244240Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.4255488Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.4269693Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.4280889Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.4288265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.4295056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.4298392Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:38.4299255Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.4299821Z 94 | struct array 2025-03-21T20:22:38.4300101Z | ^~~~~ 2025-03-21T20:22:38.4300914Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:38.4301686Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.4302116Z | ^~~~~~~~ 2025-03-21T20:22:38.4306317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.4314078Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.4322660Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.4330359Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.4341647Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.4355949Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.4368392Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.4378830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.4385706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.4389099Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:38.4390002Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.4390578Z 94 | struct array 2025-03-21T20:22:38.4390839Z | ^~~~~ 2025-03-21T20:22:38.4391702Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:38.4392509Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.4392932Z | ^~~~~~~~ 2025-03-21T20:22:38.4397139Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.4404948Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.4413530Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.4422290Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.4434438Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.4449524Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.4460965Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.4468696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.4479505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.4484449Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:38.4485434Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.4486265Z 94 | struct array 2025-03-21T20:22:38.4486547Z | ^~~~~ 2025-03-21T20:22:38.4487437Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:38.4488223Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.4488652Z | ^~~~~~~~ 2025-03-21T20:22:38.4493092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.4500917Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.4509888Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.4517980Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.4534163Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.4559228Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.4581133Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.4595895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.4609284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:38.4616202Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:22:38.4618020Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.4619037Z 94 | struct array 2025-03-21T20:22:38.4619500Z | ^~~~~ 2025-03-21T20:22:38.4621222Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:38.4622415Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.4623139Z | ^~~~~~~~ 2025-03-21T20:22:38.4624268Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:38.4626008Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:38.6265062Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:38.6266635Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:38.6268533Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:22:38.6270401Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:38.6272309Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:22:38.6274574Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:22:38.6276595Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:38.6277764Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:38.6278546Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:38.6279305Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:38.6280124Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:38.6281067Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:38.6282366Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:38.6283550Z from /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:11: 2025-03-21T20:22:38.6291324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.6304827Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.6317460Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.6330753Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.6349364Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:38.6367895Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:38.6378777Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:38.6391471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:38.6402757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:38.6408286Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:22:38.6410090Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:38.6411146Z 94 | struct array 2025-03-21T20:22:38.6411598Z | ^~~~~ 2025-03-21T20:22:38.6413268Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:38.6414622Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:38.6415841Z | ^~~~~~~~ 2025-03-21T20:22:38.6423145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:38.6437141Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:38.6448370Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:38.6455112Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:38.6469106Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.0903020Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.0923996Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.0936535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:39.0947747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:22:39.0953637Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:22:39.0955329Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.0956364Z 94 | struct array 2025-03-21T20:22:39.0956824Z | ^~~~~ 2025-03-21T20:22:39.0958453Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:39.0959941Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.0960682Z | ^~~~~~~~ 2025-03-21T20:22:39.0961843Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:39.0963526Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:39.0965308Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:39.0967297Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:22:39.0969295Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:39.0971245Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:22:39.0973305Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:39.0975373Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:22:39.0977283Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:39.0978856Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:39.0980758Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:22:39.0982796Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:22:39.0984685Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:39.0986257Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:39.0988012Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:22:39.0989671Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:39.0991258Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:39.0993193Z [ 51%] 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:39.0995096Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:39.0996975Z [ 51%] 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:39.0998862Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:39.1000707Z [ 51%] 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:39.1002176Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:39.1002980Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:39.1003734Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:39.1004481Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:39.1005410Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:22:39.1006490Z from /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:9: 2025-03-21T20:22:39.1016282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.1035278Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.1052506Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.1069636Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.1094082Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.1125809Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.1151108Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.1167927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:39.1183102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.1189466Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:39.1190908Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.1191736Z 94 | struct array 2025-03-21T20:22:39.1192133Z | ^~~~~ 2025-03-21T20:22:39.1193490Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:22:39.1194786Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.1195395Z | ^~~~~~~~ 2025-03-21T20:22:39.1203234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.1215971Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.1226361Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.1236197Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.1255710Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.1286312Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.1312313Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.1329634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:39.1344949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.1352005Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:39.1353464Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.1354532Z 94 | struct array 2025-03-21T20:22:39.1355007Z | ^~~~~ 2025-03-21T20:22:39.1356681Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:22:39.1358239Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.1358992Z | ^~~~~~~~ 2025-03-21T20:22:39.1368416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.1385828Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.1402827Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.1420114Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.1444591Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.1469443Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.1492673Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.1509533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:39.1525115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.1532885Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:39.1534684Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.1535746Z 94 | struct array 2025-03-21T20:22:39.1536232Z | ^~~~~ 2025-03-21T20:22:39.1537937Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:22:39.1539505Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.1540420Z | ^~~~~~~~ 2025-03-21T20:22:39.1549818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.1567000Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.1581144Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.1595324Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.1628185Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.1659745Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.1684687Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.1701760Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:39.1716521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.1724116Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:39.1725747Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.1726751Z 94 | struct array 2025-03-21T20:22:39.1727212Z | ^~~~~ 2025-03-21T20:22:39.1728702Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:22:39.1730278Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.1731020Z | ^~~~~~~~ 2025-03-21T20:22:39.1740664Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.1757404Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.1774166Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.1790822Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.1813855Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.1845434Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.1870357Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.1886969Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:39.1902039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.1909480Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:39.1911195Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.1912263Z 94 | struct array 2025-03-21T20:22:39.1912726Z | ^~~~~ 2025-03-21T20:22:39.1914365Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:22:39.1916040Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.1916786Z | ^~~~~~~~ 2025-03-21T20:22:39.1926186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.1943393Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.1960596Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.1977757Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2000849Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.2031969Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.2051544Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.2061091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:39.2069965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.2074407Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:39.2075350Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.2075936Z 94 | struct array 2025-03-21T20:22:39.2076255Z | ^~~~~ 2025-03-21T20:22:39.2077212Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:22:39.2078106Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.2078626Z | ^~~~~~~~ 2025-03-21T20:22:39.2083964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.2093982Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.2104039Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.2113880Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2128805Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.2137491Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:39.2148761Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.2163970Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.2174118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:22:39.2182931Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.2187101Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:22:39.2188124Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.2188883Z 94 | struct array 2025-03-21T20:22:39.2189157Z | ^~~~~ 2025-03-21T20:22:39.2190122Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:22:39.2191057Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.2191521Z | ^~~~~~~~ 2025-03-21T20:22:39.2196303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.2205428Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.2214395Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.2223470Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2235635Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.2251390Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.2267669Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.2280666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:39.2293224Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.2299328Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:39.2301126Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.2302203Z 94 | struct array 2025-03-21T20:22:39.2302702Z | ^~~~~ 2025-03-21T20:22:39.2304269Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:22:39.2305693Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.2306410Z | ^~~~~~~~ 2025-03-21T20:22:39.2313986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.2321242Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:39.2329776Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.2338290Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.2353007Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2374475Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.2390569Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.2403928Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.2413194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:39.2420131Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.2423727Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:39.2424677Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.2425262Z 94 | struct array 2025-03-21T20:22:39.2425518Z | ^~~~~ 2025-03-21T20:22:39.2426416Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:22:39.2427241Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.2427658Z | ^~~~~~~~ 2025-03-21T20:22:39.2432019Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.2439894Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.2448576Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.2460849Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2479887Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.2498336Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.2510193Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.2517757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:39.2525163Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.2528913Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:39.2529886Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.2530472Z 94 | struct array 2025-03-21T20:22:39.2530801Z | ^~~~~ 2025-03-21T20:22:39.2531803Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:22:39.2532735Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.2533163Z | ^~~~~~~~ 2025-03-21T20:22:39.2537814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.2545855Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.2553949Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.2561565Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2573278Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.2587889Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.2599497Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.2607341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:39.2614592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.2618724Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:39.2619736Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.2620354Z 94 | struct array 2025-03-21T20:22:39.2620887Z | ^~~~~ 2025-03-21T20:22:39.2621919Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:22:39.2622768Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.2623242Z | ^~~~~~~~ 2025-03-21T20:22:39.2627987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.2638263Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.2646376Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.2654479Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2667506Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.2683471Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.2695603Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.2703313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:39.2710028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.2713380Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:39.2714274Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.2714835Z 94 | struct array 2025-03-21T20:22:39.2715105Z | ^~~~~ 2025-03-21T20:22:39.2715969Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:22:39.2717396Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.2717846Z | ^~~~~~~~ 2025-03-21T20:22:39.2722518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.2730801Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.2739484Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.2747099Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2760125Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.2776295Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.2788825Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.2796323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:39.2799933Z [ 52%] 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:39.2804156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.2807489Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:39.2808365Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.2808911Z 94 | struct array 2025-03-21T20:22:39.2809182Z | ^~~~~ 2025-03-21T20:22:39.2810009Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:22:39.2810795Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.2811219Z | ^~~~~~~~ 2025-03-21T20:22:39.2815495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.2825598Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.2833289Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.2840914Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.2853483Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.6529943Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.6545876Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.6553556Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:22:39.6560466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.6563973Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:22:39.6564878Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.6565447Z 94 | struct array 2025-03-21T20:22:39.6565776Z | ^~~~~ 2025-03-21T20:22:39.6566626Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:22:39.6567492Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.6567906Z | ^~~~~~~~ 2025-03-21T20:22:39.6568684Z [ 52%] 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:39.6569896Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:22:39.6570948Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:39.6572082Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:39.6573462Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:22:39.6574808Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:39.6576223Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:22:39.6578219Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:22:39.6579972Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:39.6581582Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:22:39.6583320Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:22:39.6584814Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:39.6586167Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:39.6587799Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:39.6589214Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:39.6590819Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:22:39.6592637Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:22:39.6594366Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:22:39.6596255Z [ 52%] 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:39.6597718Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:39.6598702Z [ 52%] 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:39.6599834Z [ 52%] 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:39.6600845Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:39.6601693Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:39.8084222Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:39.8085960Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:39.8087971Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:39.8090162Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:22:39.8092407Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:22:39.8094645Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:39.8096140Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:22:39.8096849Z from /usr/include/c++/9/functional:54, 2025-03-21T20:22:39.8097602Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:22:39.8098353Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:22:39.8099301Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:22:39.8100617Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:22:39.8101808Z from /pytorch/executorch/kernels/portable/cpu/op_where.cpp:9: 2025-03-21T20:22:39.8113078Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.8133605Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.8153191Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.8173190Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.8202437Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.8239370Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.8267868Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.8287279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:39.8305069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.8310321Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:39.8311387Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.8311984Z 94 | struct array 2025-03-21T20:22:39.8312257Z | ^~~~~ 2025-03-21T20:22:39.8313169Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:22:39.8314026Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.8314486Z | ^~~~~~~~ 2025-03-21T20:22:39.8320764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.8334011Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.8351463Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.8367367Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.8388494Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.8422067Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.8449485Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.8468235Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:39.8485536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.8494126Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:39.8495878Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.8496970Z 94 | struct array 2025-03-21T20:22:39.8497428Z | ^~~~~ 2025-03-21T20:22:39.8499024Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:22:39.8500506Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.8501257Z | ^~~~~~~~ 2025-03-21T20:22:39.8511371Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.8531198Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.8550183Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.8569663Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.8594228Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.8627952Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.8656390Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.8674996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:39.8692173Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.8700471Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:39.8702202Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.8703254Z 94 | struct array 2025-03-21T20:22:39.8703707Z | ^~~~~ 2025-03-21T20:22:39.8705353Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:22:39.8706843Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.8707536Z | ^~~~~~~~ 2025-03-21T20:22:39.8717869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.8736919Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.8755942Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.8775294Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.8803025Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.8840133Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.8868039Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.8886603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:39.8903769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.8912558Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:39.8914281Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.8915306Z 94 | struct array 2025-03-21T20:22:39.8915784Z | ^~~~~ 2025-03-21T20:22:39.8917322Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:22:39.8918773Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.8919507Z | ^~~~~~~~ 2025-03-21T20:22:39.8930031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.8949883Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.8969248Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.8988913Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.9017355Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.9053374Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.9080623Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.9100031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:39.9117828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.9125460Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:39.9127251Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.9128308Z 94 | struct array 2025-03-21T20:22:39.9128787Z | ^~~~~ 2025-03-21T20:22:39.9130416Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:22:39.9131972Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.9132737Z | ^~~~~~~~ 2025-03-21T20:22:39.9142948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.9163157Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.9181813Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.9200969Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.9229495Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.9265511Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.9293487Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.9312255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:39.9329538Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.9338288Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:39.9340043Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.9341082Z 94 | struct array 2025-03-21T20:22:39.9341679Z | ^~~~~ 2025-03-21T20:22:39.9343337Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:22:39.9344792Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.9345613Z | ^~~~~~~~ 2025-03-21T20:22:39.9355752Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.9375302Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.9393155Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.9411799Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.9432523Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:39.9450979Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:39.9467384Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:39.9479320Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:39.9488423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:39.9493359Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:39.9494434Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:39.9495071Z 94 | struct array 2025-03-21T20:22:39.9495418Z | ^~~~~ 2025-03-21T20:22:39.9496394Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:22:39.9497325Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:39.9497731Z | ^~~~~~~~ 2025-03-21T20:22:39.9503511Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:22:39.9514518Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:22:39.9524702Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:22:39.9538673Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:22:39.9553424Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:22:40.1325423Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:22:40.1341541Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:22:40.1351805Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:22:40.1356673Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:22:40.1361904Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:22:40.1366637Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:22:40.1367675Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:22:40.1368661Z 94 | struct array 2025-03-21T20:22:40.1369075Z | ^~~~~ 2025-03-21T20:22:40.1370068Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:22:40.1370861Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:22:40.1371291Z | ^~~~~~~~ 2025-03-21T20:22:40.1372213Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:22:40.1373294Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:40.1374384Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:40.1375573Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:22:40.1376741Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:40.1377807Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:22:40.1378947Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:22:40.1379974Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:40.1381016Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:22:40.1382081Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:40.1383139Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:22:40.1384162Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:40.1385062Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:41.1814552Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:41.1816632Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:22:41.1818839Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:22:41.1820901Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:41.1822371Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:41.1824085Z [ 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-21T20:22:41.1826169Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:41.1827986Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:41.1829709Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:41.1831414Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:41.1833571Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:22:41.1835788Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:22:41.1837778Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:41.1839781Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:22:41.1841751Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:41.1843746Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:22:41.1846160Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:22:41.1848476Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:22:41.1850772Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:22:41.1853097Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:22:41.1855383Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:22:41.1857424Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:41.1859417Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:22:41.1861655Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:22:41.1863964Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:22:41.1866281Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:22:41.1868535Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:22:41.1870814Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:22:41.1873155Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:22:41.1878655Z [ 57%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:41.1880301Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:22:41.1882607Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:22:41.1884932Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:22:41.1887163Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:22:41.1889409Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:22:41.1891636Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:22:41.1893938Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:22:41.1895520Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:22:41.1896656Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:22:41.1898459Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:22:41.1900655Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:22:41.1903006Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:22:41.1905307Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:22:41.1907525Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:22:41.1909723Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:22:41.1911165Z [ 58%] Built target optimized_portable_kernels 2025-03-21T20:22:41.1912579Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:22:41.1913977Z [ 58%] Merging kernel yaml files 2025-03-21T20:22:41.1915335Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:22:41.1917506Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:22:41.1919701Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:22:41.1923374Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:22:41.1925618Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:22:41.1927859Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:22:41.1930142Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:22:41.1932703Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:22:41.1934452Z [ 59%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:41.1936174Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:22:41.1938487Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:22:41.1940682Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:22:41.1943013Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:22:42.2069979Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:22:42.2072122Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:22:42.2073403Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:22:42.2074687Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:22:42.2075907Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:22:42.2077383Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:22:42.2078619Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:22:42.2079899Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T20:22:42.2081064Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:22:42.2082246Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:22:42.2083060Z [ 60%] Generating code for kernel registration 2025-03-21T20:22:42.2083889Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:22:42.2085155Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:22:42.2086426Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:22:42.2087694Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:22:42.2088891Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:22:42.2090059Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:22:42.2091223Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:22:42.2092554Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:22:42.2093746Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T20:22:42.2094912Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:22:42.2096102Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T20:22:42.2097336Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T20:22:42.2098566Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:22:42.2099790Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T20:22:42.2100953Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:22:42.2102095Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:22:42.2103298Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:22:42.2104415Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:22:42.2105613Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:22:42.2106860Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:22:42.2108152Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:22:42.2109359Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:22:42.2110477Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:22:42.2111586Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:22:42.2113636Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:22:42.2114874Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:22:42.2115997Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:22:42.2117099Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:22:42.2118198Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:22:42.2119330Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:22:42.2120671Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:22:42.2122553Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:22:42.2123993Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:22:42.2125499Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:22:42.2126616Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:22:42.2128101Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:22:42.2129334Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:22:42.2130504Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:22:42.2131927Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:22:42.2133449Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:22:42.2135253Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:22:42.2136910Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:22:42.2138362Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:22:42.2139518Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:22:42.2140710Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:22:42.2141818Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:22:43.2507026Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:43.2509457Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:22:43.2511881Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:43.2514257Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:22:43.2516604Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:22:43.2518941Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:22:43.2521365Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:22:43.2523862Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:22:43.2526641Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:22:43.2529763Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:22:43.2532515Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:43.2535151Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:43.2537609Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:43.2539917Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:22:43.2542281Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:43.2544612Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:22:43.2546746Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:22:43.2549105Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:22:43.2551551Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:22:43.2554274Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:22:43.2556746Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:22:43.2559311Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:22:43.2561586Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:22:43.2563709Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:22:43.2565877Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:43.2567946Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:22:43.2570045Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:22:43.2572309Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:22:43.2574351Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:43.2575603Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:22:43.2576677Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:22:43.2577756Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:22:43.2578860Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:22:43.2580643Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:22:43.2581859Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.2583206Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.2584594Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:43.2586040Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:43.2587437Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.2588775Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.2590115Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.2591475Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.2592982Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:43.2594497Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:43.2595971Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:43.2597388Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:43.2598749Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:43.2600144Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:43.2601548Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:43.2604111Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.2606788Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:43.2609486Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:43.2612181Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:44.0177478Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:44.0180421Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:44.0183134Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.0185749Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:44.0188476Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:44.0191385Z [ 68%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:44.0193894Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.0196587Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:44.0199044Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:44.0201388Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:44.0204154Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:44.0205823Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:44.0207274Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:44.0209371Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:44.0210774Z [ 69%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:44.0212191Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:44.0214279Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:44.0215578Z [ 69%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:44.0216867Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:44.0218929Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.0221216Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.0223267Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:44.0225429Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.0227374Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:44.0229432Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:44.0231335Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:44.0233324Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:44.0235605Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:44.0237300Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:44.0238812Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:44.0240439Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:44.0242004Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:44.0243771Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:44.0245543Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:44.0247270Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.0248796Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:44.0250268Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:44.0251782Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:44.0253158Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:44.0254556Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:44.0262608Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:44.0264924Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:44.0267156Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:44.0269496Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:44.0271694Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:44.0274037Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:44.0275921Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:44.0277644Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:44.0279255Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.7587756Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.7589768Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.7592206Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.7594708Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.7597445Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.7599349Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:44.7600753Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:44.7603096Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.7605605Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.7608121Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.7610702Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.7613309Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.7615944Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.7618570Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:44.7622968Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:44.7625657Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-03-21T20:22:44.7627944Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:44.7630229Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:44.7632541Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:44.7634889Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:44.7637194Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:44.7639287Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:44.7640553Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:44.7641823Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:44.7643439Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:22:44.7645454Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.7646985Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.7648487Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.7649947Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.7651401Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.7652968Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.7654432Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:44.7655871Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:44.7657330Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.7658780Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.7660215Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.7661657Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.7663156Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.7664948Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.7667222Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:44.7669280Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:44.7671488Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:44.7673532Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:44.7676333Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:44.7679189Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:44.7682009Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:44.7684993Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:44.7687829Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:44.7690605Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:45.5478808Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:45.5480288Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:45.5481749Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.5483158Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.5484548Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:45.5485928Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:45.5487306Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:45.5488657Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:45.5490242Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.5491630Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:45.5493116Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.5494499Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:45.5495873Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:45.5497234Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:45.5498627Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:45.5500059Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:45.5501496Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:45.5502929Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:45.5504504Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.5505976Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.5507390Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:45.5508775Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:45.5510177Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:45.5511554Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:45.5512943Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:45.5514356Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:45.5515764Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:45.5517177Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:45.5518580Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:45.5519999Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:45.5524988Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:45.5526425Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:45.5527814Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:45.5529131Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-03-21T20:22:45.5530452Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-03-21T20:22:45.5531875Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-03-21T20:22:45.5533171Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:22:45.5534391Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:45.5535570Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:22:45.5537360Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:22:45.5539079Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:22:45.5540531Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:22:45.5541742Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:45.5543008Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:45.5544312Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:45.5545575Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:45.5546767Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:45.5547983Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:45.5549229Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:45.5550499Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:46.3458742Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:46.3460303Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:46.3461629Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:46.3462835Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:46.3464080Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:46.3465369Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:46.3466570Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:46.3467823Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:22:46.3468921Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:22:46.3470031Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:22:46.3471127Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:46.3472228Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:46.3473409Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:46.3474571Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:22:46.3475743Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:46.3476978Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:46.3478188Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:46.3479379Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:46.3480527Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:46.3481711Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:46.3483093Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:46.3484473Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:46.3485843Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:46.3487374Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:46.3488990Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:46.3490550Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:46.3492145Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:46.3493493Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:46.3494866Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:46.3496207Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:46.3497530Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:46.3498917Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:46.3500215Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:46.3501558Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:46.3502971Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:46.3504453Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:46.3505862Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:46.3507243Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:46.3508616Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:46.3510002Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:46.3511543Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:46.3513075Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:46.3514533Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:46.3516168Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:46.3517533Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:46.3519693Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:46.3521650Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:46.3523214Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:46.3524781Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:46.3526530Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:46.3528495Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:46.3530074Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:46.3531468Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:47.1511045Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:47.1513269Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:47.1515738Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:47.1518301Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:47.1521340Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:47.1524003Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:47.1526416Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:47.1528876Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:47.1531281Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:47.1533865Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:47.1536402Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:47.1538917Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:47.1541324Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:47.1543816Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:47.1546244Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:47.1548791Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:47.1551603Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:47.1554223Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:47.1556794Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:47.1559350Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:47.1561890Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:47.1564447Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:47.1566725Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:47.1569216Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:47.1571886Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:47.1574462Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:47.1577194Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:47.1579738Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:47.1582253Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:47.1584771Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:47.1587241Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:22:47.1589466Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:22:47.1591686Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:47.1593904Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:22:47.1596106Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:22:47.1598461Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:47.1600940Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:47.1602704Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:47.1603964Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:47.1605246Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:47.1606528Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:47.1608135Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:47.1610580Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:47.1613090Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:47.1615674Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:47.1618192Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:47.1622668Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:47.1625180Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:47.1627697Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:47.1630291Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:47.1632505Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:22:47.1634542Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:22:47.1636555Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:22:47.9106017Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:47.9108224Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:22:47.9110407Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:47.9112595Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:22:47.9114777Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:47.9117057Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:47.9119414Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:47.9121854Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:47.9124045Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:47.9126475Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:47.9128852Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:47.9131479Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:47.9134401Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:47.9136926Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:47.9139411Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:47.9141750Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:47.9144089Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:47.9146330Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:47.9148571Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:22:47.9150816Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:22:47.9153169Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:22:47.9155517Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:47.9157787Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:47.9160074Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:47.9162407Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:47.9164800Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:47.9167169Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:22:47.9169393Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:22:47.9171311Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:47.9173568Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:22:47.9175857Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:22:47.9178426Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:22:47.9180783Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:47.9183069Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:47.9185349Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:47.9187574Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:22:47.9189661Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:47.9191954Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:47.9194145Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:22:47.9196074Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:22:47.9198158Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:22:47.9200258Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:47.9202439Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:22:47.9204666Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:22:47.9207035Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:22:47.9209626Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:22:47.9212343Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:22:47.9214947Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:47.9217417Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:22:47.9219322Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:22:47.9222761Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:22:47.9223980Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:22:47.9225221Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:22:47.9227245Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:47.9229424Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:47.9231917Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:22:49.1878384Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:49.1880887Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:49.1883432Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:49.1885796Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:22:49.1888119Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:22:49.1890242Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:22:49.1892277Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:22:49.1894230Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:22:49.1896163Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:22:49.1897992Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:22:49.1900190Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:22:49.1902275Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:22:49.1904329Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:22:49.1906311Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:22:49.1908144Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:22:49.1910325Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:22:49.1912824Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:22:49.1915279Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:22:49.1917488Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:22:49.1919403Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:22:49.1921706Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:22:49.1924053Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:22:49.1926336Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:22:49.1928566Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:22:49.1931052Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:49.1933420Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:49.1935595Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:49.1937792Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:49.1940122Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:22:49.1942599Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:49.1944998Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:22:49.1947115Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:22:49.1948910Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:22:49.1950712Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:22:49.1952843Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:22:49.1954812Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:22:49.1956818Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:22:49.1958663Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:22:49.1960487Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:22:49.1962247Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:22:49.1964001Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:22:49.1965660Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:22:49.1966783Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:22:49.1967872Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:22:49.1969050Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:22:49.1970201Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:22:49.1971238Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:22:49.1972408Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:22:49.1973583Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:22:49.1974661Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:22:49.1975735Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:22:49.1976808Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:22:49.1977888Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:22:49.1978902Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:49.1979589Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:49.1979988Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:49.1980346Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:49.1981345Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:49.1982873Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:49.1984106Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:49.1985080Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:49.1986019Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:23:00.0636866Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:23:00.0638734Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:23:00.0640707Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:23:00.0642418Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:23:00.0644216Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:23:00.0645935Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:23:00.0647675Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:23:00.0649447Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:23:00.0650685Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:23:00.0651752Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:23:00.0653199Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:23:00.0655096Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:23:00.0656783Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:23:00.0658464Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:23:00.0660221Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:23:00.0662257Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:23:00.0664115Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:23:00.0665849Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:23:00.0667605Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:23:00.0669227Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:23:00.0671078Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:23:00.0672976Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:23:00.0674669Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:23:00.0676252Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:23:00.0677955Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:23:00.0679186Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:23:00.0679849Z [ 98%] Built target XNNPACK 2025-03-21T20:23:00.0680907Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:23:00.0682505Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:23:00.0684031Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:23:00.0685483Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:23:00.0687058Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:23:00.0688687Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:23:00.0689889Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:23:00.0690550Z [ 98%] Built target xnnpack_backend 2025-03-21T20:23:00.0691952Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:23:00.0693203Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:23:00.0694045Z [100%] Built target portable_lib 2025-03-21T20:23:00.0695162Z [ 0%] Built target flatbuffers 2025-03-21T20:23:00.0695735Z [ 0%] Built target flatccrt 2025-03-21T20:23:00.0696274Z [ 0%] Built target pthreadpool 2025-03-21T20:23:00.0696849Z [ 1%] Built target cpuinfo 2025-03-21T20:23:00.0697390Z [ 1%] Built target common_schema 2025-03-21T20:23:00.0697985Z [ 2%] Built target xnnpack_schema 2025-03-21T20:23:00.0698577Z [ 4%] Built target flatcc 2025-03-21T20:23:00.0699132Z [ 4%] Built target bundled_program_schema 2025-03-21T20:23:00.0699759Z [ 7%] Built target eigen_blas 2025-03-21T20:23:00.0700334Z [ 7%] Built target microparams-init 2025-03-21T20:23:00.0700939Z [ 7%] Built target indirection 2025-03-21T20:23:00.0701500Z [ 7%] Built target logging 2025-03-21T20:23:00.0702035Z [ 7%] Built target normalization 2025-03-21T20:23:00.0702623Z [ 7%] Built target datatype 2025-03-21T20:23:00.0703183Z [ 7%] Built target program_schema 2025-03-21T20:23:00.0703767Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:00.0704331Z [ 7%] Built target hardware-config 2025-03-21T20:23:00.0704977Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:00.0705592Z [ 7%] Built target packing 2025-03-21T20:23:00.0706239Z [ 7%] Built target allocator 2025-03-21T20:23:00.0706772Z [ 7%] Built target memory 2025-03-21T20:23:00.0707272Z [ 7%] Built target cache 2025-03-21T20:23:00.0707817Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:00.0708392Z [ 7%] Built target mutex 2025-03-21T20:23:00.0708911Z [ 7%] Built target operator-utils 2025-03-21T20:23:00.0709488Z [ 7%] Built target operator-run 2025-03-21T20:23:00.0710039Z [ 7%] Built target etdump_schema 2025-03-21T20:23:00.0710591Z [ 9%] Built target operators 2025-03-21T20:23:00.0711140Z [ 10%] Built target executorch_core 2025-03-21T20:23:00.0711714Z [ 13%] Built target subgraph 2025-03-21T20:23:00.0712271Z [ 14%] Built target extension_threadpool 2025-03-21T20:23:00.0712878Z [ 14%] Built target extension_tensor 2025-03-21T20:23:00.0713462Z [ 15%] Built target executorch 2025-03-21T20:23:00.0714000Z [ 15%] Built target cpublas 2025-03-21T20:23:00.0714549Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:00.0715181Z [ 15%] Built target bundled_program 2025-03-21T20:23:00.0715731Z [ 15%] Built target etdump 2025-03-21T20:23:00.0716223Z [ 16%] Built target util 2025-03-21T20:23:00.0716732Z [ 18%] Built target optimized_kernels 2025-03-21T20:23:00.0717351Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:00.0718026Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:00.0718667Z [ 95%] Built target microkernels-prod 2025-03-21T20:23:00.0719258Z [ 97%] Built target XNNPACK 2025-03-21T20:23:00.0719786Z [ 97%] Built target xnnpack_backend 2025-03-21T20:23:00.0720361Z [ 98%] Built target portable_lib 2025-03-21T20:23:00.0721654Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:23:00.0723321Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:23:00.0725129Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:23:00.0726651Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:23:00.0728449Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:23:00.0730349Z [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:23:00.0732173Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:23:00.0733938Z cc1: warning: command line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-03-21T20:23:00.0735466Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:23:00.0737218Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:23:00.0738807Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:23:00.0740245Z /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp: In lambda function: 2025-03-21T20:23:00.0741988Z /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:539:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:00.0743429Z 539 | [scaling_factor](Vec x, Vec y) { 2025-03-21T20:23:00.0744047Z | ^ 2025-03-21T20:23:00.0744639Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:23:00.0745365Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:23:00.0745961Z [ 0%] Built target flatbuffers 2025-03-21T20:23:00.0746510Z [ 0%] Built target flatccrt 2025-03-21T20:23:00.0747039Z [ 0%] Built target pthreadpool 2025-03-21T20:23:00.0747564Z [ 1%] Built target cpuinfo 2025-03-21T20:23:00.0748082Z [ 3%] Built target flatcc 2025-03-21T20:23:00.0748721Z [ 4%] Built target common_schema 2025-03-21T20:23:00.0749301Z [ 4%] Built target xnnpack_schema 2025-03-21T20:23:00.0749873Z [ 7%] Built target eigen_blas 2025-03-21T20:23:00.0750419Z [ 7%] Built target bundled_program_schema 2025-03-21T20:23:00.0751006Z [ 7%] Built target logging 2025-03-21T20:23:00.0751531Z [ 7%] Built target indirection 2025-03-21T20:23:00.0752095Z [ 7%] Built target microparams-init 2025-03-21T20:23:00.0752681Z [ 7%] Built target normalization 2025-03-21T20:23:00.0753216Z [ 7%] Built target datatype 2025-03-21T20:23:00.0753760Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:00.0754352Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:00.0754901Z [ 7%] Built target program_schema 2025-03-21T20:23:00.0755482Z [ 7%] Built target hardware-config 2025-03-21T20:23:00.0756028Z [ 7%] Built target allocator 2025-03-21T20:23:00.0756536Z [ 7%] Built target packing 2025-03-21T20:23:00.0757052Z [ 7%] Built target cache 2025-03-21T20:23:00.0757538Z [ 7%] Built target memory 2025-03-21T20:23:00.0758054Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:00.0758641Z [ 7%] Built target mutex 2025-03-21T20:23:00.0759155Z [ 7%] Built target operator-utils 2025-03-21T20:23:00.0759727Z [ 7%] Built target operator-run 2025-03-21T20:23:00.0760279Z [ 7%] Built target etdump_schema 2025-03-21T20:23:00.0760816Z [ 9%] Built target operators 2025-03-21T20:23:00.0761343Z [ 10%] Built target executorch_core 2025-03-21T20:23:07.0173429Z [ 10%] Built target extension_tensor 2025-03-21T20:23:07.0173854Z [ 11%] Built target extension_threadpool 2025-03-21T20:23:07.0174196Z [ 13%] Built target executorch 2025-03-21T20:23:07.0174489Z [ 15%] Built target subgraph 2025-03-21T20:23:07.0174784Z [ 15%] Built target cpublas 2025-03-21T20:23:07.0175267Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:07.0175604Z [ 15%] Built target etdump 2025-03-21T20:23:07.0175969Z [ 15%] Built target bundled_program 2025-03-21T20:23:07.0176298Z [ 16%] Built target optimized_kernels 2025-03-21T20:23:07.0176619Z [ 17%] Built target util 2025-03-21T20:23:07.0176985Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:07.0177492Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:07.0177910Z [ 94%] Built target microkernels-prod 2025-03-21T20:23:07.0178224Z [ 96%] Built target XNNPACK 2025-03-21T20:23:07.0178518Z [ 96%] Built target xnnpack_backend 2025-03-21T20:23:07.0178836Z [ 97%] Built target portable_lib 2025-03-21T20:23:07.0179434Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:07.0180290Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:07.0181168Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:07.0182062Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:07.0183033Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:07.0183918Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:07.0184818Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:07.0185748Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:07.0186636Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:07.0187499Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:07.0188355Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:23:07.0188953Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:23:07.0189426Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:23:07.0189894Z [ 97%] Generating code for kernel registration 2025-03-21T20:23:07.0190749Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:07.0191634Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:23:07.0192063Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:23:07.0192510Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:23:07.0195528Z 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:23:07.0198321Z [ 98%] Generating code for kernel registration 2025-03-21T20:23:07.0199152Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:23:07.0200300Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:23:07.0201263Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:07.0202203Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:07.0203098Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:07.0204052Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:07.0205037Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:07.0205942Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:07.0206851Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:07.0207817Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:07.0208713Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:07.0209585Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:07.0210522Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:07.0211743Z [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:23:07.0212671Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:23:07.0213114Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:23:07.0213471Z running build_py 2025-03-21T20:23:07.0213928Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0214684Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0215585Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0216428Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0217393Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0218305Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0219212Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0220140Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0221145Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0222027Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0222961Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0223838Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:07.0224578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:07.0225419Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:07.0226443Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:07.0227477Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:07.0228464Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:07.0229400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:07.0230224Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:07.0231164Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:07.0232194Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:07.0233018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:07.0233830Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:07.0234582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0235310Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0236269Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0237222Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0238197Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0239268Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0240351Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0241332Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0242290Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0541992Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0543127Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0544055Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0544973Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0545951Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0546887Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0547830Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:07.0548646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:07.0549327Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:07.0550139Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:07.0550959Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:07.0551806Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:07.0552779Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:07.0553518Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:07.0554298Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:07.0555214Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:07.0556006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:07.0556843Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:07.0557802Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:07.0558611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:07.0559490Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:07.0560599Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:07.0561544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:07.0562441Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:07.0563580Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:07.0564583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:07.0565568Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:07.0566821Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:07.0567747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:07.0568648Z 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:23:07.0569811Z 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:23:07.0571009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:07.0572116Z 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:23:07.0573127Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:07.0574147Z 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:23:07.0575128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0575987Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0577056Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0578148Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0579235Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0580409Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0581661Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0582856Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0584001Z 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:23:07.0585113Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0586272Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0587448Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0588486Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0589559Z 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:23:07.0590633Z 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:23:07.0591694Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0592869Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0593928Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0594984Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0596043Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0597079Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:07.0598027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:07.0598976Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:07.0600042Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:07.0600956Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:07.0601911Z 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:23:07.0603116Z 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:23:07.0604065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:07.0604972Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:07.0605954Z 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:23:07.0606985Z 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:23:07.0608003Z 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:23:07.0927652Z 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:23:07.0928942Z 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:23:07.0930129Z 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:23:07.0930945Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:07.0931889Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:07.0932885Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:07.0933693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0934455Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0935590Z 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:23:07.0936791Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0937922Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0938898Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0939869Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0940915Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0941990Z 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:23:07.0943096Z 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:23:07.0944320Z 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:23:07.0945381Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0946444Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0947496Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0948556Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0949589Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0950631Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0951657Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0952697Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0953736Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0954792Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0955860Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0957041Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0958177Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0959306Z 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:23:07.0960381Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0961413Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0962514Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0963571Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0964780Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0965810Z 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:23:07.0966918Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0967967Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0968980Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0970014Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0971110Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0972358Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0973413Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0974584Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:07.0975521Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:07.0976437Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:07.0977618Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:07.0978809Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:07.0979889Z 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:23:07.0981046Z 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:23:07.0982172Z 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:23:07.0983297Z 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:23:07.0984594Z 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:23:07.0985773Z 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:23:07.0986683Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.0987465Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.0988392Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.0989330Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.0990239Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.0991204Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.0992160Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.0993065Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.0993997Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1404244Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1405230Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1406178Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1407258Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1409209Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1410862Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1411855Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1412770Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1413675Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1414703Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1415622Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1416528Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1417430Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1418310Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1419238Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1420189Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1421860Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1423714Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1425590Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1426596Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1427554Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1428481Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1429422Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1430350Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1431284Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1432218Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1433128Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1434027Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1434931Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1435851Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1436779Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1437798Z 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:23:07.1438783Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1439912Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1440894Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1442278Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1443884Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:07.1444701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:07.1445486Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:07.1446432Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:07.1447432Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:07.1448485Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:07.1449546Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:07.1450482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:07.1451238Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:07.1452178Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:07.1453078Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:07.1454048Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:07.1454768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:07.1455688Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:07.1457089Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:07.1458230Z 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:23:07.1459251Z 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:23:07.1460257Z 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:23:07.1461374Z 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:23:07.1462386Z 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:23:07.1463947Z 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:23:07.1465568Z 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:23:07.1466747Z 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:23:07.1467910Z 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:23:07.1468822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:07.1469664Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:07.1471243Z 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:23:07.1472724Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:07.1473716Z 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:23:07.1474750Z 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:23:07.1475981Z 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:23:07.1477158Z 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:23:07.1942107Z 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:23:07.1943191Z 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:23:07.1944101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1954416Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1956326Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1957481Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1958432Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1959459Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1960402Z 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:23:07.1962086Z 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:23:07.1963469Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1964523Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1965429Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1966318Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1967356Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1968492Z 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:23:07.1970257Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1971448Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1972651Z 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:23:07.1973636Z 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:23:07.1974666Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1975672Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1977277Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1978529Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1979549Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1980462Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1981466Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1982348Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1983532Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1985296Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1986410Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1987503Z 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:23:07.1988426Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1989492Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1990490Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1992146Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1993470Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1994431Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1995339Z 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:23:07.1996389Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.1997325Z 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:23:07.1998542Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2000210Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2001242Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2002179Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2003120Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2004263Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2005183Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2006815Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2008146Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2009201Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2010143Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2011066Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2012213Z 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:23:07.2013188Z 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:23:07.2014145Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2015753Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2017474Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2019024Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2020145Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2021340Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2022343Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2023257Z 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:23:07.2024202Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2025657Z 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:23:07.2027434Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2029111Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:07.2030042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:07.2149608Z 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:23:07.2151524Z 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:23:07.2153505Z 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:23:07.2155555Z 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:23:07.2157719Z 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:23:07.2160083Z 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:23:07.2162198Z 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:23:07.2164335Z 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:23:07.2166420Z 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:23:07.2168389Z 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:23:07.2169368Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:07.2171084Z 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:23:07.2172853Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:07.2173962Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:07.2174975Z 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:23:07.2175985Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:07.2177467Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:07.2179290Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:07.2180682Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:07.2181686Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:07.2182738Z 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:23:07.2184005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:07.2185290Z 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:23:07.2188019Z 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:23:07.2189351Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:07.2190711Z 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:23:07.2192472Z 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:23:07.2194413Z 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:23:07.2196691Z 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:23:07.2198407Z 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:23:07.2200223Z 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:23:07.2201967Z 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:23:07.2204439Z 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:23:07.2205996Z 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:23:07.2207735Z 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:23:07.2210023Z 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:23:07.2212125Z 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:23:07.2213719Z 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:23:07.2215484Z 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:23:07.2217303Z 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:23:07.2220325Z 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:23:07.2222431Z 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:23:07.2224037Z 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:23:07.2225746Z 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:23:07.2227353Z 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:23:07.2228927Z 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:23:07.2230486Z 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:23:07.2232132Z 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:23:07.2233938Z 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:23:07.2236501Z 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:23:07.2541740Z 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:23:07.2544840Z 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:23:07.2547818Z 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:23:07.2550791Z 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:23:07.2553732Z 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:23:07.2556783Z 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:23:07.2559939Z 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:23:07.2563143Z 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:23:07.2566044Z 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:23:07.2568352Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:07.2570648Z 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:23:07.2573163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:07.2575604Z 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:23:07.2577669Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2579035Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2580637Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2582306Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2583975Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2585621Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2587328Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2589173Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2590956Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2592731Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2594456Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2596046Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2597793Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2599553Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2601192Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2602851Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2604552Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2606159Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:07.2607556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:07.2609055Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:07.2610898Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:07.2612862Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:07.2614623Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:07.2616275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:07.2617639Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:07.2619361Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:07.2621430Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:07.2622988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:07.2624608Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:07.2626637Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:07.2628678Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:07.2630657Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:07.2632228Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:07.2633845Z 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:23:07.2636053Z 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:23:07.2638113Z 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:23:07.2639978Z 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:23:07.2641960Z 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:23:07.2643970Z 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:23:07.2646036Z 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:23:07.2648106Z 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:23:07.2649767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:07.2651279Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:07.2652991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:07.2654811Z 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:23:07.2657069Z 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:23:07.2659204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:07.2661023Z 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:23:07.2671032Z 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:23:07.2673435Z 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:23:07.2675203Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:07.2676932Z 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:23:07.2678652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:07.2680179Z 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:23:07.2681260Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:07.2682286Z 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:23:07.2683566Z 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:23:07.2685098Z 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:23:07.2687539Z 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:23:07.2688772Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:07.2690001Z 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:23:07.2691517Z 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:23:07.2693120Z 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:23:07.2694310Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:07.2695521Z 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:23:07.2697039Z 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:23:07.2698555Z 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:23:07.2701041Z 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:23:07.2703276Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:07.2705569Z 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:23:07.2707190Z 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:23:07.2708756Z 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:23:07.2710288Z 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:23:07.2711500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:07.2712662Z 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:23:07.2714115Z 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:23:07.2716000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:07.2717671Z 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:23:07.2719163Z 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:23:07.2720386Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:07.2721829Z 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:23:07.2723782Z 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:23:07.2726224Z 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:23:07.2727756Z 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:23:07.2729277Z 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:23:07.2731128Z 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:23:07.2733639Z 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:23:07.2735012Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:07.2736150Z 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:23:07.2737769Z 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:23:07.2740253Z 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:23:07.2741998Z 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:23:07.2743544Z 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:23:07.2745129Z 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:23:07.2747656Z 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:23:07.2749091Z 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:23:07.2750739Z 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:23:07.2752112Z 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:23:07.2754410Z 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:23:07.3105608Z 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:23:07.3107640Z 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:23:07.3109832Z 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:23:07.3111635Z 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:23:07.3112793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:07.3114032Z 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:23:07.3116667Z 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:23:07.3118187Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3119315Z 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:23:07.3120718Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3122114Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3124092Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3125754Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3127218Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3128489Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3129720Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3130866Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3132086Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:07.3132973Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:07.3133772Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:07.3134853Z 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:23:07.3135800Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:07.3136669Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:07.3137735Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:07.3138776Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:07.3139806Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:07.3140677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3141482Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3142544Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3143630Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3144664Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3145684Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3146728Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3147860Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3148971Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3149995Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3151023Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3152103Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3153179Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3154321Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3155378Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3156449Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3157490Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3158501Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3159537Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3160619Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3161738Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3162806Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3163837Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3164868Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3165997Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3167062Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3168181Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3169240Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3170277Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:07.3171135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3172056Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3173049Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3174056Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3175110Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3580592Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3581628Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3582637Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3583654Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3584666Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3585876Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3586901Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3587981Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3589026Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3590025Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3591010Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3592021Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3593064Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3594070Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3595065Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3596162Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3597199Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3598192Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3599197Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3600241Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3601216Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3602221Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3603215Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3604420Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3605521Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3606547Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3607537Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3608583Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3609604Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3610646Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3611884Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3613060Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3614096Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3615097Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3616150Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3617156Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3618142Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3619134Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3620335Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3621824Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3622823Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3623800Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3624769Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3625743Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3626719Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3627794Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3628994Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3629988Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3630992Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3632003Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3632994Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3634002Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3635024Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3636046Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3637227Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3638254Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3639238Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3640347Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3641408Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3642426Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3643454Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3644511Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.3645520Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4101310Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4102402Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4103417Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4104430Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4105402Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4106372Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4107376Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4108402Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4109604Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4110924Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4112126Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4113147Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4114166Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:07.4115003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:07.4115829Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:07.4116646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:07.4117513Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:07.4118586Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:07.4119810Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:07.4120838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:07.4121806Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:07.4122943Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:07.4124072Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:07.4125097Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:07.4125971Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:07.4126871Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:07.4128065Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:07.4129079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:07.4129871Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:07.4130854Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:07.4131892Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:07.4132676Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:07.4133492Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:07.4134438Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:07.4135285Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:07.4136359Z 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:23:07.4137624Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:07.4138548Z 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:23:07.4139742Z 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:23:07.4140853Z 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:23:07.4141696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:07.4142469Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:07.4143435Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:07.4144534Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:07.4145641Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:07.4146675Z 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:23:07.4147732Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:07.4148816Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:07.4149882Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:07.4150752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:07.4151652Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:07.4152532Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:07.4153513Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:07.4154406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:07.4155218Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:07.4156047Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:07.4156976Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:07.4158135Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:07.4159291Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:07.4160185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:07.4160985Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:07.4161971Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:07.4163034Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:07.4163911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:07.4164901Z 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:23:07.4166141Z 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:23:07.4483809Z 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:23:07.4484834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:07.4485804Z 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:23:07.4486998Z 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:23:07.4488204Z 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:23:07.4489510Z 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:23:07.4490920Z 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:23:07.4492337Z 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:23:07.4493319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:07.4494307Z 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:23:07.4495322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:07.4496550Z 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:23:07.4498090Z 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:23:07.4499750Z 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:23:07.4501254Z 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:23:07.4502724Z 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:23:07.4504148Z 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:23:07.4505624Z 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:23:07.4507125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:07.4508428Z 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:23:07.4509841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:07.4511347Z 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:23:07.4512635Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4513428Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4514605Z 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:23:07.4515716Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4516760Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4517756Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4518822Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4519878Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4521132Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4522247Z 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:23:07.4523533Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4524558Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4525589Z 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:23:07.4526587Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:07.4527410Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4528246Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4529270Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4530290Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4531414Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4532509Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4533529Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4534555Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4535534Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4536598Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4537609Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4538751Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4539741Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4540785Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4541915Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4542964Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4543949Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4544962Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4546131Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4547155Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4548226Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4549322Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4550431Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4949476Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4950633Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4951649Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4952690Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4953732Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4954756Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4955767Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4956762Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4957910Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4958934Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4959932Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4960935Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4962067Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4963080Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4964091Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4965223Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4966237Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4967266Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4968302Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4969362Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4970501Z 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:23:07.4971575Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4972642Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4973812Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:07.4974675Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:07.4975728Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:07.4976940Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:07.4977838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:07.4978717Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:07.4979823Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:07.4980743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:07.4981698Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:07.4982907Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:07.4983868Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:07.4984791Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:07.4985811Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:07.4986662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:07.4987612Z 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:23:07.4988591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:07.4989379Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:07.4990335Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:07.4991268Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:07.4992233Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:07.4993215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:07.4994151Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:07.4995304Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:07.4996523Z 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:23:07.4997738Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:07.4998949Z 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:23:07.5000207Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:07.5001425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:07.5002378Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:07.5003567Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:07.5004458Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5005328Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5006362Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5007408Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5008531Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5009725Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5010803Z 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:23:07.5012020Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5013097Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5014167Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5015230Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5422819Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5424084Z 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:23:07.5425262Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:07.5426163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5426986Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5428065Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5429254Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5430371Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5431404Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5432382Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5433582Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5434712Z 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:23:07.5436111Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5437113Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5438176Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5439163Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5440228Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5441419Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5442532Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5443680Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5444853Z 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:23:07.5445872Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5447067Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5448064Z 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:23:07.5449161Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5450285Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5451579Z 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:23:07.5452691Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5453715Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5454730Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5455738Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5456741Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5457732Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5458779Z 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:23:07.5459828Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5460854Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5462056Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5463373Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5464619Z 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:23:07.5465774Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5467014Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5468028Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5469248Z 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:23:07.5470290Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:07.5471120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:07.5472049Z 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:23:07.5473209Z 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:23:07.5474400Z 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:23:07.5475576Z 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:23:07.5476724Z 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:23:07.5477882Z 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:23:07.5479050Z 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:23:07.5480243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:07.5481251Z 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:23:07.5482576Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:07.5483857Z 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:23:07.5484876Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:07.5486045Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:07.5487312Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:07.5488376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:07.5489227Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:07.5490393Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:07.5491282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:07.5760096Z 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:23:07.5761252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:07.5762315Z 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:23:07.5763282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:07.5764294Z 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:23:07.5765300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:07.5766345Z 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:23:07.5767418Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:07.5768519Z 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:23:07.5769871Z 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:23:07.5771191Z 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:23:07.5772371Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:07.5773479Z 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:23:07.5774580Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:07.5775750Z 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:23:07.5777158Z 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:23:07.5778636Z 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:23:07.5780098Z 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:23:07.5781193Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:07.5782340Z 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:23:07.5784040Z 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:23:07.5785742Z 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:23:07.5787293Z 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:23:07.5788959Z 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:23:07.5791047Z 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:23:07.5792720Z 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:23:07.5794181Z 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:23:07.5795659Z 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:23:07.5797102Z 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:23:07.5798525Z 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:23:07.5800178Z 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:23:07.5801911Z 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:23:07.5803437Z 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:23:07.5804961Z 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:23:07.5806406Z 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:23:07.5807872Z 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:23:07.5809517Z 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:23:07.5810940Z 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:23:07.5812447Z 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:23:07.5813956Z 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:23:07.5815474Z 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:23:07.5816963Z 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:23:07.5818489Z 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:23:07.5820104Z 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:23:07.5821748Z 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:23:07.5823105Z 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:23:07.5824184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:07.5825321Z 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:23:07.5826808Z 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:23:07.5828357Z 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:23:07.5829696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:07.6186679Z 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:23:07.6187703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:07.6188291Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:07.6189031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:07.6189938Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:07.6190994Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:07.6191864Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:07.6192921Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:07.6193803Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:07.6194825Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:07.6195761Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:07.6196598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:07.6197445Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:07.6198449Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:07.6199477Z 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:23:07.6200807Z 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:23:07.6201814Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:07.6202789Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:07.6203953Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:07.6205268Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:07.6206550Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:07.6207901Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:07.6209030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:07.6209906Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:07.6210912Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:07.6212177Z 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:23:07.6213245Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:07.6214365Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:07.6215183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:07.6215932Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:07.6216933Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:07.6218021Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:07.6218955Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:07.6219929Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:07.6220998Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:07.6222205Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:07.6223217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:07.6224071Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:07.6225178Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:07.6226043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:07.6226900Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:07.6228170Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:07.6229295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:07.6230213Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:07.6231441Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:07.6232327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:07.6233170Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:07.6234388Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:07.6235348Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:07.6236378Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:07.6237684Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:07.6238547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6239388Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6240554Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6241810Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6243025Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6244178Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6245420Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6246521Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6247877Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6249139Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6250086Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6251191Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6252455Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6253574Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6254641Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6255678Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:07.6256576Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:07.6257700Z 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:23:07.6258662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:07.6259548Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:07.6260677Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:07.6412241Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:07.6413601Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:07.6414864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:07.6416077Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:07.6417466Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:07.6419027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:07.6419929Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:07.6421384Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:07.6422384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:07.6423451Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:07.6424541Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:07.6425543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:07.6426507Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:07.6427673Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:07.6428631Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:07.6429590Z 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:23:07.6430685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:07.6431505Z 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:23:07.6432786Z 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:23:07.6433866Z 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:23:07.6435109Z 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:23:07.6436269Z 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:23:07.6437275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:07.6438146Z 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:23:07.6439231Z 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:23:07.6440171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:07.6440956Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:07.6442214Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:07.6443093Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:07.6444020Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:07.6445087Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:07.6445964Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:07.6446807Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:07.6447700Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:07.6448885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:07.6462610Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:07.6464133Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:07.6465003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:07.6465986Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:07.6467044Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:07.6468044Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:07.6469060Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:07.6470117Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:07.6471145Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:07.6472522Z 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:23:07.6474076Z 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:23:07.6475704Z 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:23:07.6477513Z 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:23:07.6479168Z 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:23:07.6480778Z 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:23:07.6482013Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:07.6483046Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:07.6484122Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:07.6485144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:07.6486266Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:07.6487769Z 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:23:07.6489121Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:07.6490554Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:07.6491870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:07.6492935Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:07.6494180Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:07.6495380Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:07.6496311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:07.6497667Z 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:23:07.6499215Z 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:23:07.6500674Z 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:23:07.6543640Z 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:23:07.6545626Z 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:23:07.6547417Z 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:23:07.6549281Z 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:23:07.6550774Z 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:23:07.6552556Z 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:23:07.6554341Z 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:23:07.6555848Z 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:23:07.6557125Z 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:23:07.6558852Z 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:23:07.6560653Z 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:23:07.6562244Z 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:23:07.6563844Z 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:23:07.6565344Z 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:23:07.6566338Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:07.6567364Z 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:23:07.6568757Z 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:23:07.6570003Z 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:23:07.6570901Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:07.6571999Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:07.6573020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:07.6574138Z 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:23:07.6575443Z 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:23:07.6576894Z 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:23:07.6578185Z 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:23:07.6579270Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:07.6580370Z 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:23:07.6581688Z 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:23:07.6582937Z 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:23:07.6584380Z 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:23:07.6585560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:07.6586617Z 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:23:07.6587844Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:07.6589007Z 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:23:07.6590357Z 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:23:07.6591626Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:07.6592746Z 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:23:07.6594228Z 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:23:07.6595502Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:07.6596672Z 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:23:07.6598347Z 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:23:07.6599563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:07.6600427Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:07.6601550Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:07.6602396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:07.6603273Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:07.6604180Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6604784Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6605480Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6606094Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6606826Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6607657Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6608309Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6608977Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6609723Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6610383Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6611180Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6612066Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6612836Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6613553Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6614208Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6614868Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6615617Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6710769Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6711937Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6712557Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6713202Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6713905Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6714566Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6715206Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6715889Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:07.6716518Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6717226Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6718251Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6719153Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6719951Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6721004Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6721813Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6722639Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6723554Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6724473Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:07.6725291Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:07.6726002Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:07.6726954Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:07.6728027Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:07.6728923Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:07.6729931Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:07.6730775Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:07.6731579Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:07.6732380Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:07.6733209Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:07.6734121Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:07.6734969Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:07.6735767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:07.6736434Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:07.6737357Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:07.6737995Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:07.6738604Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:07.6739465Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:07.6740169Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:07.6740881Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:07.6741697Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:07.6742534Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:07.6743424Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:07.6744188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6744913Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6745905Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6747061Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6748024Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6748986Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6749919Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6751001Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6751947Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6752999Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6753889Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6754855Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6755955Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6756896Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6757931Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6758934Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6759920Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6760877Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6761947Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6762813Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6763737Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6764798Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6765784Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6766751Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6767761Z 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:23:07.6768860Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6769905Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6770886Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6772061Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6772931Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6773850Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6774783Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6775768Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:07.6776604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:07.6777321Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:07.6778175Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:07.6778932Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:07.6779711Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:07.6780374Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:07.6781115Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:07.6864340Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:07.6865319Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:07.6866252Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:07.6866954Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:07.6867727Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:07.6868453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6869142Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6869958Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6870772Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6871815Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6872643Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6873525Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6874350Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6875323Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6876145Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6877070Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6877978Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6878829Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6879628Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6880587Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6881504Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6882403Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6883355Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6884397Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6885291Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6886194Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6887069Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6888062Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6889011Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6889927Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6890765Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6891839Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6892769Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6893602Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6894405Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6895206Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6896033Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6896950Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:07.6897686Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:07.6898618Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:07.6899609Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:07.6900610Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:07.6901707Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:07.6902446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:07.6903173Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:07.6904021Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:07.6904971Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:07.6905912Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:07.6906941Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:07.6907761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:07.6908796Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:07.6910075Z 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:23:07.6911490Z 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:23:07.6912915Z 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:23:07.6913985Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6914825Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6915902Z 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:23:07.6917011Z 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:23:07.6918025Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6919109Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6920023Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6921381Z 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:23:07.6922329Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6923233Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6924434Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6925415Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6926640Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6927863Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6929115Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6930192Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6931147Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6932275Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6933342Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:07.6934206Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:07.7049754Z 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:23:07.7051184Z 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:23:07.7052125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:07.7053069Z 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:23:07.7054532Z 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:23:07.7056121Z 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:23:07.7057268Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:07.7058096Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:07.7059118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:07.7059888Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:07.7060801Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:07.7061656Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:07.7062584Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:07.7063611Z 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:23:07.7064617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:07.7065525Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:07.7066466Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:07.7067312Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:07.7068309Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:07.7069557Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:07.7070730Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:07.7071646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:07.7072529Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:07.7073690Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:07.7074535Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:07.7075500Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:07.7076475Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:07.7077249Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:07.7078060Z 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:23:07.7079179Z 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:23:07.7080190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:07.7081224Z 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:23:07.7082210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:07.7083032Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:07.7083861Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:07.7084756Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:07.7085660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:07.7086618Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:07.7087537Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:07.7088523Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:07.7089453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:07.7090514Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:07.7091373Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:07.7092261Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:07.7093213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:07.7094146Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:07.7095192Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:07.7095922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:07.7096660Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:07.7097397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:07.7098245Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:07.7099315Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:07.7100390Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:07.7101220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:07.7102235Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:07.7103061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:07.7103758Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:07.7104459Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:07.7105177Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:07.7106183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:07.7107238Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:07.7108615Z 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:23:07.7109901Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:07.7111011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:07.7111910Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:07.7112930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:07.7113953Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:07.7114913Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:07.7115733Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:07.7116956Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:07.7118172Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:07.7119232Z 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:23:07.7120259Z 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:23:07.7121619Z 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:23:07.7214622Z 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:23:07.7215870Z 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:23:07.7216689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:07.7217419Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:07.7218527Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:07.7219691Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:07.7221120Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:07.7222358Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:07.7223325Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:07.7224225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:07.7224981Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:07.7225986Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:07.7227215Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:07.7228199Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:07.7228972Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:07.7229765Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:07.7230711Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:07.7231846Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:07.7232807Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:07.7233656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:07.7234711Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:07.7235790Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:07.7236854Z 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:23:07.7237926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:07.7239213Z 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:23:07.7240666Z 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:23:07.7241965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:07.7243021Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:07.7244239Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:07.7245346Z 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:23:07.7246428Z 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:23:07.7247450Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:07.7248334Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:07.7249352Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:07.7250661Z 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:23:07.7252137Z 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:23:07.7253464Z 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:23:07.7254918Z 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:23:07.7256060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:07.7257555Z 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:23:07.7259491Z 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:23:07.7260856Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:07.7261873Z 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:23:07.7262858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:07.7263800Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:07.7264979Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:07.7266261Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:07.7267224Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:07.7267975Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:07.7268756Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:07.7269792Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:07.7270709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:07.7271748Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:07.7273068Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:07.7274172Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:07.7275362Z 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:23:07.7276342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:07.7277385Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:07.7278303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:07.7279071Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:07.7279788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:07.7280835Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:07.7281936Z 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:23:07.7282747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:07.7283348Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:07.7283995Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:07.7284896Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:07.7691833Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:07.7692919Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:07.7693827Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:07.7694876Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:07.7695807Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:07.7696588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:07.7697570Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:07.7698668Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:07.7699680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:07.7700572Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:07.7701505Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:07.7702225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:07.7702957Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:07.7703917Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:07.7704644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:07.7705353Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:07.7706394Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:07.7707372Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:07.7708418Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:07.7709307Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:07.7710340Z 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:23:07.7711425Z 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:23:07.7712386Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:07.7713242Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:07.7714332Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:07.7715402Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:07.7716279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:07.7717169Z 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:23:07.7718076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:07.7718938Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:07.7720108Z 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:23:07.7721296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:07.7722230Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:07.7723123Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:07.7724015Z 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:23:07.7725089Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:07.7726204Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:07.7727121Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:07.7728029Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:07.7728932Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:07.7729906Z 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:23:07.7730887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:07.7731999Z 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:23:07.7732936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:07.7733740Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:07.7734545Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:07.7735369Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:07.7736193Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:07.7737047Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:07.7738078Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:07.7739117Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:07.7740125Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:07.7741103Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:07.7742026Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:07.7743016Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:07.7744132Z 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:23:07.7745286Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:07.7746375Z 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:23:07.7747448Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:07.7748508Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:07.7749553Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:07.7750666Z 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:23:07.7751902Z 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:23:07.7752852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:07.7753456Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:07.7754047Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:07.7754751Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:07.7755401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:07.7756036Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:07.7756739Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:07.7757396Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:07.7757881Z running egg_info 2025-03-21T20:23:08.4188010Z creating executorch.egg-info 2025-03-21T20:23:08.4188500Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:23:08.4189002Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:23:08.4189544Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:23:08.4190226Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:23:08.4190720Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:23:08.4191212Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:08.4191716Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:08.4192121Z adding license file 'LICENSE' 2025-03-21T20:23:08.4192492Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:08.4193366Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:23:08.4194570Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:08.4195594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:08.4196917Z 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:23:08.4198310Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:08.4199340Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:08.4200392Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:08.4201567Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:08.4202542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:08.4203335Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:08.4204353Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:08.4205471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:08.4206539Z 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:23:08.4207981Z 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:23:08.4209599Z 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:23:08.4210965Z 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:23:08.4212364Z 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:23:08.4213854Z 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:23:08.4215192Z 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:23:08.4216717Z 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:23:08.4218172Z 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:23:08.4219482Z 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:23:08.4221125Z 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:23:08.4222437Z 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:23:08.4223789Z 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:23:08.4225146Z 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:23:08.4226468Z 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:23:08.4227939Z 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:23:08.4229526Z 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:23:08.4230981Z 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:23:08.4232457Z 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:23:08.4233828Z 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:23:08.4235231Z 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:23:08.4236821Z 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:23:08.4238204Z 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:23:08.4239665Z 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:23:08.4241182Z 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:23:08.4242494Z 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:23:08.4243912Z 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:23:08.4245229Z 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:23:08.4246630Z 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:23:08.4248032Z 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:23:08.4249367Z 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:23:08.4250869Z 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:23:08.4252300Z 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:23:08.4253708Z 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:23:08.4255233Z 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:23:08.4256612Z 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:23:08.4257961Z 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:23:08.4259406Z 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:23:08.4473782Z 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:23:08.4475379Z 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:23:08.4476830Z 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:23:08.4478268Z 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:23:08.4479663Z 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:23:08.4481103Z 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:23:08.4482554Z 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:23:08.4483979Z 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:23:08.4485630Z 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:23:08.4487224Z 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:23:08.4488773Z 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:23:08.4490268Z 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:23:08.4491758Z 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:23:08.4493222Z 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:23:08.4494682Z 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:23:08.4496079Z 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:23:08.4497529Z 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:23:08.4498971Z 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:23:08.4500347Z 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:23:08.4501822Z 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:23:08.4503363Z 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:23:08.4504709Z 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:23:08.4506150Z 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:23:08.4507587Z 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:23:08.4508583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:08.4509500Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:08.4510491Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:08.4511573Z 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:23:08.4512887Z 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:23:08.4514255Z 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:23:08.4515524Z 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:23:08.4517011Z 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:23:08.4518440Z 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:23:08.4519654Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:08.4521092Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:08.4522304Z 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:23:08.4523631Z 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:23:08.4524828Z 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:23:08.4526140Z 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:23:08.4527514Z 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:23:08.4529007Z 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:23:08.4530649Z 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:23:08.4531963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:08.4533120Z 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:23:08.4534745Z 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:23:08.4536292Z 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:23:08.4537842Z 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:23:08.4539352Z 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:23:08.4540904Z 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:23:08.4542409Z 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:23:08.4543806Z 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:23:08.4545337Z 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:23:08.4546845Z 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:23:08.4577705Z 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:23:08.4579403Z 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:23:08.4580830Z 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:23:08.4582279Z 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:23:08.4583613Z 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:23:08.4585072Z 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:23:08.4586558Z 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:23:08.4588076Z 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:23:08.4589500Z 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:23:08.4591017Z 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:23:08.4592501Z 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:23:08.4593977Z 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:23:08.4595523Z 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:23:08.4597044Z 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:23:08.4598439Z 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:23:08.4599914Z 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:23:08.4601473Z 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:23:08.4603071Z 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:23:08.4604684Z 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:23:08.4606195Z 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:23:08.4607793Z 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:23:08.4609454Z 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:23:08.4610999Z 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:23:08.4612548Z 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:23:08.4617120Z 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:23:08.4618952Z 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:23:08.4620393Z 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:23:08.4622330Z 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:23:08.4623949Z 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:23:08.4625704Z 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:23:08.4627488Z 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:23:08.4628905Z 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:23:08.4630515Z 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:23:08.4632155Z 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:23:08.4633515Z 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:23:08.4634995Z 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:23:08.4636492Z 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:23:08.4638106Z 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:23:08.4639839Z 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:23:08.4641410Z 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:23:08.4643069Z 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:23:08.4644724Z 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:23:08.4646532Z 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:23:08.4648043Z 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:23:08.4649732Z 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:23:08.4651516Z 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:23:08.4653114Z 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:23:08.4654735Z 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:23:08.4711410Z 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:23:08.4713120Z 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:23:08.4714595Z 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:23:08.4716239Z 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:23:08.4717640Z 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:23:08.4719239Z 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:23:08.4721085Z 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:23:08.4722573Z 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:23:08.4724229Z 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:23:08.4725868Z 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:23:08.4727421Z 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:23:08.4728867Z 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:23:08.4730474Z 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:23:08.4732003Z 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:23:08.4733689Z 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:23:08.4735167Z 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:23:08.4736677Z 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:23:08.4738390Z 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:23:08.4740211Z 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:23:08.4741980Z 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:23:08.4743604Z 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:23:08.4745254Z 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:23:08.4746897Z 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:23:08.4748338Z 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:23:08.4749996Z 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:23:08.4751603Z 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:23:08.4753086Z 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:23:08.4754552Z 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:23:08.4756061Z 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:23:08.4757591Z 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:23:08.4759138Z 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:23:08.4760585Z 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:23:08.4762006Z 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:23:08.4763427Z 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:23:08.4764833Z 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:23:08.4766355Z 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:23:08.4767864Z 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:23:08.4769385Z 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:23:08.4770887Z 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:23:08.4772419Z 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:23:08.4773864Z 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:23:08.4775356Z 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:23:08.4776833Z 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:23:08.4778259Z 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:23:08.4779503Z 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:23:08.4780584Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:08.4781659Z 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:23:08.4782712Z 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:23:08.5354136Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:08.5355190Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:08.5356309Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:08.5357494Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:08.5358665Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:08.5359957Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:08.5361072Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:08.5362386Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:08.5363384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:08.5363982Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:08.5364658Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:08.5365870Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:08.5366895Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:08.5368080Z 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:23:08.5369299Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:08.5370734Z 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:23:08.5372136Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:08.5373037Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:08.5373878Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:08.5374808Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:08.5375603Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:08.5376711Z 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:23:08.5378073Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:08.5378920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:23:08.5379948Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:23:08.5380901Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5381912Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5382893Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5383914Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5385006Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5386060Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5386976Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5388105Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5389187Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5390272Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5391435Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5392620Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5393670Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5394711Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5395814Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5396857Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5397781Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5398901Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.5399958Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:08.5400949Z 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:23:08.5402128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:08.5403445Z 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:23:08.5404858Z 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:23:08.5406065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:08.5407257Z 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:23:08.5408548Z 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:23:08.5409906Z 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:23:08.5411396Z 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:23:08.5412906Z 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:23:08.5414030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:08.5415097Z 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:23:08.5416490Z 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:23:08.5417869Z 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:23:08.5419294Z 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:23:08.5420884Z 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:23:08.5422146Z 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:23:08.5423364Z 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:23:08.5424714Z 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:23:08.5426265Z 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:23:08.5515341Z 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:23:08.5517219Z 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:23:08.5519045Z 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:23:08.5521164Z 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:23:08.5523087Z 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:23:08.5524841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:08.5526722Z 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:23:08.5528999Z 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:23:08.5530847Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:08.5547568Z 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:23:08.5550268Z 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:23:08.5552834Z 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:23:08.5555231Z 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:23:08.5557555Z 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:23:08.5560094Z 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:23:08.5562444Z 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:23:08.5564926Z 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:23:08.5567388Z 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:23:08.5569215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:08.5570697Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:08.5572555Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:08.5574489Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:08.5576440Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:08.5578060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:08.5579617Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:08.5581159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5582719Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5584383Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5586014Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5587753Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5589475Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5591158Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5592824Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5594513Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5596197Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5597912Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5599681Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.5601209Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:08.5602862Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:08.5604486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:08.5606255Z 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:23:08.5608321Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:08.5610249Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:08.5611879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:08.5613376Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:08.5615115Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:08.5616891Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:08.5618648Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:08.5620332Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:08.5622206Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:08.5623977Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:08.5625198Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:08.5625925Z running build_ext 2025-03-21T20:23:08.5626379Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:08.5627180Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:08.5628327Z 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:23:08.5629986Z 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:23:08.5631380Z 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:23:08.5632681Z 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:23:08.5922325Z 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:23:08.5923936Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:08.5924422Z running install 2025-03-21T20:23:08.5924675Z running install_lib 2025-03-21T20:23:08.5925181Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:08.5925641Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:23:08.5926175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:23:08.5926740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:23:08.5927818Z 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:23:08.5929247Z 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:23:08.5930669Z 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:23:08.5932088Z 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:23:08.5933539Z 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:23:08.5934967Z 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:23:08.5936348Z 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:23:08.5937771Z 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:23:08.5939178Z 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:23:08.5940766Z 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:23:08.5942130Z 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:23:08.5943170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:23:08.5944246Z 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:23:08.5945990Z 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:23:08.5947640Z 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:23:08.5949237Z 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:23:08.5950752Z 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:23:08.5952258Z 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:23:08.5953813Z 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:23:08.5955590Z 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:23:08.5957245Z 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:23:08.5959014Z 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:23:08.5960761Z 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:23:08.5962454Z 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:23:08.5964172Z 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:23:08.5965741Z 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:23:08.5967470Z 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:23:08.5969124Z 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:23:08.5970734Z 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:23:08.5972554Z 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:23:08.5974386Z 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:23:08.5975859Z 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:23:08.5977624Z 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:23:08.5979331Z 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:23:08.5980967Z 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:23:08.5982661Z 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:23:08.5984480Z 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:23:08.5986076Z 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:23:08.5987688Z 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:23:08.5989376Z 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:23:08.5991166Z 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:23:08.5992802Z 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:23:08.5994841Z 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:23:08.5997407Z 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:23:08.5998980Z 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:23:08.6000697Z 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:23:08.6002363Z 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:23:08.6004020Z 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:23:08.6005720Z 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:23:08.6007420Z 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:23:08.6008835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:23:08.6010084Z 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:23:08.6011899Z 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:23:08.6013795Z 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:23:08.6015464Z 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:23:08.6017213Z 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:23:08.6019083Z 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:23:08.6021015Z 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:23:08.6022946Z 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:23:08.6024821Z 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:23:08.6026224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:23:08.6027340Z 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:23:08.6028971Z 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:23:08.6030561Z 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:23:08.6032197Z 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:23:08.6033789Z 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:23:08.6035330Z 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:23:08.6036924Z 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:23:08.6038583Z 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:23:08.6040229Z 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:23:08.6042183Z 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:23:08.6044018Z 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:23:08.6045955Z 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:23:08.6047719Z 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:23:08.6049520Z 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:23:08.6051271Z 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:23:08.6053197Z 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:23:08.6054845Z 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:23:08.6056623Z 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:23:08.6058469Z 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:23:08.6060105Z 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:23:08.6061842Z 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:23:08.6063651Z 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:23:08.6065413Z 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:23:08.6067473Z 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:23:08.6069121Z 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:23:08.6070813Z 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:23:08.6072550Z 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:23:08.6074220Z 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:23:08.6075882Z 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:23:08.6077545Z 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:23:08.6079264Z 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:23:08.6080946Z 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:23:08.6082659Z 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:23:08.6084294Z 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:23:08.6085999Z 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:23:08.6087628Z 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:23:08.6089338Z 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:23:08.6090910Z 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:23:08.6092484Z 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:23:08.6094236Z 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:23:08.6095861Z 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:23:08.6097489Z 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:23:08.6099192Z 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:23:08.6100733Z 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:23:08.6102345Z 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:23:08.6103515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:23:08.6104649Z 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:23:08.6106287Z 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:23:08.6107984Z 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:23:08.6109719Z 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:23:08.6111358Z 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:23:08.6112728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:23:08.6114019Z 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:23:08.6115553Z 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:23:08.6117301Z 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:23:08.6118650Z 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:23:08.6119901Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:23:08.6121408Z 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:23:08.6123092Z 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:23:08.6124739Z 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:23:08.6126463Z 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:23:08.6128124Z 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:23:08.6129714Z 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:23:08.6131324Z 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:23:08.6133242Z 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:23:08.6134869Z 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:23:08.6136030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:23:08.6137104Z 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:23:08.6138663Z 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:23:08.6140213Z 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:23:08.6141747Z 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:23:08.6143945Z 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:23:08.6145920Z 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:23:08.6147798Z 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:23:08.6149429Z 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:23:08.6151045Z 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:23:08.6152132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:23:08.6153408Z 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:23:08.6154893Z 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:23:08.6156475Z 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:23:08.6158019Z 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:23:08.6159576Z 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:23:08.6161176Z 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:23:08.6162785Z 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:23:08.6164369Z 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:23:08.6166018Z 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:23:08.6167555Z 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:23:08.6169074Z 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:23:08.6170734Z 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:23:08.6172446Z 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:23:08.6174091Z 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:23:08.6175684Z 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:23:08.6177282Z 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:23:08.6178917Z 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:23:08.6180544Z 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:23:08.6182184Z 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:23:08.6183783Z 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:23:08.6185321Z 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:23:08.6186979Z 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:23:08.6188559Z 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:23:08.6190165Z 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:23:08.6191686Z 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:23:08.6193296Z 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:23:08.6194907Z 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:23:08.6196562Z 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:23:08.6198132Z 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:23:08.6199792Z 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:23:08.6201293Z 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:23:08.6202767Z 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:23:08.6204294Z 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:23:08.6205920Z 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:23:08.6207479Z 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:23:08.6209105Z 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:23:08.6210684Z 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:23:08.6212406Z 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:23:08.6213994Z 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:23:08.6215702Z 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:23:08.6217298Z 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:23:08.6219172Z 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:23:08.6221276Z 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:23:08.6222942Z 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:23:08.6224458Z 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:23:08.6225998Z 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:23:08.6227841Z 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:23:08.6229478Z 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:23:08.6231295Z 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:23:08.6233029Z 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:23:08.6234697Z 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:23:08.6236195Z 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:23:08.6237768Z 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:23:08.6239226Z 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:23:08.6240819Z 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:23:08.6242356Z 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:23:08.6243832Z 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:23:08.6245437Z 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:23:08.6246936Z 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:23:08.6248461Z 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:23:08.6250104Z 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:23:08.6252158Z 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:23:08.6253763Z 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:23:08.6255308Z 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:23:08.6256641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:23:08.6257894Z 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:23:08.6259822Z 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:23:08.6261436Z 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:23:08.6263126Z 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:23:08.6264886Z 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:23:08.6266595Z 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:23:08.6268430Z 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:23:08.6270160Z 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:23:08.6271866Z 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:23:08.6273567Z 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:23:08.6274835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:23:08.6276106Z 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:23:08.6277449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:23:08.6278601Z 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:23:08.6280813Z 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:23:08.6282769Z 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:23:08.6284580Z 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:23:08.6285823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:23:08.6287078Z 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:23:08.6288273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:23:08.6289624Z 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:23:08.6290753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:23:08.6291553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:08.6292983Z 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:23:08.6294432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:23:08.6295495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:08.6297212Z 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:23:08.6299580Z 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:23:08.6301367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:08.6303160Z 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:23:08.6305500Z 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:23:08.6307700Z 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:23:08.6309938Z 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:23:08.6312229Z 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:23:08.6314563Z 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:23:08.6317006Z 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:23:08.6319366Z 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:23:08.6321867Z 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:23:08.6324283Z 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:23:08.6326737Z 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:23:08.6328981Z 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:23:08.6331234Z 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:23:08.6333579Z 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:23:08.6335780Z 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:23:08.6338134Z 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:23:08.6340238Z 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:23:08.6342430Z 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:23:08.6344644Z 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:23:08.6346779Z 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:23:08.6349016Z 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:23:08.6351106Z 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:23:08.6353445Z 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:23:08.6355598Z 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:23:08.6357797Z 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:23:08.6360600Z 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:23:08.6362706Z 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:23:08.6364858Z 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:23:08.6367064Z 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:23:08.6369379Z 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:23:08.6371760Z 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:23:08.6373854Z 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:23:08.6376015Z 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:23:08.6378159Z 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:23:08.6379619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:23:08.6380499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:08.6381974Z 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:23:08.6383480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:08.6385288Z 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:23:08.6387043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:08.6388620Z 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:23:08.6389868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:23:08.6390948Z 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:23:08.6392412Z 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:23:08.6393946Z 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:23:08.6395582Z 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:23:08.6396936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:08.6398510Z 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:23:08.6400772Z 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:23:08.6402302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:23:08.6403861Z 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:23:08.6406091Z 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:23:08.6408069Z 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:23:08.6409804Z 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:23:08.6411548Z 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:23:08.6413403Z 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:23:08.6415111Z 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:23:08.6416787Z 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:23:08.6418451Z 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:23:08.6420100Z 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:23:08.6421545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:23:08.6422734Z 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:23:08.6424075Z 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:23:08.6425565Z 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:23:08.6426737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:23:08.6427854Z 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:23:08.6429586Z 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:23:08.6430911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:23:08.6432384Z 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:23:08.6434285Z 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:23:08.6436197Z 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:23:08.6437938Z 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:23:08.6439247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:23:08.6440532Z 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:23:08.6441777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:23:08.6442897Z 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:23:08.6444631Z 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:23:08.6446310Z 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:23:08.6447991Z 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:23:08.6449698Z 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:23:08.6451746Z 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:23:08.6453610Z 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:23:08.6455539Z 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:23:08.6457239Z 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:23:08.6459153Z 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:23:08.6461061Z 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:23:08.6462927Z 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:23:08.6464931Z 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:23:08.6466736Z 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:23:08.6468605Z 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:23:08.6470473Z 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:23:08.6472259Z 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:23:08.6474094Z 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:23:08.6476157Z 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:23:08.6478181Z 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:23:08.6480104Z 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:23:08.6481902Z 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:23:08.6483516Z 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:23:08.6485405Z 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:23:08.6487368Z 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:23:08.6489121Z 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:23:08.6490840Z 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:23:08.6492716Z 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:23:08.6493984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:23:08.6495349Z 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:23:08.6496954Z 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:23:08.6498666Z 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:23:08.6500503Z 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:23:08.6502526Z 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:23:08.6504455Z 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:23:08.6506232Z 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:23:08.6507876Z 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:23:08.6509494Z 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:23:08.6511217Z 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:23:08.6512750Z 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:23:08.6514348Z 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:23:08.6515921Z 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:23:08.6517605Z 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:23:08.6519223Z 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:23:08.6521202Z 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:23:08.6522933Z 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:23:08.6524532Z 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:23:08.6526349Z 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:23:08.6527765Z 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:23:08.6529348Z 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:23:08.6530921Z 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:23:08.6532915Z 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:23:08.6534670Z 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:23:08.6536275Z 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:23:08.6538035Z 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:23:08.6539705Z 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:23:08.6541338Z 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:23:08.6542985Z 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:23:08.6544863Z 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:23:08.6546654Z 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:23:08.6548484Z 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:23:08.6550244Z 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:23:08.6551928Z 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:23:08.6553558Z 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:23:08.6555170Z 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:23:08.6556776Z 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:23:08.6558430Z 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:23:08.6560160Z 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:23:08.6561819Z 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:23:08.6563418Z 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:23:08.6565060Z 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:23:08.6566769Z 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:23:08.6568500Z 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:23:08.6570169Z 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:23:08.6571934Z 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:23:08.6573601Z 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:23:08.6575248Z 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:23:08.6576834Z 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:23:08.6578398Z 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:23:08.6580102Z 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:23:08.6581698Z 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:23:08.6583362Z 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:23:08.6585058Z 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:23:08.6586751Z 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:23:08.6588572Z 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:23:08.6590620Z 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:23:08.6592429Z 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:23:08.6594245Z 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:23:08.6596185Z 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:23:08.6598172Z 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:23:08.6599949Z 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:23:08.6601835Z 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:23:08.6603761Z 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:23:08.6605466Z 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:23:08.6607433Z 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:23:08.6609227Z 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:23:08.6610868Z 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:23:08.6612705Z 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:23:08.6614312Z 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:23:08.6616026Z 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:23:08.6617635Z 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:23:08.6619254Z 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:23:08.6621047Z 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:23:08.6622834Z 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:23:08.6624739Z 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:23:08.6626847Z 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:23:08.6628711Z 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:23:08.6630508Z 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:23:08.6632718Z 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:23:08.6634033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:23:08.6635250Z 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:23:08.6636600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:23:08.6638087Z 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:23:08.6640222Z 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:23:08.6642123Z 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:23:08.6643505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:08.6644921Z 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:23:08.6646780Z 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:23:08.6648659Z 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:23:08.6650630Z 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:23:08.6652190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:08.6653853Z 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:23:08.6655247Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:23:08.6656653Z 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:23:08.6659093Z 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:23:08.6661084Z 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:23:08.6662280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:23:08.6663422Z 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:23:08.6665111Z 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:23:08.6666684Z 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:23:08.6667953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:23:08.6669202Z 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:23:08.6670742Z 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:23:08.6671906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:23:08.6672658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:08.6673759Z 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:23:08.6674875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:23:08.6675940Z 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:23:08.6677429Z 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:23:08.6678945Z 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:23:08.6680452Z 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:23:08.6682002Z 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:23:08.6683601Z 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:23:08.6685166Z 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:23:08.6686674Z 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:23:08.6688374Z 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:23:08.6689795Z 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:23:08.6691325Z 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:23:08.6693076Z 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:23:08.6694713Z 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:23:08.6696285Z 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:23:08.6698009Z 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:23:08.6699207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:23:08.6700631Z 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:23:08.6702517Z 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:23:08.6704265Z 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:23:08.6705543Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:23:08.6706689Z 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:23:08.6708180Z 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:23:08.6709675Z 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:23:08.6711090Z 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:23:08.6712340Z 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:23:08.6713455Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:23:08.6714632Z 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:23:08.6716205Z 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:23:08.6717933Z 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:23:08.6719630Z 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:23:08.6721419Z 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:23:08.6723116Z 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:23:08.6724884Z 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:23:08.6726809Z 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:23:08.6728384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:23:08.6729737Z 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:23:08.6731030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:23:08.6732332Z 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:23:08.6733564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:23:08.6734716Z 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:23:08.6735950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:23:08.6736703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:23:08.6737647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:08.6739165Z 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:23:08.6741266Z 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:23:08.6743249Z 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:23:08.6745047Z 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:23:08.6747116Z 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:23:08.6749107Z 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:23:08.6751045Z 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:23:08.6753316Z 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:23:08.6755464Z 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:23:08.6757365Z 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:23:08.6759190Z 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:23:08.6761132Z 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:23:08.6763042Z 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:23:08.6764806Z 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:23:08.6766690Z 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:23:08.6768840Z 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:23:08.6770911Z 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:23:08.6773594Z 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:23:08.6775758Z 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:23:08.6777925Z 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:23:08.6779979Z 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:23:08.6781885Z 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:23:08.6783639Z 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:23:08.6785444Z 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:23:08.6787273Z 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:23:08.6789011Z 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:23:08.6790953Z 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:23:08.6793052Z 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:23:08.6795007Z 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:23:08.6796933Z 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:23:08.6798996Z 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:23:08.6801019Z 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:23:08.6803044Z 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:23:08.6804952Z 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:23:08.6807097Z 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:23:08.6809778Z 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:23:08.6811977Z 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:23:08.6814023Z 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:23:08.6815945Z 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:23:08.6817923Z 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:23:08.6820018Z 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:23:08.6822027Z 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:23:08.6824374Z 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:23:08.6826501Z 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:23:08.6828493Z 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:23:08.6830479Z 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:23:08.6832388Z 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:23:08.6834477Z 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:23:08.6836435Z 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:23:08.6838426Z 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:23:08.6840557Z 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:23:08.6842645Z 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:23:08.6844587Z 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:23:08.6846674Z 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:23:08.6848579Z 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:23:08.6850637Z 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:23:08.6852687Z 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:23:08.6855273Z 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:23:08.6857241Z 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:23:08.6859254Z 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:23:08.6861163Z 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:23:08.6863097Z 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:23:08.6864405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:23:08.6865689Z 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:23:08.6867581Z 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:23:08.6869390Z 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:23:08.6871099Z 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:23:08.6872326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:23:08.6873545Z 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:23:08.6875160Z 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:23:08.6876772Z 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:23:08.6878019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:08.6879341Z 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:23:08.6881002Z 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:23:08.6882832Z 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:23:08.6884206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:08.6886053Z 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:23:08.6888016Z 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:23:08.6890172Z 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:23:08.6892203Z 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:23:08.6894093Z 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:23:08.6895837Z 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:23:08.6897093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:08.6898286Z 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:23:08.6899464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:23:08.6900173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:08.6901445Z 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:23:08.6902749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:23:08.6903591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:08.6905169Z 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:23:08.6907472Z 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:23:08.6909590Z 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:23:08.6911632Z 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:23:08.6913836Z 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:23:08.6915839Z 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:23:08.6917878Z 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:23:08.6919494Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:08.6921607Z 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:23:08.6923209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:23:08.6924114Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:23:08.6925360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:08.6927201Z 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:23:08.6928825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:23:08.6929511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:23:08.6930196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:08.6931549Z 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:23:08.6933462Z 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:23:08.6935378Z 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:23:08.6937156Z 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:23:08.6939102Z 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:23:08.6941052Z 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:23:08.6942270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:23:08.6943372Z 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:23:08.6944838Z 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:23:08.6946086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:23:08.6947181Z 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:23:08.6948806Z 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:23:08.6950562Z 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:23:08.6952166Z 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:23:08.6953850Z 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:23:08.6955526Z 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:23:08.6957354Z 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:23:08.6959164Z 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:23:08.6961154Z 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:23:08.6963039Z 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:23:08.6964806Z 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:23:08.6966597Z 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:23:08.6968403Z 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:23:08.6969811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:23:08.6971055Z 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:23:08.6972926Z 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:23:08.6974871Z 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:23:08.6976542Z 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:23:08.6978097Z 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:23:08.6979745Z 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:23:08.6981400Z 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:23:08.6983032Z 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:23:08.6984686Z 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:23:08.6986376Z 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:23:08.6988112Z 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:23:08.6989779Z 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:23:08.6991527Z 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:23:08.6993331Z 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:23:08.6995124Z 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:23:08.6996705Z 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:23:08.6998440Z 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:23:08.7000209Z 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:23:08.7002093Z 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:23:08.7003756Z 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:23:08.7005670Z 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:23:08.7007702Z 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:23:08.7009713Z 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:23:08.7011436Z 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:23:08.7013097Z 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:23:08.7014711Z 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:23:08.7016539Z 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:23:08.7018211Z 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:23:08.7020002Z 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:23:08.7022114Z 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:23:08.7023722Z 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:23:08.7025322Z 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:23:08.7026883Z 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:23:08.7028554Z 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:23:08.7030114Z 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:23:08.7031723Z 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:23:08.7033707Z 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:23:08.7035291Z 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:23:08.7036816Z 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:23:08.7038563Z 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:23:08.7040343Z 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:23:08.7042163Z 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:23:08.7044465Z 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:23:08.7046187Z 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:23:08.7047934Z 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:23:08.7049811Z 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:23:08.7051341Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:23:08.7052832Z 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:23:08.7054790Z 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:23:08.7056251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:08.7057503Z 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:23:08.7059459Z 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:23:08.7061412Z 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:23:08.7063350Z 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:23:08.7065473Z 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:23:08.7067333Z 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:23:08.7068724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:08.7070152Z 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:23:08.7071942Z 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:23:08.7073018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:08.7074326Z 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:23:08.7076137Z 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:23:08.7077504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:23:08.7078296Z 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:23:08.7079320Z 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:23:08.7080115Z 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:23:08.7080937Z 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:23:08.7081213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:23:08.7081869Z 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:23:08.7082746Z 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:23:08.7083034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:23:08.7083816Z 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:23:08.7084572Z 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:23:08.7085321Z 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:23:08.7086172Z 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:23:08.7086899Z 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:23:08.7087805Z 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:23:08.7088502Z 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:23:08.7089293Z 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:23:08.7090063Z 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:23:08.7090805Z 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:23:08.7091751Z 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:23:08.7092457Z 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:23:08.7093300Z 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:23:08.7093617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:08.7094311Z 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:23:08.7095107Z 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:23:08.7095785Z 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:23:08.7096689Z 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:23:08.7097374Z 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:23:08.7098025Z 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:23:08.7098861Z 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:23:08.7099572Z 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:23:08.7100415Z 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:23:08.7101076Z 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:23:08.7101792Z 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:23:08.7102574Z 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:23:08.7103217Z 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:23:08.7104049Z 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:23:08.7104728Z 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:23:08.7105491Z 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:23:08.7106364Z 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:23:08.7107013Z 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:23:08.7107827Z 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:23:08.7108546Z 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:23:08.7109345Z 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:23:08.7110205Z 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:23:08.7111095Z 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:23:08.7111886Z 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:23:08.7112720Z 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:23:08.7113449Z 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:23:08.7114291Z 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:23:08.7115039Z 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:23:08.7115934Z 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:23:08.7116936Z 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:23:08.7117679Z 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:23:08.7118690Z 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:23:08.7119350Z 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:23:08.7120233Z 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:23:08.7121242Z 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:23:08.7122180Z 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:23:08.7122900Z 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:23:08.7123726Z 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:23:08.7124490Z 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:23:08.7125437Z 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:23:08.7125949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:08.7126851Z 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:23:08.7127639Z 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:23:08.7128754Z 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:23:08.7129815Z 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:23:08.7145853Z 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:23:08.7147069Z 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:23:08.7147917Z 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:23:08.7148326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:08.7149168Z 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:23:08.7150061Z 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:23:08.7150937Z 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:23:08.7151240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:08.7152132Z 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:23:08.7153029Z 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:23:08.7153375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:08.7154034Z 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:23:08.7154885Z 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:23:08.7155160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:23:08.7155469Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:08.7156290Z 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:23:08.7156767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:23:08.7157153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:08.7158174Z 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:23:08.7158978Z 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:23:08.7160024Z 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:23:08.7160346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:23:08.7160742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:08.7161720Z 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:23:08.7162556Z 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:23:08.7162920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:08.7163671Z 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:23:08.7164561Z 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:23:08.7164902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:08.7165837Z 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:23:08.7166186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:08.7167180Z 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:23:08.7168137Z 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:23:08.7169191Z 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:23:08.7169525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:23:08.7169949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:08.7170922Z 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:23:08.7172048Z 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:23:08.7172881Z 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:23:08.7173393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:08.7174447Z 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:23:08.7175487Z 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:23:08.7175873Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:23:08.7176240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:08.7177182Z 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:23:08.7178123Z 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:23:08.7179096Z 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:23:08.7180010Z 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:23:08.7180367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:08.7181302Z 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:23:08.7182408Z 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:23:08.7183393Z 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:23:08.7184430Z 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:23:08.7185625Z 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:23:08.7186742Z 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:23:08.7187819Z 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:23:08.7188965Z 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:23:08.7190190Z 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:23:08.7191135Z 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:23:08.7192142Z 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:23:08.7193201Z 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:23:08.7194284Z 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:23:08.7195182Z 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:23:08.7196283Z 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:23:08.7197333Z 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:23:08.7198310Z 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:23:08.7199354Z 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:23:08.7200387Z 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:23:08.7201280Z 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:23:08.7202300Z 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:23:08.7203321Z 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:23:08.7204208Z 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:23:08.7205290Z 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:23:08.7206444Z 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:23:08.7207406Z 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:23:08.7208318Z 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:23:08.7208803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:08.7209705Z 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:23:08.7210709Z 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:23:08.7211797Z 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:23:08.7212674Z 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:23:08.7213709Z 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:23:08.7214724Z 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:23:08.7215636Z 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:23:08.7216593Z 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:23:08.7217663Z 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:23:08.7218469Z 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:23:08.7219478Z 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:23:08.7220695Z 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:23:08.7221677Z 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:23:08.7222903Z 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:23:08.7236213Z 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:23:08.7237329Z 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:23:08.7238469Z 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:23:08.7239618Z 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:23:08.7240512Z 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:23:08.7241502Z 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:23:08.7242450Z 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:23:08.7243312Z 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:23:08.7244395Z 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:23:08.7245413Z 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:23:08.7246284Z 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:23:08.7247241Z 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:23:08.7248195Z 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:23:08.7249250Z 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:23:08.7250337Z 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:23:08.7251432Z 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:23:08.7252619Z 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:23:08.7253592Z 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:23:08.7254426Z 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:23:08.7255535Z 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:23:08.7256627Z 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:23:08.7257514Z 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:23:08.7258560Z 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:23:08.7259583Z 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:23:08.7260584Z 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:23:08.7261561Z 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:23:08.7262526Z 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:23:08.7263522Z 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:23:08.7264401Z 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:23:08.7265439Z 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:23:08.7266390Z 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:23:08.7267251Z 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:23:08.7268311Z 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:23:08.7269297Z 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:23:08.7270425Z 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:23:08.7271308Z 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:23:08.7272397Z 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:23:08.7273298Z 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:23:08.7308093Z 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:23:08.7309067Z 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:23:08.7310229Z 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:23:08.7311304Z 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:23:08.7312475Z 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:23:08.7313375Z 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:23:08.7314431Z 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:23:08.7315487Z 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:23:08.7316533Z 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:23:08.7317556Z 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:23:08.7318534Z 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:23:08.7319617Z 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:23:08.7320784Z 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:23:08.7321819Z 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:23:08.7322952Z 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:23:08.7323904Z 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:23:08.7324976Z 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:23:08.7325922Z 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:23:08.7326838Z 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:23:08.7327856Z 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:23:08.7328850Z 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:23:08.7329937Z 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:23:08.7330929Z 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:23:08.7331272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:23:08.7332039Z 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:23:08.7332865Z 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:23:08.7333557Z 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:23:08.7334447Z 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:23:08.7334726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:23:08.7334963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:23:08.7335546Z 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:23:08.7336208Z 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:23:08.7336719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:23:08.7337453Z 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:23:08.7338380Z 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:23:08.7339074Z 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:23:08.7340024Z 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:23:08.7340740Z 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:23:08.7341641Z 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:23:08.7342341Z 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:23:08.7343243Z 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:23:08.7343954Z 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:23:08.7344853Z 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:23:08.7390115Z 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:23:08.7391079Z 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:23:08.7392079Z 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:23:08.7392818Z 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:23:08.7393683Z 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:23:08.7394589Z 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:23:08.7395373Z 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:23:08.7396134Z 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:23:08.7396977Z 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:23:08.7397777Z 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:23:08.7398108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:23:08.7398905Z 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:23:08.7399813Z 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:23:08.7400195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:23:08.7401089Z 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:23:08.7402003Z 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:23:08.7402732Z 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:23:08.7403023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:23:08.7403749Z 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:23:08.7404453Z 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:23:08.7405216Z 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:23:08.7406130Z 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:23:08.7406784Z 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:23:08.7407526Z 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:23:08.7408315Z 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:23:08.7408591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:23:08.7409440Z 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:23:08.7410156Z 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:23:08.7410496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:23:08.7410840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:08.7411780Z 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:23:08.7412913Z 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:23:08.7413215Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:23:08.7414076Z 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:23:08.7414967Z 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:23:08.7415459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:08.7416283Z 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:23:08.7417201Z 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:23:08.7417529Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:23:08.7418316Z 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:23:08.7419179Z 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:23:08.7419547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:23:08.7419932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:08.7421150Z 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:23:08.7421564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:08.7422561Z 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:23:08.7423342Z 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:23:08.7423621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:23:08.7423967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:23:08.7424755Z 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:23:08.7425518Z 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:23:08.7426305Z 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:23:08.7427096Z 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:23:08.7472232Z 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:23:08.7472956Z 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:23:08.7473987Z 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:23:08.7474723Z 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:23:08.7475531Z 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:23:08.7476295Z 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:23:08.7477031Z 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:23:08.7477814Z 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:23:08.7478584Z 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:23:08.7479318Z 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:23:08.7480057Z 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:23:08.7480960Z 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:23:08.7481627Z 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:23:08.7482002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:08.7482966Z 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:23:08.7483752Z 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:23:08.7484735Z 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:23:08.7485541Z 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:23:08.7485920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:23:08.7486780Z 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:23:08.7487701Z 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:23:08.7488391Z 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:23:08.7489207Z 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:23:08.7490115Z 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:23:08.7490898Z 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:23:08.7491811Z 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:23:08.7492688Z 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:23:08.7493397Z 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:23:08.7494167Z 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:23:08.7494952Z 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:23:08.7495221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:23:08.7496020Z 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:23:08.7496812Z 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:23:08.7497610Z 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:23:08.7498442Z 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:23:08.7498693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:23:08.7499515Z 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:23:08.7500217Z 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:23:08.7501068Z 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:23:08.7501354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:08.7502221Z 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:23:08.7502685Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:08.7503527Z 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:23:08.7504548Z 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:23:08.7504860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:08.7505896Z 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:23:08.7506902Z 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:23:08.7507797Z 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:23:08.7508195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:08.7509031Z 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:23:08.7509385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:08.7539203Z 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:23:08.7539641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:08.7540877Z 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:23:08.7542058Z 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:23:08.7543137Z 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:23:08.7543777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:08.7544766Z 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:23:08.7545791Z 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:23:08.7546865Z 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:23:08.7547857Z 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:23:08.7548383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:08.7549347Z 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:23:08.7550421Z 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:23:08.7551460Z 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:23:08.7552433Z 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:23:08.7552934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:08.7553888Z 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:23:08.7554931Z 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:23:08.7555341Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:08.7556340Z 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:23:08.7557340Z 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:23:08.7557832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:08.7558773Z 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:23:08.7559843Z 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:23:08.7560993Z 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:23:08.7561940Z 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:23:08.7563004Z 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:23:08.7564012Z 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:23:08.7565040Z 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:23:08.7565424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:08.7566317Z 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:23:08.7567254Z 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:23:08.7568180Z 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:23:08.7569153Z 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:23:08.7569456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:23:08.7569866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:08.7570885Z 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:23:08.7571929Z 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:23:08.7573025Z 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:23:08.7574059Z 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:23:08.7574998Z 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:23:08.7576012Z 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:23:08.7625562Z 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:23:08.7626610Z 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:23:08.7627635Z 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:23:08.7628603Z 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:23:08.7629671Z 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:23:08.7630568Z 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:23:08.7631543Z 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:23:08.7632771Z 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:23:08.7633740Z 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:23:08.7634007Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:23:08.7634542Z 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:23:08.7634821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:23:08.7635621Z 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:23:08.7636189Z 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:23:08.7636798Z 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:23:08.7637514Z 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:23:08.7638161Z 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:23:08.7638705Z 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:23:08.7639292Z 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:23:08.7639608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:23:08.7640281Z 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:23:08.7641035Z 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:23:08.7641675Z 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:23:08.7642384Z 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:23:08.7642589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:23:08.7642873Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:23:08.7643120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:23:08.7643400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:23:08.7644190Z 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:23:08.7644959Z 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:23:08.7645700Z 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:23:08.7646409Z 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:23:08.7647240Z 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:23:08.7647532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:08.7648214Z 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:23:08.7649021Z 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:23:08.7649744Z 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:23:08.7650472Z 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:23:08.7651192Z 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:23:08.7652115Z 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:23:08.7652863Z 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:23:08.7653588Z 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:23:08.7653878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:23:08.7654534Z 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:23:08.7655210Z 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:23:08.7655765Z 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:23:08.7656457Z 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:23:08.7656734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:23:08.7657405Z 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:23:08.7658144Z 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:23:08.7658450Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:23:08.7659080Z 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:23:08.7703234Z 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:23:08.7703626Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:23:08.7704518Z 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:23:08.7705309Z 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:23:08.7705843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:08.7706862Z 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:23:08.7707952Z 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:23:08.7709023Z 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:23:08.7710012Z 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:23:08.7710915Z 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:23:08.7711835Z 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:23:08.7712116Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:08.7712866Z 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:23:08.7713620Z 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:23:08.7713945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:23:08.7714607Z 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:23:08.7715300Z 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:23:08.7715603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:23:08.7716270Z 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:23:08.7716978Z 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:23:08.7717223Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:23:08.7717918Z 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:23:08.7718573Z 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:23:08.7719410Z 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:23:08.7720034Z 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:23:08.7721115Z 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:23:08.7721757Z 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:23:08.7722685Z 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:23:08.7723383Z 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:23:08.7724184Z 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:23:08.7724828Z 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:23:08.7725643Z 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:23:08.7726256Z 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:23:08.7727026Z 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:23:08.7727623Z 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:23:08.7728499Z 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:23:08.7728907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:23:08.7729579Z 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:23:08.7730453Z 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:23:08.7730757Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:23:08.7731602Z 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:23:08.7732611Z 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:23:08.7733657Z 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:23:08.7734449Z 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:23:08.7734976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:23:08.7735912Z 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:23:08.7736780Z 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:23:08.7737707Z 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:23:08.7738183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:08.7739198Z 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:23:08.7772602Z 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:23:08.7773990Z 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:23:08.7775147Z 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:23:08.7776141Z 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:23:08.7777079Z 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:23:08.7778212Z 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:23:08.7779193Z 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:23:08.7780191Z 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:23:08.7781273Z 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:23:08.7782240Z 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:23:08.7783285Z 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:23:08.7784341Z 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:23:08.7785388Z 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:23:08.7786524Z 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:23:08.7787636Z 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:23:08.7788685Z 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:23:08.7789109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:23:08.7790064Z 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:23:08.7790994Z 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:23:08.7791825Z 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:23:08.7792315Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:08.7793115Z 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:23:08.7793516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:08.7794274Z 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:23:08.7794782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:08.7795718Z 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:23:08.7796687Z 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:23:08.7797581Z 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:23:08.7798626Z 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:23:08.7798962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:08.7799865Z 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:23:08.7800715Z 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:23:08.7801625Z 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:23:08.7802487Z 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:23:08.7802897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:08.7803864Z 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:23:08.7804233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:08.7805286Z 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:23:08.7806200Z 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:23:08.7806689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:08.7807479Z 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:23:08.7808474Z 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:23:08.7808849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:08.7809886Z 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:23:08.7865160Z 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:23:08.7865435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:23:08.7866245Z 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:23:08.7866960Z 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:23:08.7867769Z 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:23:08.7868436Z 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:23:08.7868725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:23:08.7869572Z 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:23:08.7870436Z 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:23:08.7870678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:23:08.7871324Z 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:23:08.7872181Z 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:23:08.7872470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:23:08.7873319Z 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:23:08.7874147Z 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:23:08.7874463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:08.7875206Z 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:23:08.7876128Z 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:23:08.7876456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:08.7877186Z 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:23:08.7878014Z 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:23:08.7878318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:08.7879254Z 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:23:08.7879537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:23:08.7880434Z 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:23:08.7881075Z 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:23:08.7881909Z 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:23:08.7882596Z 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:23:08.7883406Z 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:23:08.7883690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:23:08.7884314Z 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:23:08.7885141Z 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:23:08.7885397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:23:08.7886039Z 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:23:08.7886881Z 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:23:08.7887150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:23:08.7887951Z 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:23:08.7888781Z 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:23:08.7889105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:23:08.7889959Z 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:23:08.7890667Z 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:23:08.7890985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:23:08.7891930Z 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:23:08.7892693Z 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:23:08.7893034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:23:08.7893714Z 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:23:08.7894448Z 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:23:08.7894782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:23:08.7895505Z 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:23:08.7896372Z 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:23:08.7896633Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:23:08.7896920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:23:08.7897747Z 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:23:08.7897935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:23:08.7898462Z 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:23:08.7899091Z 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:23:08.7899584Z 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:23:08.7900170Z 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:23:08.7947964Z 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:23:08.7948787Z 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:23:08.7949455Z 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:23:08.7949989Z 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:23:08.7950420Z 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:23:08.7950909Z 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:23:08.7951595Z 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:23:08.7952055Z 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:23:08.7952548Z 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:23:08.7953001Z 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:23:08.7953588Z 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:23:08.7954206Z 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:23:08.7954677Z 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:23:08.7955334Z 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:23:08.7955831Z 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:23:08.7956364Z 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:23:08.7956963Z 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:23:08.7957446Z 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:23:08.7957922Z 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:23:08.7958523Z 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:23:08.7958792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:23:08.7959339Z 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:23:08.7960039Z 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:23:08.7960653Z 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:23:08.7961253Z 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:23:08.7961960Z 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:23:08.7962592Z 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:23:08.7963350Z 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:23:08.7963915Z 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:23:08.7964457Z 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:23:08.7964699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:23:08.7965301Z 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:23:08.7965879Z 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:23:08.7966684Z 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:23:08.7967384Z 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:23:08.7968059Z 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:23:08.7968739Z 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:23:08.7969328Z 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:23:08.7969620Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:23:08.7970222Z 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:23:08.7970801Z 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:23:08.7971544Z 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:23:08.7972231Z 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:23:08.7972974Z 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:23:08.7973550Z 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:23:08.7973905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:08.7974888Z 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:23:08.7975877Z 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:23:08.7976745Z 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:23:08.7977919Z 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:23:08.7978170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:23:08.7978901Z 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:23:08.7979844Z 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:23:08.7980599Z 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:23:08.7981351Z 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:23:08.7982000Z 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:23:08.8043447Z 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:23:08.8044582Z 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:23:08.8045702Z 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:23:08.8046831Z 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:23:08.8048038Z 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:23:08.8049381Z 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:23:08.8050541Z 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:23:08.8051861Z 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:23:08.8053045Z 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:23:08.8054283Z 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:23:08.8055478Z 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:23:08.8056569Z 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:23:08.8057680Z 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:23:08.8058158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:23:08.8059462Z 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:23:08.8061019Z 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:23:08.8061504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:08.8062985Z 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:23:08.8064522Z 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:23:08.8065790Z 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:23:08.8066194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:23:08.8067162Z 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:23:08.8068145Z 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:23:08.8069100Z 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:23:08.8070082Z 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:23:08.8070533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:23:08.8071506Z 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:23:08.8072493Z 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:23:08.8073020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:23:08.8074135Z 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:23:08.8074620Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:23:08.8075949Z 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:23:08.8076377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:23:08.8077435Z 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:23:08.8077906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:23:08.8079044Z 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:23:08.8080197Z 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:23:08.8080669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:08.8081884Z 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:23:08.8083141Z 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:23:08.8084465Z 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:23:08.8084936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:23:08.8086022Z 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:23:08.8087243Z 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:23:08.8087776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:08.8089042Z 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:23:08.8089497Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:23:08.8090672Z 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:23:08.8091913Z 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:23:08.8092412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:23:08.8093621Z 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:23:08.8094869Z 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:23:08.8095967Z 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:23:08.8096504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:23:08.8097678Z 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:23:08.8098053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:23:08.8098956Z 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:23:08.8140038Z 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:23:08.8141000Z 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:23:08.8141405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:23:08.8142459Z 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:23:08.8142854Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:23:08.8143896Z 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:23:08.8144857Z 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:23:08.8145856Z 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:23:08.8146445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:23:08.8147719Z 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:23:08.8148099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:23:08.8149060Z 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:23:08.8150206Z 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:23:08.8151362Z 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:23:08.8152412Z 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:23:08.8153558Z 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:23:08.8154669Z 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:23:08.8155757Z 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:23:08.8156933Z 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:23:08.8158015Z 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:23:08.8159082Z 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:23:08.8160387Z 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:23:08.8161472Z 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:23:08.8162570Z 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:23:08.8163716Z 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:23:08.8164854Z 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:23:08.8165904Z 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:23:08.8166998Z 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:23:08.8168068Z 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:23:08.8169136Z 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:23:08.8170259Z 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:23:08.8171550Z 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:23:08.8172647Z 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:23:08.8173767Z 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:23:08.8175013Z 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:23:08.8176252Z 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:23:08.8177365Z 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:23:08.8178552Z 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:23:08.8179613Z 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:23:08.8180657Z 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:23:08.8181697Z 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:23:08.8182757Z 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:23:08.8183881Z 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:23:08.8184392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:23:08.8185343Z 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:23:08.8186386Z 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:23:08.8187379Z 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:23:08.8187826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:23:08.8188866Z 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:23:08.8190053Z 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:23:08.8191201Z 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:23:08.8191573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:23:08.8192497Z 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:23:08.8193546Z 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:23:08.8194478Z 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:23:08.8195617Z 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:23:08.8232104Z 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:23:08.8233009Z 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:23:08.8233989Z 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:23:08.8234501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:23:08.8235489Z 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:23:08.8236425Z 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:23:08.8237510Z 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:23:08.8238548Z 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:23:08.8239501Z 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:23:08.8240544Z 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:23:08.8241553Z 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:23:08.8242510Z 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:23:08.8243646Z 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:23:08.8244683Z 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:23:08.8245805Z 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:23:08.8246797Z 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:23:08.8247789Z 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:23:08.8248921Z 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:23:08.8250060Z 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:23:08.8251188Z 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:23:08.8252345Z 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:23:08.8253338Z 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:23:08.8254555Z 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:23:08.8255558Z 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:23:08.8256568Z 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:23:08.8257706Z 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:23:08.8258722Z 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:23:08.8259287Z 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:23:08.8259837Z 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:23:08.8260391Z 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:23:08.8260888Z 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:23:08.8261388Z 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:23:08.8261903Z 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:23:08.8262436Z 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:23:08.8262959Z 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:23:08.8263512Z 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:23:08.8263756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:23:08.8264341Z 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:23:08.8264915Z 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:23:08.8265503Z 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:23:08.8266089Z 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:23:08.8266339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:23:08.8266984Z 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:23:08.8267432Z 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:23:08.8267632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:23:08.8267885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:23:08.8268482Z 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:23:08.8268803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:23:08.8269391Z 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:23:08.8269983Z 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:23:08.8270224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:23:08.8270835Z 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:23:08.8271116Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:08.8271791Z 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:23:08.8272496Z 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:23:08.8273188Z 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:23:08.8273872Z 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:23:08.8421062Z 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:23:08.8421569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:23:08.8422998Z 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:23:08.8423424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:23:08.8424549Z 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:23:08.8425659Z 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:23:08.8426772Z 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:23:08.8427303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:23:08.8428664Z 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:23:08.8429126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:23:08.8430329Z 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:23:08.8430809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:23:08.8432074Z 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:23:08.8433452Z 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:23:08.8435000Z 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:23:08.8436273Z 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:23:08.8437699Z 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:23:08.8438271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:23:08.8439333Z 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:23:08.8439807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:23:08.8440920Z 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:23:08.8441364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:23:08.8442449Z 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:23:08.8442977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:23:08.8444358Z 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:23:08.8444938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:23:08.8446323Z 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:23:08.8447762Z 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:23:08.8448285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:23:08.8448808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:23:08.8450195Z 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:23:08.8451520Z 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:23:08.8452219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:08.8453645Z 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:23:08.8454070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:23:08.8454533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:23:08.8455703Z 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:23:08.8458199Z 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:23:08.8460963Z 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:23:08.8463633Z 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:23:08.8466326Z 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:23:08.8469224Z 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:23:08.8472043Z 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:23:08.8474828Z 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:23:08.8476849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:08.8479043Z 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:23:08.8481471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:23:08.8483094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:08.8485745Z 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:23:08.8489241Z 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:23:08.8492563Z 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:23:08.8494534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:23:08.8496337Z 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:23:08.8498862Z 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:23:08.8501422Z 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:23:08.8504100Z 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:23:08.8521920Z 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:23:08.8524572Z 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:23:08.8526490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:23:08.8528299Z 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:23:08.8531192Z 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:23:08.8533921Z 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:23:08.8536504Z 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:23:08.8538373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:23:08.8540411Z 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:23:08.8543142Z 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:23:08.8545970Z 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:23:08.8548858Z 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:23:08.8550948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:23:08.8552827Z 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:23:08.8555437Z 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:23:08.8558162Z 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:23:08.8560916Z 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:23:08.8562838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:08.8564919Z 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:23:08.8566991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:23:08.8568900Z 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:23:08.8570962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:08.8573444Z 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:23:08.8576800Z 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:23:08.8580188Z 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:23:08.8583555Z 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:23:08.8586245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:23:08.8587952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:08.8590779Z 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:23:08.8594746Z 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:23:08.8597348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:23:08.8598681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:08.8601017Z 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:23:08.8603081Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:23:08.8604039Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:23:08.8605728Z 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:23:08.8607481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:23:08.8609422Z 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:23:08.8612342Z 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:23:08.8615323Z 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:23:08.8618040Z 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:23:08.8620909Z 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:23:08.8622738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:23:08.8624188Z 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:23:08.8625766Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:23:08.8627579Z 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:23:08.8630178Z 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:23:08.8632137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:23:08.8634221Z 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:23:08.8636269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:23:08.8637648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:23:08.8639088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:08.8641311Z 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:23:08.8644263Z 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:23:08.8647275Z 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:23:08.8650432Z 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:23:08.8653559Z 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:23:08.8655696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:08.8657077Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:08.8659414Z 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:23:08.8662506Z 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:23:08.8665580Z 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:23:08.8668816Z 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:23:08.8670968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:23:08.8673049Z 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:23:08.8675906Z 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:23:08.8678757Z 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:23:08.8680798Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:23:08.8682804Z 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:23:08.8685493Z 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:23:08.8688056Z 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:23:08.8690596Z 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:23:08.8692659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:23:08.8694579Z 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:23:08.8697115Z 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:23:08.8698890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:23:08.8700709Z 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:23:08.8703123Z 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:23:08.8704891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:23:08.8706788Z 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:23:08.8709439Z 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:23:08.8711955Z 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:23:08.8713703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:23:08.8715425Z 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:23:08.8717804Z 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:23:08.8719593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:23:08.8721779Z 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:23:08.8723688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:23:08.8725433Z 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:23:08.8727873Z 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:23:08.8730418Z 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:23:08.8733057Z 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:23:08.8734924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:23:08.8736911Z 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:23:08.8739724Z 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:23:08.8742548Z 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:23:08.8744747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:23:08.8746861Z 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:23:08.8749716Z 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:23:08.8751747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:23:08.8753579Z 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:23:08.8756398Z 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:23:08.8759307Z 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:23:08.8761226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:23:08.8762666Z 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:23:08.8764139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:23:08.8765757Z 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:23:08.8767414Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:23:08.8768477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:23:08.8770305Z 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:23:08.8772129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:23:08.8773838Z 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:23:08.8775967Z 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:23:08.8777966Z 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:23:08.8779438Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:23:08.8780897Z 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:23:08.8782941Z 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:23:08.8784860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:23:08.8786162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:23:08.8787093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:23:08.8788791Z 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:23:08.8790457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:23:08.8791419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:23:08.8792568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:23:08.8793760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:23:08.8796036Z 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:23:08.8798972Z 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:23:08.8801934Z 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:23:08.8804909Z 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:23:08.8807788Z 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:23:08.8810760Z 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:23:08.8813839Z 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:23:08.8816976Z 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:23:08.8819258Z 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:23:08.8821078Z 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:23:08.8822708Z 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:23:08.8824376Z 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:23:08.8825893Z 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:23:08.8827376Z 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:23:08.8828836Z 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:23:08.8830339Z 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:23:08.8831911Z 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:23:08.8833108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:08.8834339Z 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:23:08.8836364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:08.8838643Z 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:23:08.8841436Z 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:23:08.8842820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:08.8844222Z 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:23:08.8846032Z 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:23:08.8847863Z 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:23:08.8849715Z 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:23:08.8851532Z 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:23:08.8852923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:08.8854231Z 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:23:08.8856040Z 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:23:08.8857799Z 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:23:08.8859559Z 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:23:08.8861304Z 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:23:08.8863025Z 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:23:08.8864761Z 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:23:08.8866548Z 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:23:08.8868319Z 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:23:08.8870140Z 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:23:08.8871907Z 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:23:08.8873679Z 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:23:08.8875425Z 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:23:08.8877211Z 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:23:08.8878540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:08.8879420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:08.8880342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:08.8881841Z 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:23:08.8885011Z 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:23:08.8886752Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:08.8888254Z 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:23:08.8890286Z 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:23:08.8893051Z 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:23:08.8895632Z 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:23:08.8897610Z 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:23:08.8899636Z 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:23:08.8901783Z 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:23:08.8903828Z 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:23:08.8905862Z 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:23:08.8907231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:08.8908383Z 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:23:08.8910023Z 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:23:08.8911670Z 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:23:08.8913339Z 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:23:08.8914561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:08.8915760Z 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:23:08.8916946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:23:08.8918129Z 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:23:08.8919703Z 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:23:08.8921494Z 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:23:08.8923098Z 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:23:08.8924721Z 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:23:08.8926296Z 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:23:08.8927865Z 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:23:08.8929471Z 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:23:08.8931057Z 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:23:08.8932860Z 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:23:08.8934439Z 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:23:08.8935606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:08.8936883Z 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:23:08.9235667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:23:08.9236992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:08.9239257Z 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:23:08.9241075Z 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:23:08.9242907Z 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:23:08.9244092Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:23:08.9245438Z 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:23:08.9247221Z 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:23:08.9248998Z 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:23:08.9250630Z 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:23:08.9251926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:08.9253226Z 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:23:08.9254922Z 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:23:08.9256645Z 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:23:08.9257808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:23:08.9258309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:23:08.9259079Z 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:23:08.9260205Z 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:23:08.9260986Z running install_egg_info 2025-03-21T20:23:08.9261551Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:23:08.9262161Z running install_scripts 2025-03-21T20:23:08.9262629Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:23:08.9263616Z creating '/tmp/pip-wheel-67xr8ctr/.tmp-93v1swhk/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:23:08.9264471Z adding 'executorch/version.py' 2025-03-21T20:23:08.9264942Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:23:08.9265453Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:23:08.9266020Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:23:08.9266592Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:23:08.9267172Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:23:08.9267801Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:23:08.9268361Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:23:08.9268938Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:23:08.9269555Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:23:08.9270198Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:23:08.9270799Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:23:08.9271304Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:23:08.9271736Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:23:08.9272226Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:23:08.9272795Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:23:08.9273371Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:23:08.9273885Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:23:08.9274410Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:23:08.9274954Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:23:08.9275504Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:23:08.9276101Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:23:08.9276668Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:23:08.9277225Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:23:08.9277763Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:23:08.9278256Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:23:08.9278798Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:23:08.9279458Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:23:08.9280177Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:23:08.9280694Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:23:08.9281203Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:23:08.9281721Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:23:08.9282325Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:23:08.9283013Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:23:08.9283516Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:23:08.9284092Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:23:08.9284880Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:23:08.9285632Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:23:08.9286374Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:23:08.9286912Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:23:08.9287439Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:23:08.9287982Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:23:08.9288520Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:23:08.9289024Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:23:08.9289661Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:23:08.9290186Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:23:08.9290731Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:23:08.9291195Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:23:08.9291722Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:23:08.9292118Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:23:08.9292520Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:23:08.9292984Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:23:08.9293452Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:23:08.9293994Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:23:08.9294400Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:23:08.9294815Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:23:08.9295243Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:23:08.9295667Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:23:08.9296085Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:23:08.9296651Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:23:08.9297294Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:23:08.9297978Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:23:08.9298518Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:23:08.9298986Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:23:08.9299557Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:23:08.9300192Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:08.9300776Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:23:08.9301396Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:23:08.9301998Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:23:08.9302698Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:23:08.9303291Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:23:08.9303847Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:23:08.9304370Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:23:08.9304893Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:23:08.9305412Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:23:08.9306051Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:23:08.9580251Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:23:08.9581351Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:23:08.9581992Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:23:08.9582524Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:23:08.9583280Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:23:08.9583961Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:23:08.9584570Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:23:08.9585226Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:23:08.9585771Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:23:08.9586349Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:23:08.9586965Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:23:08.9587584Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:23:08.9588136Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:23:08.9588690Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:23:08.9589359Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:23:08.9589896Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:23:08.9590390Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:23:08.9590920Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:23:08.9591571Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:23:08.9592143Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:08.9592755Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:23:08.9593325Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:23:08.9593973Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:23:08.9594558Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:23:08.9595114Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:23:08.9607893Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:23:08.9608732Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:23:08.9609337Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:23:08.9610080Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:23:08.9610737Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:23:08.9611294Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:23:08.9611836Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:23:08.9612288Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:23:08.9612827Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:23:08.9613356Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:23:08.9613804Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:23:08.9614237Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:23:08.9614683Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:23:08.9615304Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:23:08.9615760Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:23:08.9616197Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:23:08.9616693Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:23:08.9617180Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:23:08.9617739Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:23:08.9618247Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:23:08.9618676Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:23:08.9619104Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:23:08.9619622Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:23:08.9620293Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:23:08.9620914Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:23:08.9621339Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:23:08.9621764Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:23:08.9622257Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:23:08.9622874Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:23:08.9623336Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:23:08.9623779Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:23:08.9624310Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:23:08.9624839Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:23:08.9625446Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:23:08.9625902Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:23:08.9626361Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:23:08.9626810Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:23:08.9627257Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:23:08.9627713Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:23:08.9628297Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:23:08.9628765Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:23:08.9629204Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:23:08.9629641Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:23:08.9630089Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:23:08.9630740Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:23:08.9631277Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:23:08.9631797Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:23:08.9632379Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:23:08.9632829Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:23:08.9633495Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:23:08.9633941Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:23:08.9634404Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:23:08.9634920Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:23:08.9635502Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:23:08.9636230Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:23:08.9636693Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:23:08.9637098Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:23:08.9637523Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:23:08.9637955Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:23:08.9638645Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:23:08.9639180Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:23:08.9639698Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:23:08.9640242Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:23:08.9640973Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:23:08.9641537Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:23:08.9642104Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:23:08.9642789Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:23:08.9643628Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:23:08.9644135Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:23:08.9644703Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:23:08.9645294Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:23:08.9645858Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:23:08.9646382Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:23:08.9646945Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:23:08.9647496Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:23:08.9648270Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:23:08.9648800Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:23:08.9649250Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:23:08.9649691Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:23:08.9650246Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:23:08.9650765Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:23:08.9651205Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:23:08.9651751Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:23:08.9652231Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:23:08.9652748Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:23:08.9653356Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:23:08.9653785Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:23:08.9654228Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:23:08.9654661Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:23:08.9655232Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:23:08.9655854Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:23:08.9656312Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:23:08.9656844Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:23:08.9657393Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:23:08.9658021Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:23:08.9658452Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:23:08.9658878Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:23:08.9659320Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:23:08.9659944Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:23:08.9660399Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:23:08.9660835Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:23:08.9661262Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:23:08.9661725Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:23:08.9662316Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:23:08.9662894Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:23:08.9940448Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:23:08.9941291Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:23:08.9941748Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:23:08.9942198Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:23:08.9942651Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:23:08.9943228Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:23:08.9943749Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:23:08.9944241Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:23:08.9944907Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:23:08.9945385Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:23:08.9945930Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:23:08.9946380Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:23:08.9946798Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:23:08.9947250Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:23:08.9947770Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:23:08.9948286Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:23:08.9948736Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:23:08.9949332Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:23:08.9949789Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:23:08.9950247Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:23:08.9950711Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:23:08.9951175Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:23:08.9951695Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:23:08.9952267Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:23:08.9952771Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:23:08.9953257Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:23:08.9953719Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:23:08.9954175Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:23:08.9954614Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:23:08.9955043Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:23:08.9955583Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:23:08.9956039Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:23:08.9956568Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:23:08.9957175Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:23:08.9957669Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:23:08.9958104Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:23:08.9958610Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:23:08.9959233Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:23:08.9959850Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:23:08.9960471Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:23:08.9961088Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:23:08.9961720Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:23:08.9962341Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:23:08.9962987Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:23:08.9963591Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:23:08.9964226Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:08.9964943Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:23:08.9965534Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:23:08.9966056Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:23:08.9966236Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:23:08.9966448Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:23:08.9966627Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:23:08.9966932Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:23:08.9967366Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:23:08.9967775Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:23:08.9968261Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:23:08.9968567Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:23:08.9968909Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:23:08.9969298Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:23:08.9969826Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:23:08.9970442Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:23:08.9970792Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:23:08.9971081Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:23:08.9971402Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:23:08.9971888Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:23:08.9972227Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:23:08.9972559Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:23:08.9972891Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:23:08.9973181Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:23:08.9973510Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:23:08.9973901Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:23:08.9974311Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:23:08.9974657Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:23:08.9975060Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:23:08.9975398Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:23:08.9975725Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:23:08.9976058Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:23:08.9976403Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:23:08.9976746Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:23:08.9977147Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:23:08.9977466Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:23:08.9977791Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:23:08.9978161Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:23:08.9978473Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:23:08.9978839Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:23:08.9979252Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:23:08.9979581Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:23:08.9979937Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:23:08.9980231Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:23:08.9980506Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:23:08.9980837Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:23:08.9981163Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:23:08.9981381Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:23:08.9981552Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:23:08.9981712Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:23:08.9981906Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:23:08.9982089Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:23:08.9982263Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:23:08.9982545Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:23:08.9982774Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:23:08.9982943Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:23:08.9983122Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:23:08.9983323Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:23:08.9983580Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:23:08.9983778Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:23:08.9983959Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:23:08.9984110Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:23:08.9984332Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:23:08.9984530Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:23:08.9984700Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:23:08.9984878Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:23:09.0263224Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:23:09.0263537Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:23:09.0263922Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:23:09.0264341Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:23:09.0264614Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:23:09.0264814Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:23:09.0265065Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:23:09.0265330Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:23:09.0265588Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:23:09.0265856Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:23:09.0266152Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:23:09.0266405Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:23:09.0266727Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:23:09.0266979Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:23:09.0267168Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:23:09.0267396Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:23:09.0267568Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:23:09.0267993Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:23:09.0268256Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:23:09.0268509Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:23:09.0268716Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:23:09.0268913Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:23:09.0269156Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:23:09.0269385Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:23:09.0269625Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:23:09.0269947Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:23:09.0270207Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:23:09.0270425Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:23:09.0270694Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:23:09.0270996Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:23:09.0271285Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:23:09.0271667Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:23:09.0272041Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:23:09.0272381Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:23:09.0272721Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:23:09.0273013Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:23:09.0273314Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:23:09.0273623Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:23:09.0273977Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:23:09.0274263Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:23:09.0274560Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:23:09.0274896Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:23:09.0275277Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:23:09.0275634Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:23:09.0276015Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:23:09.0276318Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:23:09.0276593Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:23:09.0276894Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:23:09.0277178Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:23:09.0277575Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:23:09.0277934Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:23:09.0278171Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:23:09.0278472Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:23:09.0278715Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:23:09.0278981Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:23:09.0279328Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:23:09.0279715Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:23:09.0280155Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:23:09.0280539Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:23:09.0280910Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:23:09.0281238Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:23:09.0281606Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:23:09.0281916Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:23:09.0282243Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:23:09.0282579Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:23:09.0283002Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:23:09.0283344Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:23:09.0283722Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:23:09.0284026Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:23:09.0284342Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:23:09.0284605Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:23:09.0284849Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:23:09.0285066Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:23:09.0285261Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:23:09.0285653Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:23:09.0286053Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:23:09.0286330Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:23:09.0286525Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:23:09.0286787Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:23:09.0287080Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:23:09.0287336Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:23:09.0287564Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:23:09.0287793Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:23:09.0288057Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:23:09.0288254Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:23:09.0288471Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:23:09.0288614Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:23:09.0288777Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:23:09.0288947Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:23:09.0289201Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:23:09.0289586Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:23:09.0289795Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:23:09.0289996Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:23:09.0290240Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:23:09.0290491Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:23:09.0290675Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:23:09.0290880Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:23:09.0291162Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:23:09.0291473Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:23:09.0291794Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:23:09.0292018Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:23:09.0292313Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:23:09.0292659Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:23:09.0292871Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:23:09.0293083Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:23:09.0293296Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:23:09.0293570Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:23:09.0293773Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:23:09.0294034Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:23:09.0294226Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:23:09.0648490Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:23:09.0648910Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:23:09.0649352Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:23:09.0649767Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:23:09.0650264Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:23:09.0650701Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:23:09.0650992Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:23:09.0651422Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:23:09.0651809Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:23:09.0652045Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:23:09.0652360Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:23:09.0652688Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:23:09.0652923Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:23:09.0653092Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:23:09.0653275Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:23:09.0653513Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:23:09.0653728Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:23:09.0653909Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:23:09.0654148Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:23:09.0654332Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:23:09.0654571Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:23:09.0654813Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:23:09.0655019Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:23:09.0655231Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:23:09.0655453Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:23:09.0655629Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:23:09.0655955Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:23:09.0656134Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:23:09.0656406Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:23:09.0656585Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:23:09.0656823Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:23:09.0657031Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:23:09.0657206Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:23:09.0657419Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:23:09.0657673Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:23:09.0658016Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:23:09.0658201Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:23:09.0658398Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:23:09.0658596Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:23:09.0658814Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:23:09.0659039Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:23:09.0659211Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:23:09.0659434Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:23:09.0659632Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:23:09.0659829Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:23:09.0660027Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:23:09.0660228Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:23:09.0660461Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:23:09.0660662Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:23:09.0660844Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:23:09.0661028Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:23:09.0661232Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:23:09.0661450Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:23:09.0661656Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:23:09.0661840Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:23:09.0662023Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:23:09.0662209Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:23:09.0662423Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:23:09.0662689Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:23:09.0662888Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:23:09.0663059Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:23:09.0663240Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:23:09.0663446Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:23:09.0663637Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:23:09.0663808Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:23:09.0663982Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:23:09.0664170Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:23:09.0664363Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:23:09.0664552Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:23:09.0664737Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:23:09.0664941Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:23:09.0665166Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:23:09.0665342Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:23:09.0665593Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:23:09.0665785Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:23:09.0665966Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:23:09.0666166Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:23:09.0666495Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:23:09.0666730Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:23:09.0666950Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:23:09.0667270Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:23:09.0667498Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:23:09.0667700Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:23:09.0667870Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:23:09.0668097Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:23:09.0668276Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:23:09.0668447Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:23:09.0668639Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:23:09.0668838Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:23:09.0669051Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:23:09.0669301Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:23:09.0669552Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:23:09.0669731Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:23:09.0669976Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:23:09.0670176Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:23:09.0670367Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:23:09.0670660Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:23:09.0670913Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:23:09.0671105Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:23:09.0671302Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:23:09.0671528Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:23:09.0671720Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:23:09.0671911Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:23:09.0672244Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:23:09.0672568Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:23:09.0672887Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:23:09.0673143Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:23:09.0673306Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:23:09.0673555Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:23:09.0673724Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:23:09.0673908Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:23:09.0674065Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:23:09.0674226Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:23:09.0674419Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:23:09.0674612Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:23:09.0674844Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:23:09.0675086Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:09.0675393Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:09.0675640Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:23:09.0675848Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:23:09.0676026Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:23:09.0676256Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:23:09.0676452Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:23:09.0676631Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:23:09.0676902Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:23:09.0677049Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:23:09.0677309Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:23:09.0972126Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:23:09.0972589Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:09.0972834Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:23:09.0972979Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:23:09.0973209Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:23:09.0973390Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:23:09.0973540Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:23:09.0973797Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:23:09.0973995Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:23:09.0974215Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:23:09.0974482Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:23:09.0974729Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:23:09.0975141Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:23:09.0975372Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:23:09.0975607Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:23:09.0975835Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:23:09.0976072Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:23:09.0976298Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:23:09.0976495Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:23:09.0976788Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:23:09.0977107Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:23:09.0977387Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:23:09.0977632Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:23:09.0977882Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:23:09.0978142Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:23:09.0978423Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:23:09.0978822Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:23:09.0979208Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:23:09.0979475Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:23:09.0979846Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:23:09.0980078Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:23:09.0980379Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:23:09.0980628Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:23:09.0980938Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:23:09.0981263Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:23:09.0981590Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:23:09.0982014Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:23:09.0982267Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:23:09.0982667Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:23:09.0983030Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:23:09.0983406Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:23:09.0983665Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:23:09.0983981Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:23:09.0984232Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:23:09.0984456Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:23:09.0984753Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:23:09.0985014Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:23:09.0985377Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:23:09.0985640Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:23:09.0985953Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:23:09.0986321Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:23:09.0986654Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:23:09.0987102Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:23:09.0987470Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:23:09.0987760Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:23:09.0988069Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:23:09.0988341Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:23:09.0988702Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:23:09.0989070Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:23:09.0989333Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:23:09.0989607Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:23:09.0989904Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:23:09.0990209Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:23:09.0990524Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:23:09.0990935Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:23:09.0991242Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:23:09.0991524Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:23:09.0991977Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:23:09.0992379Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:23:09.0992807Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:23:09.0993105Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:23:09.0993385Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:23:09.0993725Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:23:09.0994095Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:23:09.0994526Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:23:09.0994823Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:23:09.0995111Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:23:09.0995421Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:23:09.0995665Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:23:09.0995969Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:23:09.0996210Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:23:09.0996474Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:23:09.0996852Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:23:09.0997100Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:23:09.0997366Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:23:09.0997622Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:23:09.0997841Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:23:09.0998076Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:23:09.0998323Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:23:09.0998500Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:23:09.0998752Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:23:09.0999044Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:23:09.0999266Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:23:09.0999573Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:23:09.0999939Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:23:09.1000273Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:23:09.1000534Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:23:09.1000783Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:23:09.1001137Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:23:09.1001434Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:23:09.1001748Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:23:09.1002042Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:23:09.1002333Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:23:09.1002616Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:23:09.1336086Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:23:09.1336892Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:23:09.1337776Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:23:09.1338144Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:23:09.1338595Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:23:09.1339085Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:23:09.1339500Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:23:09.1340038Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:23:09.1340559Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:23:09.1340982Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:23:09.1341235Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:23:09.1341571Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:23:09.1341874Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:23:09.1342381Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:23:09.1342774Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:09.1343137Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:23:09.1343511Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:23:09.1343975Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:23:09.1344320Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:23:09.1344710Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:23:09.1345178Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:09.1345557Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:23:09.1346164Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:23:09.1346569Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:23:09.1346916Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:23:09.1347227Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:23:09.1347579Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:23:09.1347873Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:23:09.1348181Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:23:09.1348548Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:23:09.1348934Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:23:09.1349260Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:23:09.1349568Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:23:09.1349915Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:23:09.1350234Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:23:09.1350544Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:23:09.1350864Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:23:09.1351321Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:23:09.1351772Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:23:09.1352080Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:23:09.1352407Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:23:09.1352774Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:23:09.1353196Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:23:09.1353557Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:23:09.1353939Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:23:09.1354405Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:23:09.1354724Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:23:09.1355086Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:23:09.1355441Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:23:09.1355775Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:23:09.1356174Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:23:09.1356514Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:23:09.1356857Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:23:09.1357192Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:23:09.1357500Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:23:09.1358054Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:23:09.1358364Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:23:09.1358689Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:23:09.1358992Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:23:09.1359324Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:23:09.1359673Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:23:09.1360028Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:23:09.1360379Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:23:09.1360702Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:23:09.1361088Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:23:09.1361419Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:23:09.1361945Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:23:09.1362427Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:23:09.1362740Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:23:09.1363082Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:23:09.1363427Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:23:09.1363763Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:23:09.1364190Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:23:09.1364567Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:23:09.1364976Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:23:09.1365470Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:23:09.1365893Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:23:09.1366380Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:23:09.1366828Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:23:09.1367218Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:23:09.1367580Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:23:09.1367990Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:23:09.1368428Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:23:09.1368862Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:23:09.1369208Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:23:09.1369778Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:23:09.1370315Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:23:09.1370686Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:23:09.1371107Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:23:09.1371477Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:23:09.1371853Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:23:09.1372224Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:23:09.1372614Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:23:09.1373057Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:23:09.1373471Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:23:09.1373816Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:23:09.1374207Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:23:09.1374573Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:23:09.1374878Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:23:09.1375292Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:23:09.1375674Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:23:09.1375988Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:23:09.1376293Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:23:09.1376611Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:23:09.1376962Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:23:09.1377323Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:23:09.1377654Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:23:09.1377955Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:23:09.1378271Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:23:09.1378775Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:23:09.1379112Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:23:09.1379450Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:23:09.1379773Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:23:09.1380073Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:23:09.1380368Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:23:09.1380718Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:23:09.1381072Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:23:09.1381411Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:23:09.1381786Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:23:09.1382127Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:23:09.1382452Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:23:09.1619099Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:23:09.1619472Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:23:09.1619855Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:23:09.1620203Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:23:09.1620731Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:23:09.1621123Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:23:09.1621455Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:23:09.1621974Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:23:09.1622293Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:23:09.1622713Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:23:09.1623173Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:23:09.1623480Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:23:09.1623812Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:23:09.1624117Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:23:09.1624446Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:23:09.1624802Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:23:09.1625315Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:23:09.1625648Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:23:09.1625975Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:23:09.1626437Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:23:09.1626754Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:23:09.1627208Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:23:09.1627665Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:23:09.1628183Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:23:09.1628632Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:23:09.1629067Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:23:09.1629549Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:23:09.1630030Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:23:09.1630523Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:23:09.1630973Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:23:09.1631581Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:23:09.1632066Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:23:09.1632503Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:23:09.1632841Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:23:09.1633159Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:23:09.1633696Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:23:09.1634074Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:23:09.1634437Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:23:09.1634921Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:23:09.1635343Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:23:09.1635784Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:23:09.1636248Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:23:09.1636663Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:23:09.1637037Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:23:09.1637542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:23:09.1638120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:23:09.1638716Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:23:09.1639252Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:23:09.1639845Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:23:09.1640407Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:23:09.1640913Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:23:09.1641494Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:23:09.1642058Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:23:09.1642557Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:23:09.1643128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:23:09.1643632Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:23:09.1644170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:23:09.1644690Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:23:09.1645248Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:23:09.1645850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:23:09.1646311Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:23:09.1646739Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:23:09.1647217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:23:09.1647694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:23:09.1648216Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:23:09.1648797Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:23:09.1649310Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:23:09.1649842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:23:09.1650365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:23:09.1650858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:23:09.1651397Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:23:09.1651988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:23:09.1652482Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:23:09.1652947Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:23:09.1653491Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:23:09.1654005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:23:09.1654533Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:23:09.1655034Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:23:09.1655543Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:23:09.1656008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:23:09.1656511Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:23:09.1657073Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:09.1657608Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:09.1658241Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:23:09.1658778Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:23:09.1659318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:23:09.1659849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:23:09.1660437Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:23:09.1660918Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:23:09.1661353Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:23:09.1661877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:23:09.1662362Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:23:09.1662809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:23:09.1663324Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:23:09.1663906Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:23:09.1664469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:23:09.1664976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:23:09.1665566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:09.1666143Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:09.1666754Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:09.1667331Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:09.1667929Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:09.1668521Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:09.4481015Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:09.4482548Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:09.4483948Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:09.4485359Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:09.4486821Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:23:09.4488317Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:23:09.4489799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:23:09.4491110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:23:09.4492516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:23:09.4493893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:23:09.4495319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:23:09.4496692Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:23:09.4498003Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:23:09.4499157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:23:09.4500452Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:23:09.4501918Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:23:09.4503245Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:23:09.4504426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:23:09.4505549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:23:09.4506820Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:23:09.4508235Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:23:09.4509624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:23:09.4511234Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:23:09.4512784Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:23:09.4514245Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:23:09.4515685Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:23:09.4517119Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:23:09.4518617Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:23:09.4520008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:23:09.4521593Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:23:09.4522974Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:23:09.4524452Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:23:09.4525983Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:23:09.4527547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:23:09.4529096Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:23:09.4530397Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:23:09.4531778Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:23:09.4533088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:23:09.4534458Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:23:09.4535943Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:23:09.4537457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:23:09.4538874Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:23:09.4540131Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:23:09.4541325Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:23:09.4542535Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:23:09.4543675Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:23:09.4544757Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:23:09.4545752Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:23:09.4546853Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:23:09.4548072Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:23:09.4549481Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:23:09.4551005Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:23:09.4552428Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:23:09.4553688Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:23:09.4554760Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:23:09.4555706Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:23:09.4556503Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:23:09.4557280Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:23:09.4558219Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:23:09.4558994Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:23:09.4559620Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:23:09.4560293Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:23:09.4561010Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:23:09.4561706Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:23:09.4562499Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:23:09.4563251Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:23:09.4563950Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:23:09.4564712Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:23:09.4565549Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:23:09.4566464Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:23:09.4567490Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:23:09.4568322Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:23:09.4568944Z adding 'executorch/data/bin/flatc' 2025-03-21T20:23:09.4569524Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:23:09.4570221Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:23:09.4571022Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:23:09.4572210Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:23:09.4573131Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:23:09.4573898Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:23:09.4574658Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:23:09.4575506Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:23:09.4576506Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:23:09.4577677Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:23:09.4578784Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:23:09.4579840Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:23:09.4580861Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:23:09.4581924Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:23:09.4583010Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:23:09.4584139Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:23:09.4585258Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:23:09.4586248Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:23:09.4587194Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:23:09.4588099Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:23:09.4588946Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:23:09.4590398Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:23:09.4591257Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:23:09.4592141Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:23:09.4592870Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:23:09.4593576Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:23:09.4594363Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:23:09.4595134Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:23:09.4595845Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:23:09.4596631Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:23:09.4597482Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:23:09.4598243Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:23:09.4599062Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:23:09.4599908Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:23:09.4600762Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:23:09.4601663Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:23:09.4842456Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:23:09.4843568Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:23:09.4844624Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:23:09.4845586Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:23:09.4846461Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:23:09.4847561Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:23:09.4848522Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:23:09.4849464Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:23:09.4850375Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:23:09.4851190Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:23:09.4852340Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:23:09.4853151Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:23:09.4854046Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:23:09.4855022Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:23:09.4856076Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:23:09.4857116Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:23:09.4858093Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:23:09.4859005Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:23:09.4859880Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:23:09.4860701Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:23:09.4861429Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:23:09.4862124Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:23:09.4862858Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:23:09.4863625Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:23:09.4864458Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:23:09.4865227Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:23:09.4865942Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:23:09.4866752Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:23:09.4867611Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:23:09.4868713Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:23:09.4870249Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:23:09.4871766Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:23:09.4873191Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:23:09.4874482Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:23:09.4875723Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:23:09.4876865Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:23:09.4877747Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:23:09.4878751Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:23:09.4879606Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:23:09.4880442Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:23:09.4881297Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:23:09.4882082Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:23:09.4882873Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:23:09.4883646Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:23:09.4884484Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:23:09.4885320Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:23:09.4886138Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:23:09.4886973Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:23:09.4887899Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:23:09.4888806Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:23:09.4889675Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:23:09.4890466Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:23:09.4891225Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:23:09.4892057Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:23:09.4892857Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:23:09.4893665Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:23:09.4894541Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:23:09.4895442Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:23:09.4896441Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:23:09.4897494Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:23:09.4898574Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:23:09.4899603Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:23:09.4900602Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:23:09.4901484Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:23:09.4902352Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:23:09.4903356Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:23:09.4904621Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:23:09.4905881Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:23:09.4907068Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:23:09.4908222Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:23:09.4909401Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:23:09.4910638Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:23:09.4911891Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:23:09.4913169Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:23:09.4914396Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:23:09.4915501Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:23:09.4916600Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:23:09.4917715Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:23:09.4918966Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:23:09.4920377Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:23:09.4922097Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:23:09.4923447Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:23:09.4924706Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:23:09.4925865Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:23:09.4926940Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:23:09.4927966Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:23:09.4928903Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:23:09.4929917Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:23:09.4931108Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:23:09.4932377Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:23:09.4933516Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:23:09.4934602Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:23:09.4935594Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:23:09.4936826Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:23:09.4937802Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:23:09.4938861Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:23:09.4939960Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:23:09.4941224Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:23:09.4942471Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:23:09.4943580Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:23:09.4944794Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:23:09.4946155Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:23:09.4947262Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:23:09.4948061Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:23:09.4948885Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:23:09.4949649Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:23:09.4950444Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:23:09.4951297Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:23:09.4952072Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:23:09.4952798Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:23:09.4953569Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:23:09.4954532Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:23:09.4955346Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:23:09.4956288Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:23:09.4957105Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:23:09.4957921Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:23:09.4958767Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:23:09.4959581Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:23:09.5416763Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:23:09.5417769Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:23:09.5418928Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:23:09.5419841Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:23:09.5420953Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:23:09.5421870Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:23:09.5422811Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:23:09.5423733Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:23:09.5424596Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:23:09.5425403Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:23:09.5426144Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:23:09.5426863Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:23:09.5427616Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:23:09.5428489Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:23:09.5429385Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:23:09.5430197Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:23:09.5431035Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:23:09.5431854Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:23:09.5432843Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:23:09.5433554Z adding 'executorch/exir/__init__.py' 2025-03-21T20:23:09.5434092Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:23:09.5434684Z adding 'executorch/exir/common.py' 2025-03-21T20:23:09.5435281Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:23:09.5435897Z adding 'executorch/exir/delegate.py' 2025-03-21T20:23:09.5436492Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:23:09.5437088Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:23:09.5437745Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:23:09.5438331Z adding 'executorch/exir/error.py' 2025-03-21T20:23:09.5438872Z adding 'executorch/exir/graph.py' 2025-03-21T20:23:09.5439439Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:23:09.5440102Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:23:09.5440743Z adding 'executorch/exir/memory.py' 2025-03-21T20:23:09.5441363Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:23:09.5441981Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:23:09.5442566Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:23:09.5443176Z adding 'executorch/exir/print_program.py' 2025-03-21T20:23:09.5443778Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:23:09.5444381Z adding 'executorch/exir/schema.py' 2025-03-21T20:23:09.5444954Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:23:09.5445509Z adding 'executorch/exir/tensor.py' 2025-03-21T20:23:09.5446019Z adding 'executorch/exir/tracer.py' 2025-03-21T20:23:09.5446593Z adding 'executorch/exir/types.py' 2025-03-21T20:23:09.5447160Z adding 'executorch/exir/version.py' 2025-03-21T20:23:09.5447733Z adding 'executorch/exir/wrap.py' 2025-03-21T20:23:09.5448317Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:23:09.5449162Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:23:09.5449829Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:23:09.5450700Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:23:09.5451448Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:23:09.5452306Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:23:09.5452983Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:23:09.5453706Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:23:09.5454468Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:23:09.5455176Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:09.5455893Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:09.5456812Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:23:09.5473111Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:23:09.5474079Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:23:09.5474987Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:23:09.5475900Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:23:09.5476657Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:23:09.5477305Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:23:09.5478041Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:23:09.5478808Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:23:09.5479531Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:23:09.5480196Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:23:09.5481027Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:23:09.5482242Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:23:09.5483538Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:23:09.5484796Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:23:09.5486011Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:23:09.5487059Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:23:09.5488114Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:23:09.5489079Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:23:09.5489964Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:23:09.5490814Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:23:09.5491864Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:23:09.5492799Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:23:09.5493616Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:23:09.5494502Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:23:09.5495328Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:23:09.5496230Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:23:09.5497120Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:23:09.5498033Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:23:09.5498950Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:23:09.5499869Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:23:09.5500623Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:23:09.5501360Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:23:09.5502257Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:23:09.5503304Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:23:09.5504558Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:23:09.5505820Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:23:09.5506867Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:23:09.5507627Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:23:09.5508270Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:23:09.5508909Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:23:09.5509523Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:23:09.5510163Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:23:09.5510792Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:23:09.5511478Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:23:09.5512301Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:23:09.5513118Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:23:09.5513777Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:23:09.5514475Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:23:09.5515181Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:23:09.5515912Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:23:09.5516710Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:23:09.5517472Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:23:09.5518181Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:23:09.5518946Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:23:09.5519784Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:23:09.5520732Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:23:09.5521411Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:23:09.5522202Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:23:09.5523067Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:23:09.5523945Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:23:09.5524825Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:23:09.5525454Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:23:09.5526085Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:23:09.5526722Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:23:09.5527382Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:23:09.5528014Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:23:09.5528631Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:23:09.5529313Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:23:09.5530032Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:23:09.5530862Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:23:09.5531805Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:23:09.5532545Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:23:09.5533357Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:23:09.5534212Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:23:09.5535032Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:23:09.5535908Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:23:09.5536751Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:23:09.5537580Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:23:09.5538476Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:23:09.5539442Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:23:09.5540234Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:23:09.5540990Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:23:09.5542023Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:23:09.5542907Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:23:09.5543699Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:23:09.5544507Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:23:09.5545245Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:23:09.5546008Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:23:09.5546844Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:23:09.5547642Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:23:10.1160841Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:23:10.1162105Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:23:10.1163172Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:23:10.1164035Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:23:10.1164949Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:23:10.1165866Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:23:10.1166602Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:23:10.1167362Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:23:10.1168107Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:23:10.1168936Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:23:10.1169680Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:23:10.1170345Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:23:10.1171054Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:23:10.1171790Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:23:10.1172584Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:23:10.1173372Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:23:10.1174059Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:23:10.1174743Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:23:10.1175591Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:23:10.1176245Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:23:10.1176913Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:23:10.1177547Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:23:10.1178121Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:23:10.1178744Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:23:10.1179369Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:23:10.1180049Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:23:10.1180833Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:23:10.1181544Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:23:10.1182201Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:23:10.1182905Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:23:10.1183572Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:23:10.1184254Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:23:10.1184979Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:23:10.1185815Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:23:10.1186627Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:23:10.1187323Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:23:10.1188127Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:23:10.1189026Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:23:10.1190019Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:23:10.1190943Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:23:10.1191870Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:23:10.1192594Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:23:10.1193362Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:23:10.1194092Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:23:10.1194931Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:23:10.1195784Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:23:10.1196513Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:23:10.1197257Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:23:10.1198036Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:23:10.1198746Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:23:10.1199530Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:23:10.1200202Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:23:10.1200920Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:23:10.1201642Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:23:10.1202319Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:23:10.1203059Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:23:10.1203784Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:23:10.1204557Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:23:10.1205273Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:23:10.1206038Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:23:10.1206855Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:23:10.1207612Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:23:10.1208338Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:23:10.1209098Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:23:10.1209933Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:23:10.1210866Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:23:10.1211993Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:23:10.1213095Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:23:10.1214091Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:23:10.1215039Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:23:10.1215886Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:23:10.1216653Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:23:10.1217378Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:23:10.1218258Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:23:10.1219189Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:23:10.1219995Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:23:10.1221103Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:23:10.1222100Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:23:10.1223003Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:23:10.1223970Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:23:10.1225021Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:23:10.1226139Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:23:10.1227159Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:23:10.1228237Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:23:10.1229464Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:23:10.1230696Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:23:10.1231888Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:23:10.1232731Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:23:10.1233556Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:23:10.1234408Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:23:10.1235236Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:23:10.1236100Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:23:10.1236919Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:23:10.1237804Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:23:10.1238817Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:23:10.1239592Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:23:10.1240376Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:23:10.1241294Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:23:10.1242192Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:23:10.1243233Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:23:10.1244202Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:23:10.1245001Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:23:10.1245853Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:23:10.1246645Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:23:10.1247485Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:23:10.1248351Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:23:10.1249278Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:23:10.1250477Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:23:10.1251690Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:23:10.1252836Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:23:10.1254290Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:23:10.1255703Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:10.1256910Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:10.1258083Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:10.1259155Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:23:10.1259968Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:23:10.1260770Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:23:10.1261694Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:23:10.1262713Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:23:10.1263556Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:23:10.1264227Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:23:10.1264939Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:23:10.1265802Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:23:10.1266701Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:23:10.1267636Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:23:10.1268708Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:23:10.1269741Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:23:10.1270718Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:23:10.1271877Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:23:10.1273283Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:23:10.1274528Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:23:10.1275577Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:23:10.1276603Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:23:10.9142580Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:23:10.9143753Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:23:10.9144405Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:23:10.9145199Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:23:10.9145845Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:23:10.9146457Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:23:10.9146988Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:23:10.9147521Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:23:10.9148017Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:23:10.9148501Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:23:10.9149019Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:23:10.9149591Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:23:10.9150219Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:23:10.9150851Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:23:10.9151461Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:23:10.9152082Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:23:10.9152667Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:23:10.9153203Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:23:10.9153744Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:23:10.9154224Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:23:10.9154743Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:23:10.9155345Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:23:10.9155974Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:23:10.9156669Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:23:10.9157418Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:23:10.9158143Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:23:10.9158848Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:23:10.9159598Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:23:10.9160371Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:23:10.9161103Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:23:10.9161758Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:23:10.9162425Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:23:10.9163103Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:23:10.9163750Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:23:10.9164385Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:23:10.9165073Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:23:10.9165756Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:23:10.9166419Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:23:10.9167119Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:23:10.9167771Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:23:10.9168444Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:23:10.9169100Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:23:10.9169763Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:23:10.9170447Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:23:10.9171180Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:23:10.9172063Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:23:10.9172843Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:23:10.9173651Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:23:10.9174413Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:23:10.9175166Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:23:10.9175904Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:23:10.9176679Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:23:10.9177483Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:23:10.9178295Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:23:10.9179119Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:23:10.9179793Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:23:10.9180421Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:23:10.9181059Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:23:10.9181713Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:23:10.9182350Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:23:10.9182890Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:23:10.9183427Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:23:10.9183960Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:23:10.9184527Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:23:10.9185112Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:23:10.9185655Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:23:10.9186174Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:23:10.9186724Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:23:10.9187274Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:23:10.9187809Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:23:10.9188342Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:23:10.9188909Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:23:10.9189478Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:23:10.9189951Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:23:10.9190492Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:23:10.9191007Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:23:10.9191568Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:23:10.9192138Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:23:10.9192637Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:23:10.9193027Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:23:10.9193455Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:23:10.9193881Z adding 'executorch/schema/program.fbs' 2025-03-21T20:23:10.9194247Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:23:10.9194667Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:23:10.9195137Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:23:10.9195531Z adding 'executorch/util/collect_env.py' 2025-03-21T20:23:10.9195905Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:23:10.9196327Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:23:10.9196772Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:23:10.9197217Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:23:10.9197670Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:23:10.9198178Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:23:10.9198642Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:23:10.9199043Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:10.9199742Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:23:10.9200736Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8069617 sha256=484e42bd5ee10501f08f41fcd3bd21cdc5b815c1c3fc833cd0fb22a3a013360c 2025-03-21T20:23:10.9201998Z Stored in directory: /tmp/pip-ephem-wheel-cache-ign3zjln/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:23:10.9202767Z Successfully built executorch 2025-03-21T20:23:10.9203391Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:23:10.9204112Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:23:10.9204521Z Attempting uninstall: pytest 2025-03-21T20:23:10.9204839Z Found existing installation: pytest 7.2.0 2025-03-21T20:23:10.9205190Z Uninstalling pytest-7.2.0: 2025-03-21T20:23:10.9205584Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:23:10.9206086Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:23:10.9206777Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:23:10.9207575Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:23:10.9208247Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:23:10.9208993Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:23:16.4391073Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:23:16.4392129Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:23:16.4392897Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:23:16.4393806Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:23:16.4394662Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:23:16.4396387Z 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:23:16.4398019Z + pip list 2025-03-21T20:23:16.4398661Z Package Version Editable project location 2025-03-21T20:23:16.4399513Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:23:16.4400219Z alabaster 0.7.16 2025-03-21T20:23:16.4400694Z attrs 25.3.0 2025-03-21T20:23:16.4401212Z babel 2.17.0 2025-03-21T20:23:16.4401761Z beautifulsoup4 4.13.3 2025-03-21T20:23:16.4402307Z breathe 4.34.0 2025-03-21T20:23:16.4402825Z bs4 0.0.2 2025-03-21T20:23:16.4403333Z certifi 2025.1.31 2025-03-21T20:23:16.4404092Z charset-normalizer 3.4.1 2025-03-21T20:23:16.4404652Z cmake 3.31.6 2025-03-21T20:23:16.4405194Z contourpy 1.3.1 2025-03-21T20:23:16.4405738Z coverage 7.7.0 2025-03-21T20:23:16.4406271Z cycler 0.12.1 2025-03-21T20:23:16.4406818Z docutils 0.16 2025-03-21T20:23:16.4407372Z exceptiongroup 1.2.2 2025-03-21T20:23:16.4407905Z execnet 2.1.1 2025-03-21T20:23:16.4408376Z executorch 0.6.0a0+be92d7d 2025-03-21T20:23:16.4408909Z exhale 0.2.3 2025-03-21T20:23:16.4409399Z expecttest 0.1.6 2025-03-21T20:23:16.4409883Z filelock 3.18.0 2025-03-21T20:23:16.4410419Z flatbuffers 25.2.10 2025-03-21T20:23:16.4410940Z fonttools 4.56.0 2025-03-21T20:23:16.4411460Z fsspec 2025.3.0 2025-03-21T20:23:16.4412079Z huggingface-hub 0.29.3 2025-03-21T20:23:16.4412604Z hypothesis 6.84.2 2025-03-21T20:23:16.4413104Z idna 3.10 2025-03-21T20:23:16.4413575Z imagesize 1.4.1 2025-03-21T20:23:16.4414076Z iniconfig 2.1.0 2025-03-21T20:23:16.4414571Z Jinja2 3.1.6 2025-03-21T20:23:16.4415079Z kiwisolver 1.4.8 2025-03-21T20:23:16.4415738Z lxml 5.3.1 2025-03-21T20:23:16.4416141Z markdown-it-py 2.2.0 2025-03-21T20:23:16.4416634Z MarkupSafe 3.0.2 2025-03-21T20:23:16.4417139Z matplotlib 3.10.1 2025-03-21T20:23:16.4417648Z mdit-py-plugins 0.3.5 2025-03-21T20:23:16.4418116Z mdurl 0.1.2 2025-03-21T20:23:16.4418616Z mpmath 1.3.0 2025-03-21T20:23:16.4419092Z myst-parser 0.18.1 2025-03-21T20:23:16.4419609Z networkx 3.4.2 2025-03-21T20:23:16.4420126Z numpy 2.2.4 2025-03-21T20:23:16.4420954Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:23:16.4421539Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:23:16.4422167Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:23:16.4422778Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:23:16.4423373Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:23:16.4423909Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:23:16.4424465Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:23:16.4425031Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:23:16.4425626Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:23:16.4426158Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:23:16.4426720Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:23:16.4427293Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:23:16.4427856Z packaging 24.2 2025-03-21T20:23:16.4428394Z pandas 2.2.3 2025-03-21T20:23:16.4428956Z parameterized 0.9.0 2025-03-21T20:23:16.4429500Z pillow 11.1.0 2025-03-21T20:23:16.4429982Z pip 25.0 2025-03-21T20:23:16.4430640Z pluggy 1.5.0 2025-03-21T20:23:16.4431167Z Pygments 2.19.1 2025-03-21T20:23:16.4431682Z pyparsing 3.2.1 2025-03-21T20:23:16.4432303Z pytest 8.3.5 2025-03-21T20:23:16.4432828Z pytest-cov 4.1.0 2025-03-21T20:23:16.4433401Z pytest-rerunfailures 15.0 2025-03-21T20:23:16.4433967Z pytest-xdist 3.6.1 2025-03-21T20:23:16.4434538Z python-dateutil 2.9.0.post0 2025-03-21T20:23:16.4435371Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:23:16.4436185Z pytz 2025.1 2025-03-21T20:23:16.4436733Z PyYAML 6.0.1 2025-03-21T20:23:16.4437242Z regex 2024.11.6 2025-03-21T20:23:16.4437883Z requests 2.32.3 2025-03-21T20:23:16.4438425Z ruamel.yaml 0.17.32 2025-03-21T20:23:16.4438958Z ruamel.yaml.clib 0.2.12 2025-03-21T20:23:16.4439516Z safetensors 0.5.3 2025-03-21T20:23:16.4440035Z setuptools 75.8.0 2025-03-21T20:23:16.4440540Z six 1.17.0 2025-03-21T20:23:16.4441000Z snowballstemmer 2.2.0 2025-03-21T20:23:16.4441503Z sortedcontainers 2.4.0 2025-03-21T20:23:16.4441983Z soupsieve 2.6 2025-03-21T20:23:16.4442480Z Sphinx 5.3.0 2025-03-21T20:23:16.4442995Z sphinx-copybutton 0.5.0 2025-03-21T20:23:16.4443474Z sphinx_design 0.4.1 2025-03-21T20:23:16.4443955Z sphinx-gallery 0.14.0 2025-03-21T20:23:16.4444489Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:23:16.4445048Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:23:16.4445594Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:23:16.4446138Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:23:16.4446634Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:23:16.4447138Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:23:16.4447693Z sympy 1.13.3 2025-03-21T20:23:16.4448167Z tabulate 0.9.0 2025-03-21T20:23:16.4448666Z timm 1.0.7 2025-03-21T20:23:16.4449371Z tokenizers 0.21.1 2025-03-21T20:23:16.4449910Z tomli 2.0.1 2025-03-21T20:23:16.4450471Z torch 2.7.0a0+git295f2ed 2025-03-21T20:23:16.4451119Z torchao 0.10.0+git64bcf4c 2025-03-21T20:23:16.4451846Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:23:16.4452440Z torchsr 1.0.4 2025-03-21T20:23:16.4453010Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:23:16.4453604Z tqdm 4.67.1 2025-03-21T20:23:16.4454149Z transformers 4.47.1 2025-03-21T20:23:16.4454693Z triton 3.0.0 2025-03-21T20:23:16.4455210Z typing_extensions 4.12.2 2025-03-21T20:23:16.4455758Z tzdata 2025.1 2025-03-21T20:23:16.4456289Z urllib3 2.3.0 2025-03-21T20:23:16.4456800Z wheel 0.45.1 2025-03-21T20:23:16.4457269Z zstd 1.5.5.1 2025-03-21T20:23:16.4457739Z + build_executorch_runner cmake Release 2025-03-21T20:23:16.4458302Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:16.4458756Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:16.4459193Z + build_executorch_runner_cmake Release 2025-03-21T20:23:16.4459770Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:16.4460299Z + clean_executorch_install_folders 2025-03-21T20:23:16.4460882Z + ./install_executorch.sh --clean 2025-03-21T20:23:16.4461447Z Cleaning build artifacts... 2025-03-21T20:23:16.4461936Z Cleaning pip-out/... 2025-03-21T20:23:16.4462407Z Done cleaning build artifacts. 2025-03-21T20:23:16.4462913Z + mkdir cmake-out 2025-03-21T20:23:16.4463340Z + pushd cmake-out 2025-03-21T20:23:16.4463846Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:23:16.4464545Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:23:16.4464952Z + CXXFLAGS= 2025-03-21T20:23:16.4465275Z + CXXFLAGS= 2025-03-21T20:23:16.4465965Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:16.4466948Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:16.4467697Z -- The C compiler identification is GNU 9.5.0 2025-03-21T20:23:16.4468385Z -- The CXX compiler identification is GNU 9.5.0 2025-03-21T20:23:16.4468993Z -- Detecting C compiler ABI info 2025-03-21T20:23:16.4469559Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:16.4470293Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:16.4471023Z -- Detecting C compile features 2025-03-21T20:23:16.4471600Z -- Detecting C compile features - done 2025-03-21T20:23:16.4472290Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:16.4472902Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:16.4473667Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:16.4474415Z -- Detecting CXX compile features 2025-03-21T20:23:16.4475006Z -- Detecting CXX compile features - done 2025-03-21T20:23:16.4476598Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:16.4478020Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:16.4478817Z CMake. 2025-03-21T20:23:16.4478994Z 2025-03-21T20:23:16.4479409Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:16.4480371Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:16.4481294Z to work with policies introduced by or earlier. 2025-03-21T20:23:16.4481774Z 2025-03-21T20:23:16.4482005Z  2025-03-21T20:23:16.4483163Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:16.4484543Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:16.4485338Z CMake. 2025-03-21T20:23:16.4485547Z 2025-03-21T20:23:16.4485975Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:16.4487124Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:16.4488003Z to work with policies introduced by or earlier. 2025-03-21T20:23:16.4488481Z 2025-03-21T20:23:16.4488730Z  2025-03-21T20:23:16.4489161Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:16.4489855Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:16.4490525Z -- Found Threads: TRUE 2025-03-21T20:23:16.4491960Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:16.4493430Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:16.4494232Z CMake. 2025-03-21T20:23:16.4494445Z 2025-03-21T20:23:16.4494880Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:16.4495908Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:16.4496777Z to work with policies introduced by or earlier. 2025-03-21T20:23:16.4497274Z 2025-03-21T20:23:16.4497489Z  2025-03-21T20:23:16.4497864Z -- Using python executable 'python' 2025-03-21T20:23:16.4498372Z -- Resolved buck2 as buck2. 2025-03-21T20:23:16.4498843Z -- Killing buck2 daemon 2025-03-21T20:23:16.4499232Z 'buck2 killall' 2025-03-21T20:23:16.4499601Z -- executorch: Generating source lists 2025-03-21T20:23:16.4500453Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:16.4501675Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:16.4502530Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:16.4503081Z -- Generating operator lib: 2025-03-21T20:23:16.4503554Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:16.4504325Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:16.4505048Z -- ROOT_OPS: 2025-03-21T20:23:16.4505516Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:16.4507904Z 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:23:16.4510058Z -- Generating kernel bindings: 2025-03-21T20:23:16.4510611Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:16.4511388Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:16.4512200Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:16.4512683Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:18.0748650Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:18.0750777Z -- Generating operator lib: 2025-03-21T20:23:18.0751118Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:18.0751672Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:18.0752165Z -- DEPS: executorch 2025-03-21T20:23:18.0753108Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:18.0753803Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:18.0754295Z CMake. 2025-03-21T20:23:18.0754483Z 2025-03-21T20:23:18.0754848Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:18.0755577Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:18.0756160Z to work with policies introduced by or earlier. 2025-03-21T20:23:18.0756580Z 2025-03-21T20:23:18.0756771Z  2025-03-21T20:23:18.0757145Z -- Looking for C++ include unistd.h 2025-03-21T20:23:18.0757606Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:18.0758044Z -- Looking for C++ include stdint.h 2025-03-21T20:23:18.0758575Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:18.0758924Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:18.0759272Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:18.0759629Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:18.0759975Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:18.0760315Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:18.0760654Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:18.0761000Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:18.0761341Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:18.0761684Z -- Looking for C++ include stddef.h 2025-03-21T20:23:18.0762063Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:18.0762402Z -- Check size of uint32_t 2025-03-21T20:23:18.0762751Z -- Check size of uint32_t - done 2025-03-21T20:23:18.0763047Z -- Looking for strtoll 2025-03-21T20:23:18.0763364Z -- Looking for strtoll - found 2025-03-21T20:23:18.0763655Z -- 2025-03-21T20:23:18.0763883Z -- ******** Summary ******** 2025-03-21T20:23:18.0764234Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:18.0764569Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:18.0764958Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:23:18.0765278Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:18.0765618Z -- BUCK2 : buck2 2025-03-21T20:23:18.0765996Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:18.0766562Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:18.0767098Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:18.0767528Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:18.0767948Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:18.0768432Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:18.0768862Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:18.0769306Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:18.0769739Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:18.0770098Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:18.0770523Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:18.0770899Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:18.0771342Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:18.0771859Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:18.0772219Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:18.0772686Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:18.0773069Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:18.0773556Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:18.0774176Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:18.0774766Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:18.0775391Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:18.0776006Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:18.0776638Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:18.0777308Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:18.0777987Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:18.0778668Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:18.0779337Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:18.0779991Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:18.0780647Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:18.0781261Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:18.0781890Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:18.0782466Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:18.0783078Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:18.0783787Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:18.0784429Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:18.0785007Z -- Configuring done (4.2s) 2025-03-21T20:23:18.0785485Z -- Generating done (0.1s) 2025-03-21T20:23:18.0786139Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:18.0786837Z + popd 2025-03-21T20:23:18.0787200Z /pytorch/executorch 2025-03-21T20:23:18.0787600Z ++ uname 2025-03-21T20:23:18.0787956Z + '[' Linux == Darwin ']' 2025-03-21T20:23:18.0788372Z ++ nproc 2025-03-21T20:23:18.0788720Z + CMAKE_JOBS=7 2025-03-21T20:23:18.0789141Z + cmake --build cmake-out -j 7 2025-03-21T20:23:18.0789930Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:18.0791220Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:18.0793024Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:18.0794776Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:18.0796532Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:18.0798416Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:18.0800326Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:18.0801680Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:23:18.0802157Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:23:18.0802594Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:23:18.0803182Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:18.0803705Z CMake Warning: 2025-03-21T20:23:18.0804171Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:18.0804472Z 2025-03-21T20:23:18.0804588Z  2025-03-21T20:23:18.0804950Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:18.0805560Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:18.0805983Z git describe failed with exit code: 128 2025-03-21T20:23:18.0806258Z 2025-03-21T20:23:18.0806451Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:18.0806848Z Call Stack (most recent call first): 2025-03-21T20:23:18.0807169Z CMakeLists.txt:5 (include) 2025-03-21T20:23:18.0807350Z 2025-03-21T20:23:18.0807525Z  2025-03-21T20:23:18.0807830Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:18.0808911Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:18.0809674Z -- The CXX compiler identification is GNU 9.5.0 2025-03-21T20:23:18.0810047Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:18.0810908Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:18.0812088Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:18.0813127Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:18.0814217Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:18.0815196Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:18.0815918Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:18.0816710Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:18.0817735Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:18.0818460Z [ 4%] Built target gflags_nothreads_static 2025-03-21T20:23:18.0819169Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:18.0820120Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:18.0821504Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:18.0822413Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:18.0823451Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:18.0824456Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:18.0825187Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:18.0825602Z -- Detecting CXX compile features 2025-03-21T20:23:18.0825931Z -- Detecting CXX compile features - done 2025-03-21T20:23:18.0826266Z -- Looking for strtof_l 2025-03-21T20:23:18.0826682Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:23:18.0827470Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:18.0828116Z [ 7%] Built target pthreadpool 2025-03-21T20:23:18.0828839Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:18.0829906Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:18.0830960Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:18.0832159Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:18.0833602Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:18.0835437Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:18.0837361Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:20.5661744Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:20.5663675Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:20.5665504Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:20.5667328Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:20.5669132Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:20.5670276Z -- Looking for strtof_l - found 2025-03-21T20:23:20.5670802Z -- Looking for strtoull_l 2025-03-21T20:23:20.5672212Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:20.5674451Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:20.5676633Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:20.5678728Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:20.5680712Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:20.5682950Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:20.5684963Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:20.5686992Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:20.5689180Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:20.5691206Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:20.5692475Z -- Looking for strtoull_l - found 2025-03-21T20:23:20.5693028Z -- Looking for realpath 2025-03-21T20:23:20.5694278Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:20.5696209Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:20.5698246Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:20.5700226Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:20.5702233Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:20.5704269Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:20.5705664Z -- Looking for realpath - found 2025-03-21T20:23:20.5706293Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:20.5707048Z -- Configuring done (0.6s) 2025-03-21T20:23:20.5707545Z -- Generating done (0.0s) 2025-03-21T20:23:20.5708323Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:20.5709546Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:23:20.5710362Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:23:20.5711012Z [ 13%] Built target cpuinfo 2025-03-21T20:23:20.5711869Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:20.5713009Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:20.5714276Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:20.5715389Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:20.5716543Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:20.5717755Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:20.5718838Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:20.5719587Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:23:20.5722888Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:20.5724195Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:20.5725312Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:20.5726458Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:20.5727639Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:20.5728805Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:20.5730008Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:20.5731165Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:20.5732618Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:20.5733869Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:20.5735054Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:20.5736223Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:20.5737426Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:20.5738674Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:20.5739933Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:20.5741300Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:20.5742639Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:20.5743886Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:20.5745020Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:20.5746148Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:20.5747310Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:20.5748684Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:20.5750020Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:20.5751228Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:20.5752623Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:20.5754070Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:20.5755574Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:20.5756995Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:20.5758478Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:20.5759947Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:20.5761532Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:20.5762619Z [100%] Linking CXX executable flatc 2025-03-21T20:23:20.5763230Z [100%] Built target flatc 2025-03-21T20:23:20.5763867Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:23:20.5764623Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:23:20.5765221Z [ 13%] Built target flatbuffers 2025-03-21T20:23:20.5765901Z [ 13%] Generating common_schema headers 2025-03-21T20:23:20.5766548Z [ 13%] Built target common_schema 2025-03-21T20:23:20.5767268Z [ 13%] Generating program_schema headers 2025-03-21T20:23:20.5767920Z [ 13%] Built target program_schema 2025-03-21T20:23:20.5769049Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:20.5770564Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:20.5772386Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:20.5774412Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:20.5776305Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:20.5777900Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:20.5779497Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:20.5781071Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:20.5782625Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:20.5784184Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:20.5785779Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:20.5787488Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:20.5789326Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:20.5791092Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:21.2937745Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:21.2939726Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:21.2941352Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:21.2943117Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:21.2944458Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:21.2945705Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:21.2947107Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:21.2947802Z [ 18%] Built target executorch_core 2025-03-21T20:23:21.2948876Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:21.2949891Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:21.2950928Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:21.2952547Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:21.2954395Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:21.2956110Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:21.2957915Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:21.2959248Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:21.2960175Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:21.2960855Z [ 20%] Built target executorch 2025-03-21T20:23:21.2961361Z [ 20%] Built target extension_threadpool 2025-03-21T20:23:21.2962641Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:21.2964504Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:21.2966271Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:21.2967870Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:21.2969383Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:21.2970919Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:21.2972962Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:21.2974721Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:21.2976460Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:21.2978237Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:21.2979900Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:21.2981483Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:21.2983124Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:21.2984193Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:21.2984807Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:21.2985464Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:21.2986057Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:21.2986891Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:21.2987890Z from /pytorch/executorch/kernels/portable/cpu/op_add.cpp:9: 2025-03-21T20:23:21.2997290Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3014190Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3031394Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3047925Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.3062655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3069310Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:21.3070850Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3071822Z 94 | struct array 2025-03-21T20:23:21.3072256Z | ^~~~~ 2025-03-21T20:23:21.3073852Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:21.3075307Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3075949Z | ^~~~~~~~ 2025-03-21T20:23:21.3082995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3095651Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3108531Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3121540Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.3131974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3135889Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:21.3136826Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3137423Z 94 | struct array 2025-03-21T20:23:21.3137692Z | ^~~~~ 2025-03-21T20:23:21.3138587Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:21.3139405Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3139823Z | ^~~~~~~~ 2025-03-21T20:23:21.3144617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3153328Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3165780Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3178738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.3190531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3197213Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:21.3198963Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3199962Z 94 | struct array 2025-03-21T20:23:21.3200374Z | ^~~~~ 2025-03-21T20:23:21.3201934Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:21.3203424Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3204163Z | ^~~~~~~~ 2025-03-21T20:23:21.3212902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3229142Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3246252Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3263305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.3278515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3286191Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:21.3287875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3288865Z 94 | struct array 2025-03-21T20:23:21.3289318Z | ^~~~~ 2025-03-21T20:23:21.3290794Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:21.3292315Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3293054Z | ^~~~~~~~ 2025-03-21T20:23:21.3302254Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3319557Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3336980Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3353642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.3368857Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3376358Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:21.3378079Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3379132Z 94 | struct array 2025-03-21T20:23:21.3379584Z | ^~~~~ 2025-03-21T20:23:21.3381207Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:21.3382859Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3383622Z | ^~~~~~~~ 2025-03-21T20:23:21.3392800Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3409760Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3428001Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3445343Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.3460518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3467927Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:21.3469742Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3470912Z 94 | struct array 2025-03-21T20:23:21.3471365Z | ^~~~~ 2025-03-21T20:23:21.3472896Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:21.3474368Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3475109Z | ^~~~~~~~ 2025-03-21T20:23:21.3484297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3501624Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3519528Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3539105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.3554314Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3561758Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:21.3563477Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3564681Z 94 | struct array 2025-03-21T20:23:21.3565203Z | ^~~~~ 2025-03-21T20:23:21.3566791Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:21.3568232Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3568963Z | ^~~~~~~~ 2025-03-21T20:23:21.3578400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3595347Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3613204Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3629856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.3644939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3652384Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:21.3654138Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3655221Z 94 | struct array 2025-03-21T20:23:21.3655678Z | ^~~~~ 2025-03-21T20:23:21.3657151Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:21.3658770Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3659501Z | ^~~~~~~~ 2025-03-21T20:23:21.3667810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3683040Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3698738Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3713077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.3726918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3733761Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:21.3735485Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3736631Z 94 | struct array 2025-03-21T20:23:21.3737069Z | ^~~~~ 2025-03-21T20:23:21.3738783Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:21.3740354Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3741089Z | ^~~~~~~~ 2025-03-21T20:23:21.3749438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3764841Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3780668Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3795164Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.3808635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3815562Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:21.3817291Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3818357Z 94 | struct array 2025-03-21T20:23:21.3818809Z | ^~~~~ 2025-03-21T20:23:21.3820428Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:21.3822370Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3823124Z | ^~~~~~~~ 2025-03-21T20:23:21.3831338Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3846333Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3862232Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3876625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.3890094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3896879Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:21.3898611Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3899694Z 94 | struct array 2025-03-21T20:23:21.3900154Z | ^~~~~ 2025-03-21T20:23:21.3901773Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:21.3903286Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3904028Z | ^~~~~~~~ 2025-03-21T20:23:21.3912241Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.3927134Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3942735Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.3956825Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.3969858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.3976452Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:21.3978103Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.3979209Z 94 | struct array 2025-03-21T20:23:21.3979650Z | ^~~~~ 2025-03-21T20:23:21.3981248Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:21.3982694Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.3983418Z | ^~~~~~~~ 2025-03-21T20:23:21.3991496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4006670Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4022605Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4037017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.4050690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.4057385Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:21.4059015Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4060035Z 94 | struct array 2025-03-21T20:23:21.4060471Z | ^~~~~ 2025-03-21T20:23:21.4062002Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:21.4063466Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4064193Z | ^~~~~~~~ 2025-03-21T20:23:21.4072294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4087010Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4102492Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4116786Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.4130393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.4137125Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:21.4138779Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4139833Z 94 | struct array 2025-03-21T20:23:21.4140290Z | ^~~~~ 2025-03-21T20:23:21.4141855Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:21.4143321Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4144034Z | ^~~~~~~~ 2025-03-21T20:23:21.4152239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4167603Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4183299Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4197743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.4211016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.4217801Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:21.4219486Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4220859Z 94 | struct array 2025-03-21T20:23:21.4221344Z | ^~~~~ 2025-03-21T20:23:21.4222923Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:21.4224483Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4225335Z | ^~~~~~~~ 2025-03-21T20:23:21.4233519Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4248789Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4263496Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4277687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.4291075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.4297785Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:21.4299475Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4300514Z 94 | struct array 2025-03-21T20:23:21.4300981Z | ^~~~~ 2025-03-21T20:23:21.4302545Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:21.4303978Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4304713Z | ^~~~~~~~ 2025-03-21T20:23:21.4305943Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:21.4307022Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:21.4307670Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:21.4308389Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:21.4309206Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:21.4310118Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:21.4311214Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:21.4319896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4335698Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4352504Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4367545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.4381533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.4388418Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.4390183Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4391280Z 94 | struct array 2025-03-21T20:23:21.4391863Z | ^~~~~ 2025-03-21T20:23:21.4393539Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:21.4395071Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4395807Z | ^~~~~~~~ 2025-03-21T20:23:21.4404374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4420212Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4437042Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4451584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.4465869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.4472556Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.4473544Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4474133Z 94 | struct array 2025-03-21T20:23:21.4474402Z | ^~~~~ 2025-03-21T20:23:21.4475279Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:21.4476108Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4476532Z | ^~~~~~~~ 2025-03-21T20:23:21.4480937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4488886Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4501754Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4516527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.4530134Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.4537046Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.4538849Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4539916Z 94 | struct array 2025-03-21T20:23:21.4540370Z | ^~~~~ 2025-03-21T20:23:21.4541939Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:21.4543427Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4544156Z | ^~~~~~~~ 2025-03-21T20:23:21.4552394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4567282Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4583769Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4598610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.4611196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.4617356Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.4618721Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4619497Z 94 | struct array 2025-03-21T20:23:21.4619903Z | ^~~~~ 2025-03-21T20:23:21.4621604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:21.4622968Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4623655Z | ^~~~~~~~ 2025-03-21T20:23:21.4628503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4639934Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4650214Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4662161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.4673028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.4678405Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.4679875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4680802Z 94 | struct array 2025-03-21T20:23:21.4681167Z | ^~~~~ 2025-03-21T20:23:21.4682126Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:21.4683028Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4683519Z | ^~~~~~~~ 2025-03-21T20:23:21.4691137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4706281Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4722520Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4734080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.4747185Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.4753598Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.4755197Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4756187Z 94 | struct array 2025-03-21T20:23:21.4756619Z | ^~~~~ 2025-03-21T20:23:21.4758178Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:21.4759605Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4760352Z | ^~~~~~~~ 2025-03-21T20:23:21.4768669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4784933Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4801392Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4816309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.4830436Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.4837374Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.4839100Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.4840152Z 94 | struct array 2025-03-21T20:23:21.4840609Z | ^~~~~ 2025-03-21T20:23:21.4842138Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:21.4843732Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.4844557Z | ^~~~~~~~ 2025-03-21T20:23:21.4853143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.4868993Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4885609Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.4900691Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.4914673Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.4921395Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.4923162Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.6507455Z 94 | struct array 2025-03-21T20:23:21.6507970Z | ^~~~~ 2025-03-21T20:23:21.6508819Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:21.6510207Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:21.6511464Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:21.6512696Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:23:21.6514209Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:21.6515332Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:21.6517955Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:21.6519620Z 379 | unsigned short x; 2025-03-21T20:23:21.6520093Z | ^ 2025-03-21T20:23:21.6520765Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:21.6521347Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:21.6521919Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:21.6522532Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:21.6523440Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:21.6524588Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:21.6533466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.6549463Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.6566276Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.6581294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.6595094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:21.6602161Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:21.6603996Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.6605102Z 94 | struct array 2025-03-21T20:23:21.6605633Z | ^~~~~ 2025-03-21T20:23:21.6606566Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:21.6607764Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:21.6608924Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:23:21.6610169Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:21.6611257Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:21.6613659Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:21.6615277Z 87 | uint16_t x; 2025-03-21T20:23:21.6615698Z | ^ 2025-03-21T20:23:21.6616804Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:21.6618496Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:21.6620252Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:21.6624913Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:21.6626763Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:21.6628559Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:21.6630442Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:21.6632195Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:21.6633873Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:21.6635660Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:21.6637509Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:21.8510627Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:21.8512226Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:21.8513848Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:21.8515533Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:21.8517270Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:21.8519017Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:21.8521220Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:21.8522341Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:21.8523019Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:21.8523761Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:21.8524507Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:21.8525405Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:21.8526500Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:21.8527209Z from /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:9: 2025-03-21T20:23:21.8532728Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.8541699Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.8551673Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.8560279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.8568187Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.8571988Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:23:21.8572966Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.8573543Z 94 | struct array 2025-03-21T20:23:21.8573820Z | ^~~~~ 2025-03-21T20:23:21.8574718Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:21.8575505Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.8575966Z | ^~~~~~~~ 2025-03-21T20:23:21.8581099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.8910405Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.8937864Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.8954101Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.8968605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:21.8974563Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:23:21.8975897Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.8976717Z 94 | struct array 2025-03-21T20:23:21.8977084Z | ^~~~~ 2025-03-21T20:23:21.8978248Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:21.8979300Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.8979878Z | ^~~~~~~~ 2025-03-21T20:23:21.8980973Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:21.8982185Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:21.8983012Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:21.8983507Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:21.8984044Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:21.8984608Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:21.8985269Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:21.8986180Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:21.8987192Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:9: 2025-03-21T20:23:21.8992543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9002044Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9012266Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9023375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.9033581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:21.9041983Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9045801Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:21.9047586Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9048529Z 94 | struct array 2025-03-21T20:23:21.9048806Z | ^~~~~ 2025-03-21T20:23:21.9049846Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:21.9050754Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9051186Z | ^~~~~~~~ 2025-03-21T20:23:21.9054986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9061478Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9068127Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9075266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.9084386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:21.9092410Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9095997Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:21.9097561Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9098624Z 94 | struct array 2025-03-21T20:23:21.9099021Z | ^~~~~ 2025-03-21T20:23:21.9100490Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:21.9101919Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9102574Z | ^~~~~~~~ 2025-03-21T20:23:21.9108513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9120282Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9128843Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9134951Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.9140410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:21.9145008Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9147146Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:21.9148070Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9148650Z 94 | struct array 2025-03-21T20:23:21.9148917Z | ^~~~~ 2025-03-21T20:23:21.9149769Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:21.9150592Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9151011Z | ^~~~~~~~ 2025-03-21T20:23:21.9154461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9160665Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9167009Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9172820Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.9178059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:21.9182604Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9184777Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:21.9185741Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9186307Z 94 | struct array 2025-03-21T20:23:21.9186561Z | ^~~~~ 2025-03-21T20:23:21.9187373Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:21.9188143Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9188595Z | ^~~~~~~~ 2025-03-21T20:23:21.9192114Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9198439Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9205019Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9210911Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.9216419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:21.9221567Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9223926Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:21.9224874Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9225449Z 94 | struct array 2025-03-21T20:23:21.9225712Z | ^~~~~ 2025-03-21T20:23:21.9226571Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:21.9227376Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9227777Z | ^~~~~~~~ 2025-03-21T20:23:21.9231202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9237512Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9243916Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9249741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:21.9255180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:21.9259713Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9261850Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:21.9262750Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9263293Z 94 | struct array 2025-03-21T20:23:21.9263559Z | ^~~~~ 2025-03-21T20:23:21.9264368Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:21.9265144Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9265600Z | ^~~~~~~~ 2025-03-21T20:23:21.9270146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9278436Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9287238Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9295424Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.9302769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:21.9308409Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9310601Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:21.9311553Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9312151Z 94 | struct array 2025-03-21T20:23:21.9312405Z | ^~~~~ 2025-03-21T20:23:21.9313322Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:21.9314170Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9314668Z | ^~~~~~~~ 2025-03-21T20:23:21.9319912Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9331701Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9347714Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9362524Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.9376085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:21.9386580Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9390658Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:21.9392463Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9393527Z 94 | struct array 2025-03-21T20:23:21.9394072Z | ^~~~~ 2025-03-21T20:23:21.9395726Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:21.9397241Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9397963Z | ^~~~~~~~ 2025-03-21T20:23:21.9406127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9422512Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9438551Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9452781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.9460757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:21.9466227Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9468375Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:21.9469312Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9469889Z 94 | struct array 2025-03-21T20:23:21.9470229Z | ^~~~~ 2025-03-21T20:23:21.9471127Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:21.9471949Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9472373Z | ^~~~~~~~ 2025-03-21T20:23:21.9476920Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9485131Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9495689Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9511340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.9525935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:21.9536626Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9540661Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:21.9542385Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9543338Z 94 | struct array 2025-03-21T20:23:21.9543787Z | ^~~~~ 2025-03-21T20:23:21.9545299Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:21.9546890Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9547612Z | ^~~~~~~~ 2025-03-21T20:23:21.9556239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:21.9572570Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9589553Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:21.9605252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:21.9619737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:21.9630718Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:21.9634958Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:21.9636902Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:21.9638052Z 94 | struct array 2025-03-21T20:23:21.9638520Z | ^~~~~ 2025-03-21T20:23:21.9640162Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:21.9641604Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:21.9642337Z | ^~~~~~~~ 2025-03-21T20:23:22.0077695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.0094799Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.0114790Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.0130894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.0145597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.0155361Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.0159589Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:22.0161288Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.0162467Z 94 | struct array 2025-03-21T20:23:22.0162917Z | ^~~~~ 2025-03-21T20:23:22.0164416Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:22.0165882Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.0166633Z | ^~~~~~~~ 2025-03-21T20:23:22.0167777Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:22.0169367Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:22.0170430Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.0171075Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.0171764Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.0172339Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.0173059Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:22.0173944Z from /pytorch/executorch/kernels/portable/cpu/op_add.cpp:9: 2025-03-21T20:23:22.0185606Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.0199080Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.0207797Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.0217560Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.0232202Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.0251925Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.0265557Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.0275467Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.0283499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.0288910Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:22.0290710Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.0291931Z 94 | struct array 2025-03-21T20:23:22.0292392Z | ^~~~~ 2025-03-21T20:23:22.0294131Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:22.0295298Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.0295723Z | ^~~~~~~~ 2025-03-21T20:23:22.0303340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.0318165Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.0330479Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.0346514Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.0367525Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.0397082Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.0418035Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.0434159Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.0448785Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.0455888Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:22.0457605Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.0458665Z 94 | struct array 2025-03-21T20:23:22.0459111Z | ^~~~~ 2025-03-21T20:23:22.0460684Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:22.0462174Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.0462905Z | ^~~~~~~~ 2025-03-21T20:23:22.0471534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.0483611Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.0494722Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.0510615Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.0531040Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.0555756Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.0577141Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.0603113Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.0611089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.0614909Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:22.0615806Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.0616484Z 94 | struct array 2025-03-21T20:23:22.0616882Z | ^~~~~ 2025-03-21T20:23:22.0618381Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:22.0619839Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.0621921Z | ^~~~~~~~ 2025-03-21T20:23:22.0630923Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.0647522Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.0664784Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.0681927Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.0707284Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.0740313Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.0765428Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.0782385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.0797716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.0805142Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:22.0806843Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.0807881Z 94 | struct array 2025-03-21T20:23:22.0808338Z | ^~~~~ 2025-03-21T20:23:22.0809853Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:22.0811269Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.0812132Z | ^~~~~~~~ 2025-03-21T20:23:22.0821660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.0839023Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.0856281Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.0873514Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.0898710Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.0930985Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.0956132Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.0973152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.0988376Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.0995757Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:22.0997443Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.0998508Z 94 | struct array 2025-03-21T20:23:22.0998935Z | ^~~~~ 2025-03-21T20:23:22.1000586Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:22.1002138Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.1002895Z | ^~~~~~~~ 2025-03-21T20:23:22.1012143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.1029219Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.1046589Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.1063908Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.1088668Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.1121016Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.1146258Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.1163021Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.1177723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.1184962Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:22.1186667Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.1187679Z 94 | struct array 2025-03-21T20:23:22.1188154Z | ^~~~~ 2025-03-21T20:23:22.1189675Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:22.1191103Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.1191752Z | ^~~~~~~~ 2025-03-21T20:23:22.1198697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.1210964Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.1223712Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.1238391Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.1263541Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.1295511Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.1321281Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.1338123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.1353424Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.1360839Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:22.1362538Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.1363526Z 94 | struct array 2025-03-21T20:23:22.1363970Z | ^~~~~ 2025-03-21T20:23:22.1365546Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:22.1367076Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.1367820Z | ^~~~~~~~ 2025-03-21T20:23:22.1377055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.1393915Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.1411158Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.1427536Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.1452230Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.1484017Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.1509319Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.1526278Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.1541598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.1548955Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:22.1550628Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.1551672Z 94 | struct array 2025-03-21T20:23:22.1552100Z | ^~~~~ 2025-03-21T20:23:22.1553633Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:22.1555070Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.1555766Z | ^~~~~~~~ 2025-03-21T20:23:22.1564200Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.1579514Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.1594885Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.1609935Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.1631491Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.1659801Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.1682559Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.1697327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.1710890Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.1717607Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:22.1719370Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.1720687Z 94 | struct array 2025-03-21T20:23:22.1721161Z | ^~~~~ 2025-03-21T20:23:22.1722902Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:22.1724643Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.1725499Z | ^~~~~~~~ 2025-03-21T20:23:22.1733706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.1750995Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.1766156Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.1781506Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.1803883Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.1832058Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.1854437Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.1868873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.1882168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.1888705Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:22.1890426Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.1891507Z 94 | struct array 2025-03-21T20:23:22.1892063Z | ^~~~~ 2025-03-21T20:23:22.1893726Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:22.1895312Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.1896029Z | ^~~~~~~~ 2025-03-21T20:23:22.1904132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.1919745Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.1934055Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.1941782Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.1960441Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.1988125Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.2009983Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.2024558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.2037867Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.2044461Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:22.2046148Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2047207Z 94 | struct array 2025-03-21T20:23:22.2047675Z | ^~~~~ 2025-03-21T20:23:22.2049302Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:22.2050917Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2051749Z | ^~~~~~~~ 2025-03-21T20:23:22.2059876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2075108Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.2090354Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.2105585Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.2127523Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.2155825Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.2177226Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.2191802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.2205062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.2211884Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:22.2213572Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2214598Z 94 | struct array 2025-03-21T20:23:22.2215066Z | ^~~~~ 2025-03-21T20:23:22.2216604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:22.2218022Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2218736Z | ^~~~~~~~ 2025-03-21T20:23:22.2226727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2242116Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.2257165Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.2272576Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.2294447Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.2322752Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.2344887Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.2359535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.2372746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.2379192Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:22.2380917Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2381972Z 94 | struct array 2025-03-21T20:23:22.2382509Z | ^~~~~ 2025-03-21T20:23:22.2384141Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:22.2385645Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2386394Z | ^~~~~~~~ 2025-03-21T20:23:22.2394575Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2409299Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.2424519Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.2435867Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.2451581Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.2470155Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.2484664Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.2492252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.2500157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.2503573Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:22.2504454Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2505097Z 94 | struct array 2025-03-21T20:23:22.2505366Z | ^~~~~ 2025-03-21T20:23:22.2506197Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:22.2506984Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2507400Z | ^~~~~~~~ 2025-03-21T20:23:22.2511664Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2526084Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.2539741Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.2549090Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.2560167Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.2574597Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.2586549Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.2594384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.2601831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.2605597Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:22.2606560Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2607198Z 94 | struct array 2025-03-21T20:23:22.2607468Z | ^~~~~ 2025-03-21T20:23:22.2608452Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:22.2609305Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2609784Z | ^~~~~~~~ 2025-03-21T20:23:22.2614310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2625107Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.2633640Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.2642395Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.2654636Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.2670543Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.2683463Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.2691833Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.2699200Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.2703391Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:22.2704391Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2704944Z 94 | struct array 2025-03-21T20:23:22.2705260Z | ^~~~~ 2025-03-21T20:23:22.2706147Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:22.2707100Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2707559Z | ^~~~~~~~ 2025-03-21T20:23:22.2708385Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:22.2709147Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.2709545Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.2710066Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.2710512Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.2711091Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:22.2711915Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:22.2712649Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:9: 2025-03-21T20:23:22.2716718Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2724306Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2731957Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2738659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.2744910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:22.2749577Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.2751714Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:22.2752776Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2753428Z 94 | struct array 2025-03-21T20:23:22.2753686Z | ^~~~~ 2025-03-21T20:23:22.2754593Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:22.2755521Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2755945Z | ^~~~~~~~ 2025-03-21T20:23:22.2759834Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2767442Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2774940Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2781483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.2787474Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:22.2792595Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.2794913Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:22.2795913Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2796546Z 94 | struct array 2025-03-21T20:23:22.2796829Z | ^~~~~ 2025-03-21T20:23:22.2797793Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:22.2798645Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2799079Z | ^~~~~~~~ 2025-03-21T20:23:22.2803366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2811953Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2819283Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2825741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.2832367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:22.2837308Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.2839806Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:22.2840843Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2841469Z 94 | struct array 2025-03-21T20:23:22.2841767Z | ^~~~~ 2025-03-21T20:23:22.2842694Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:22.2843573Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2844049Z | ^~~~~~~~ 2025-03-21T20:23:22.2847963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2854901Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2861834Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2868076Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.2873682Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:22.2878589Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.2882369Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:22.2883422Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2884040Z 94 | struct array 2025-03-21T20:23:22.2884354Z | ^~~~~ 2025-03-21T20:23:22.2885222Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:22.2886121Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2886555Z | ^~~~~~~~ 2025-03-21T20:23:22.2890234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2897127Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2903934Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2910487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.2916335Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:22.2921687Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.2923997Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:22.2925045Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2925688Z 94 | struct array 2025-03-21T20:23:22.2925969Z | ^~~~~ 2025-03-21T20:23:22.2927042Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:22.2927917Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2928375Z | ^~~~~~~~ 2025-03-21T20:23:22.2932574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2939649Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2947845Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2954559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.2959857Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:22.2964465Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.2966600Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:22.2967512Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.2968068Z 94 | struct array 2025-03-21T20:23:22.2968334Z | ^~~~~ 2025-03-21T20:23:22.2969140Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:22.2969911Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.2970324Z | ^~~~~~~~ 2025-03-21T20:23:22.2974972Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.2987467Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.2999732Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3009495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.3019449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.3029880Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.3033871Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:22.3035721Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3036757Z 94 | struct array 2025-03-21T20:23:22.3037181Z | ^~~~~ 2025-03-21T20:23:22.3038775Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:22.3040236Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3040938Z | ^~~~~~~~ 2025-03-21T20:23:22.3049253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3058736Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3070749Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3080578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.3094534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.3105331Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.3108424Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:22.3109419Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3110008Z 94 | struct array 2025-03-21T20:23:22.3110273Z | ^~~~~ 2025-03-21T20:23:22.3111154Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:22.3111978Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3112389Z | ^~~~~~~~ 2025-03-21T20:23:22.3116909Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3125612Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3134707Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3144434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.3151828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.3157345Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.3159532Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:22.3160439Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3161016Z 94 | struct array 2025-03-21T20:23:22.3161282Z | ^~~~~ 2025-03-21T20:23:22.3162185Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:22.3163002Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3163416Z | ^~~~~~~~ 2025-03-21T20:23:22.3167914Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3176232Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3186424Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3200542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.3207840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.3213386Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.3215571Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:22.3216460Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3217015Z 94 | struct array 2025-03-21T20:23:22.3217279Z | ^~~~~ 2025-03-21T20:23:22.3218092Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:22.3218858Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3219281Z | ^~~~~~~~ 2025-03-21T20:23:22.3225085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3237134Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3252811Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3267579Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.3282046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.3293274Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.3297514Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:22.3299288Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3300392Z 94 | struct array 2025-03-21T20:23:22.3300847Z | ^~~~~ 2025-03-21T20:23:22.3302513Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:22.3304089Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3304872Z | ^~~~~~~~ 2025-03-21T20:23:22.3313790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3330330Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3347741Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.3363756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.3378143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.3387422Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.3389583Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:22.3391076Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3392093Z 94 | struct array 2025-03-21T20:23:22.3392547Z | ^~~~~ 2025-03-21T20:23:22.3394054Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:22.3395502Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3396237Z | ^~~~~~~~ 2025-03-21T20:23:22.3396923Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.3397585Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.3398323Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.3399072Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.3400015Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:22.3401125Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:22.3409975Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3426361Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.3442017Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.3456813Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.3479428Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.3498656Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.3510560Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.3518566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.3525998Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.3529577Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.3530514Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3531118Z 94 | struct array 2025-03-21T20:23:22.3531390Z | ^~~~~ 2025-03-21T20:23:22.3532388Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:22.3533232Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3533660Z | ^~~~~~~~ 2025-03-21T20:23:22.3538075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3546241Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.3554916Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.3563902Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.3575645Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.3590484Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.3602212Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.3610181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.3617231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.3620872Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.3621798Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3622380Z 94 | struct array 2025-03-21T20:23:22.3622653Z | ^~~~~ 2025-03-21T20:23:22.3623694Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:22.3624710Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3625148Z | ^~~~~~~~ 2025-03-21T20:23:22.3630755Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3639462Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.3647581Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.3655632Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.3670178Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.3685875Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.3697958Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.3706094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.3713488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.3717220Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.3718136Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3718713Z 94 | struct array 2025-03-21T20:23:22.3718967Z | ^~~~~ 2025-03-21T20:23:22.3719831Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:22.3720899Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3721505Z | ^~~~~~~~ 2025-03-21T20:23:22.3725903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3735023Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.3743119Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.3751147Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.3763925Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.3785765Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.3800376Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.3812250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.3819383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.3823474Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.3824374Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3824930Z 94 | struct array 2025-03-21T20:23:22.3825198Z | ^~~~~ 2025-03-21T20:23:22.3826123Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:22.3826895Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3827321Z | ^~~~~~~~ 2025-03-21T20:23:22.3833202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3842172Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.3851800Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.3864078Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.3876717Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.3891965Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.3906073Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.3920400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.3932733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.3936309Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.3937279Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.3937857Z 94 | struct array 2025-03-21T20:23:22.3938132Z | ^~~~~ 2025-03-21T20:23:22.3938991Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:22.3939809Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.3940221Z | ^~~~~~~~ 2025-03-21T20:23:22.3944903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.3953029Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.3961038Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.3968988Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.3980639Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.3996837Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.4008524Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.4016419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4023554Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.4027224Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.4028126Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4028748Z 94 | struct array 2025-03-21T20:23:22.4029017Z | ^~~~~ 2025-03-21T20:23:22.4029877Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:22.4030655Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4031069Z | ^~~~~~~~ 2025-03-21T20:23:22.4035417Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4043662Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.4051678Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.4059653Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.4071189Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.4085917Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.4097861Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.4109972Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4117885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.4123353Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.4125211Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4126240Z 94 | struct array 2025-03-21T20:23:22.4126689Z | ^~~~~ 2025-03-21T20:23:22.4128180Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:22.4129524Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4130211Z | ^~~~~~~~ 2025-03-21T20:23:22.4138231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4152267Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.4161697Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.4172649Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.4184810Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.4207061Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.4225887Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.4234811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4246844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.4253603Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.4255377Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4256422Z 94 | struct array 2025-03-21T20:23:22.4256879Z | ^~~~~ 2025-03-21T20:23:22.4257727Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:22.4259059Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:22.4260268Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:22.4261438Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:23:22.4262737Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:22.4263765Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:22.4265946Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:22.4267522Z 379 | unsigned short x; 2025-03-21T20:23:22.4267994Z | ^ 2025-03-21T20:23:22.4268523Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.4269215Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.4269963Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.4270794Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.4271706Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:22.4272852Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:22.4280443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4288682Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.4296798Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.4304927Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.4318543Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.4333907Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.4347934Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.4356505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4363816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.4367542Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:22.4368546Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4369135Z 94 | struct array 2025-03-21T20:23:22.4369478Z | ^~~~~ 2025-03-21T20:23:22.4370016Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:22.4370907Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:22.4372352Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:23:22.4373625Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:22.4374775Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:22.4377174Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:22.4378844Z 87 | uint16_t x; 2025-03-21T20:23:22.4379285Z | ^ 2025-03-21T20:23:22.4379812Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.4380497Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.4381120Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.4381724Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.4382276Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:22.4383124Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:22.4383779Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:9: 2025-03-21T20:23:22.4387570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4395011Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4402865Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4410057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4416417Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:22.4425272Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4429216Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:22.4430930Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4431911Z 94 | struct array 2025-03-21T20:23:22.4432297Z | ^~~~~ 2025-03-21T20:23:22.4433895Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:22.4435367Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4436273Z | ^~~~~~~~ 2025-03-21T20:23:22.4442560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4452083Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4459689Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4468819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4479313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:22.4488142Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4492086Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:22.4493890Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4494958Z 94 | struct array 2025-03-21T20:23:22.4495414Z | ^~~~~ 2025-03-21T20:23:22.4497034Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:22.4498594Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4499322Z | ^~~~~~~~ 2025-03-21T20:23:22.4505815Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4512522Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4519122Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4525313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4530753Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:22.4535427Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4538691Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:22.4539970Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4540549Z 94 | struct array 2025-03-21T20:23:22.4540805Z | ^~~~~ 2025-03-21T20:23:22.4541670Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:22.4542481Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4542903Z | ^~~~~~~~ 2025-03-21T20:23:22.4546370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4552589Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4558973Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4564696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4569911Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:22.4574590Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4576767Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:22.4577705Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4578263Z 94 | struct array 2025-03-21T20:23:22.4578525Z | ^~~~~ 2025-03-21T20:23:22.4579322Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:22.4597593Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4598043Z | ^~~~~~~~ 2025-03-21T20:23:22.4601641Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4608074Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4614703Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4620814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4626693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:22.4631333Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4633471Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:22.4634402Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4634988Z 94 | struct array 2025-03-21T20:23:22.4635240Z | ^~~~~ 2025-03-21T20:23:22.4636095Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:22.4636893Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4637314Z | ^~~~~~~~ 2025-03-21T20:23:22.4642718Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4654139Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4666096Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4677462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.4688084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:22.4697533Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4701605Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:22.4703331Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4704380Z 94 | struct array 2025-03-21T20:23:22.4704864Z | ^~~~~ 2025-03-21T20:23:22.4706385Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:22.4707802Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4708556Z | ^~~~~~~~ 2025-03-21T20:23:22.4717548Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4734404Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4751798Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4767916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.4782531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.4793583Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4797920Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:22.4799822Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4800929Z 94 | struct array 2025-03-21T20:23:22.4801374Z | ^~~~~ 2025-03-21T20:23:22.4803070Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:22.4804601Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4805339Z | ^~~~~~~~ 2025-03-21T20:23:22.4814466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4831080Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4847789Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4864127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.4877570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.4888386Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4892678Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:22.4894483Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4895567Z 94 | struct array 2025-03-21T20:23:22.4896050Z | ^~~~~ 2025-03-21T20:23:22.4897756Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:22.4899290Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4900032Z | ^~~~~~~~ 2025-03-21T20:23:22.4908741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.4924796Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4941509Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.4957308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.4971527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.4982731Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.4987006Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:22.4988762Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.4989835Z 94 | struct array 2025-03-21T20:23:22.4990290Z | ^~~~~ 2025-03-21T20:23:22.4991936Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:22.4993471Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.4994217Z | ^~~~~~~~ 2025-03-21T20:23:22.5003103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5019221Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5028180Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5036412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5044133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.5054794Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.5058896Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:22.5060605Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5061649Z 94 | struct array 2025-03-21T20:23:22.5062132Z | ^~~~~ 2025-03-21T20:23:22.5063646Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:22.5065095Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5065880Z | ^~~~~~~~ 2025-03-21T20:23:22.5074551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5090773Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5108027Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5123881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5138115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.5149575Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.5153799Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:22.5155531Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5156574Z 94 | struct array 2025-03-21T20:23:22.5157027Z | ^~~~~ 2025-03-21T20:23:22.5158646Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:22.5160210Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5161001Z | ^~~~~~~~ 2025-03-21T20:23:22.5169813Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5185978Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5203300Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5219321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5233997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:22.5244614Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:22.5248815Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:22.5250588Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5251577Z 94 | struct array 2025-03-21T20:23:22.5252100Z | ^~~~~ 2025-03-21T20:23:22.5253620Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:22.5255045Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5255927Z | ^~~~~~~~ 2025-03-21T20:23:22.5257180Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:22.5259029Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:22.5260903Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:22.5262817Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:22.5264671Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:22.5266634Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:22.5268656Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:22.5270569Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:22.5271755Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.5272428Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.5273091Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.5273804Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.5274551Z from /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:9: 2025-03-21T20:23:22.5283163Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5298375Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5314175Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5328609Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5342027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5348758Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:22.5350487Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5351504Z 94 | struct array 2025-03-21T20:23:22.5352072Z | ^~~~~ 2025-03-21T20:23:22.5353842Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:22.5355385Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5356118Z | ^~~~~~~~ 2025-03-21T20:23:22.5364193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5372009Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5380103Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5388956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5402144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5408920Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:22.5410679Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5411818Z 94 | struct array 2025-03-21T20:23:22.5412243Z | ^~~~~ 2025-03-21T20:23:22.5414041Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:22.5415611Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5416353Z | ^~~~~~~~ 2025-03-21T20:23:22.5424927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5440108Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5456031Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5470410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5483549Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5490329Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:22.5492177Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5493205Z 94 | struct array 2025-03-21T20:23:22.5493661Z | ^~~~~ 2025-03-21T20:23:22.5495259Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:22.5496746Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5497563Z | ^~~~~~~~ 2025-03-21T20:23:22.5505544Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5520740Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5536237Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5550747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5564099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5570703Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:22.5572490Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5573522Z 94 | struct array 2025-03-21T20:23:22.5573961Z | ^~~~~ 2025-03-21T20:23:22.5575474Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:22.5576921Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5577681Z | ^~~~~~~~ 2025-03-21T20:23:22.5585901Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5600931Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5616485Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5630790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5643530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5650414Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:22.5652267Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5653332Z 94 | struct array 2025-03-21T20:23:22.5653787Z | ^~~~~ 2025-03-21T20:23:22.5655318Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:22.5656762Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5657499Z | ^~~~~~~~ 2025-03-21T20:23:22.5665836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5681151Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5696718Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5711079Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5723989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5730614Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:22.5732587Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5733701Z 94 | struct array 2025-03-21T20:23:22.5734160Z | ^~~~~ 2025-03-21T20:23:22.5735718Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:22.5737198Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5737945Z | ^~~~~~~~ 2025-03-21T20:23:22.5746186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5761341Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5777019Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5791332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5804039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5810436Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:22.5812175Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5813224Z 94 | struct array 2025-03-21T20:23:22.5813675Z | ^~~~~ 2025-03-21T20:23:22.5815261Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:22.5816729Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5817486Z | ^~~~~~~~ 2025-03-21T20:23:22.5825899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5841050Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5856628Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5870903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:22.5884012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5890547Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:22.5892315Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5893329Z 94 | struct array 2025-03-21T20:23:22.5893769Z | ^~~~~ 2025-03-21T20:23:22.5895287Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:22.5896717Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.5897468Z | ^~~~~~~~ 2025-03-21T20:23:22.5908177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.5928581Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5948763Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.5967845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:22.5985859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.5994669Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:22.5996435Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.5997520Z 94 | struct array 2025-03-21T20:23:22.5997977Z | ^~~~~ 2025-03-21T20:23:22.5999681Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:23:22.6001263Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6001980Z | ^~~~~~~~ 2025-03-21T20:23:22.6012464Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6032354Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6052715Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6071465Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:22.6087873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6095731Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:22.6097008Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6097616Z 94 | struct array 2025-03-21T20:23:22.6097876Z | ^~~~~ 2025-03-21T20:23:22.6098765Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:23:22.6099685Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6100148Z | ^~~~~~~~ 2025-03-21T20:23:22.6105553Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6115563Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6128328Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6138754Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:22.6148256Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6153030Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:22.6154144Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6154715Z 94 | struct array 2025-03-21T20:23:22.6154982Z | ^~~~~ 2025-03-21T20:23:22.6155837Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:23:22.6156642Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6157063Z | ^~~~~~~~ 2025-03-21T20:23:22.6162444Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6172591Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6185448Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6196621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:22.6208463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6213220Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:22.6214254Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6214851Z 94 | struct array 2025-03-21T20:23:22.6215218Z | ^~~~~ 2025-03-21T20:23:22.6216117Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:23:22.6216951Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6217435Z | ^~~~~~~~ 2025-03-21T20:23:22.6223032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6233484Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6244547Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6259228Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:22.6276208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6284915Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:22.6286740Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6287769Z 94 | struct array 2025-03-21T20:23:22.6288241Z | ^~~~~ 2025-03-21T20:23:22.6289792Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:23:22.6291156Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6291961Z | ^~~~~~~~ 2025-03-21T20:23:22.6302065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6319557Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6331196Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6340860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:22.6349859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6354296Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:22.6355199Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6355760Z 94 | struct array 2025-03-21T20:23:22.6356018Z | ^~~~~ 2025-03-21T20:23:22.6356847Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:23:22.6357634Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6358100Z | ^~~~~~~~ 2025-03-21T20:23:22.6363482Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6373581Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6383810Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6393327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:22.6402457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6406898Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:22.6407803Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6408373Z 94 | struct array 2025-03-21T20:23:22.6408627Z | ^~~~~ 2025-03-21T20:23:22.6409465Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:23:22.6410255Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6410674Z | ^~~~~~~~ 2025-03-21T20:23:22.6416111Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6427506Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6437738Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6447264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:22.6456278Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6461041Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:22.6461944Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6462506Z 94 | struct array 2025-03-21T20:23:22.6462771Z | ^~~~~ 2025-03-21T20:23:22.6463585Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:23:22.6464406Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6464824Z | ^~~~~~~~ 2025-03-21T20:23:22.6465543Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:22.6466512Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:22.6467487Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:22.6468424Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:22.6469288Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:22.6470167Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:22.6471103Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:22.6472094Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:22.6473129Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:22.6474149Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:22.6474792Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.6475196Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.6475610Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.6476026Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.6476531Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:22.6477210Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:22.6477832Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:22.6482138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6490370Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6499738Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6507435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6514151Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6517493Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6518402Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6519038Z 94 | struct array 2025-03-21T20:23:22.6519308Z | ^~~~~ 2025-03-21T20:23:22.6520208Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:22.6521273Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6521691Z | ^~~~~~~~ 2025-03-21T20:23:22.6525973Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6535372Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6544448Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6552290Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6559961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6563612Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6564584Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6565227Z 94 | struct array 2025-03-21T20:23:22.6565493Z | ^~~~~ 2025-03-21T20:23:22.6566504Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:22.6567392Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6567801Z | ^~~~~~~~ 2025-03-21T20:23:22.6572263Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6580534Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6589616Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6597531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6604419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6607722Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6608619Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6609197Z 94 | struct array 2025-03-21T20:23:22.6609505Z | ^~~~~ 2025-03-21T20:23:22.6610371Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:22.6611183Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6611590Z | ^~~~~~~~ 2025-03-21T20:23:22.6615856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6623662Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6632466Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6639664Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6646254Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6649519Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6650392Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6650949Z 94 | struct array 2025-03-21T20:23:22.6651226Z | ^~~~~ 2025-03-21T20:23:22.6652165Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:22.6652996Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6653402Z | ^~~~~~~~ 2025-03-21T20:23:22.6657630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6665913Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6674686Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6682101Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6688738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6692176Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6693130Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6693741Z 94 | struct array 2025-03-21T20:23:22.6694011Z | ^~~~~ 2025-03-21T20:23:22.6694937Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:22.6695741Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6696150Z | ^~~~~~~~ 2025-03-21T20:23:22.6700321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6709410Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6718231Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6726725Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6734057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6737786Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6738732Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6739353Z 94 | struct array 2025-03-21T20:23:22.6739618Z | ^~~~~ 2025-03-21T20:23:22.6740495Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:22.6741393Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6741884Z | ^~~~~~~~ 2025-03-21T20:23:22.6746517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6755296Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6764364Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6773245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6780186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6783491Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6784384Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6784952Z 94 | struct array 2025-03-21T20:23:22.6785217Z | ^~~~~ 2025-03-21T20:23:22.6786062Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:22.6786833Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6787257Z | ^~~~~~~~ 2025-03-21T20:23:22.6791800Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6799693Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6807514Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6816498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6829393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6836174Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6837998Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6839070Z 94 | struct array 2025-03-21T20:23:22.6839556Z | ^~~~~ 2025-03-21T20:23:22.6840558Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:22.6842069Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:22.6843371Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:22.6844626Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:22.6846090Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:22.6847492Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:22.6848656Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:22.6850975Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:22.6852747Z 379 | unsigned short x; 2025-03-21T20:23:22.6853227Z | ^ 2025-03-21T20:23:22.6853740Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.6854426Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.6855150Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.6855903Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.6856826Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:22.6858111Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:22.6859407Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:22.6867787Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6882616Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6898209Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6912545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.6925555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.6932240Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.6933943Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.6934977Z 94 | struct array 2025-03-21T20:23:22.6935438Z | ^~~~~ 2025-03-21T20:23:22.6937022Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:22.6938495Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.6939241Z | ^~~~~~~~ 2025-03-21T20:23:22.6947554Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.6962870Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6978404Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.6992917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7006047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:22.7012634Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:22.7014436Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7015450Z 94 | struct array 2025-03-21T20:23:22.7015992Z | ^~~~~ 2025-03-21T20:23:22.7016918Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:22.7018256Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:22.7019546Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:22.7021066Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:22.7022199Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:22.7023318Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:22.7025678Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:22.7027331Z 87 | uint16_t x; 2025-03-21T20:23:22.7027772Z | ^ 2025-03-21T20:23:22.7028298Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.7028979Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.7029737Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.7030488Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.7031431Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:22.7032736Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:22.7033913Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:22.7042356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7057227Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7072669Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7086352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7099454Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7105794Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7107582Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7108670Z 94 | struct array 2025-03-21T20:23:22.7109121Z | ^~~~~ 2025-03-21T20:23:22.7110823Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:22.7112387Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.7113124Z | ^~~~~~~~ 2025-03-21T20:23:22.7121418Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7136422Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7151703Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7165386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7178344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7184915Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7186671Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7187762Z 94 | struct array 2025-03-21T20:23:22.7188220Z | ^~~~~ 2025-03-21T20:23:22.7189882Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:22.7191449Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.7192252Z | ^~~~~~~~ 2025-03-21T20:23:22.7200383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7210093Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7222081Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7235974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7248856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7255389Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7257176Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7258206Z 94 | struct array 2025-03-21T20:23:22.7258655Z | ^~~~~ 2025-03-21T20:23:22.7260310Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:22.7261846Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.7262608Z | ^~~~~~~~ 2025-03-21T20:23:22.7270603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7285398Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7300734Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7314836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7327663Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7334136Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7335833Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7336792Z 94 | struct array 2025-03-21T20:23:22.7337244Z | ^~~~~ 2025-03-21T20:23:22.7338742Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:22.7340143Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.7340879Z | ^~~~~~~~ 2025-03-21T20:23:22.7348680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7363589Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7378807Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7392578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7405310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7411709Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7413400Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7414452Z 94 | struct array 2025-03-21T20:23:22.7414990Z | ^~~~~ 2025-03-21T20:23:22.7416564Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:22.7417975Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.7418691Z | ^~~~~~~~ 2025-03-21T20:23:22.7427012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7441650Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7456935Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7470558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7480659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7485252Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7486541Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7487306Z 94 | struct array 2025-03-21T20:23:22.7487646Z | ^~~~~ 2025-03-21T20:23:22.7488764Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:22.7489843Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.7490495Z | ^~~~~~~~ 2025-03-21T20:23:22.7496310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7506886Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7520066Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7533844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7546667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7553016Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7554719Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7555743Z 94 | struct array 2025-03-21T20:23:22.7556200Z | ^~~~~ 2025-03-21T20:23:22.7557650Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:22.7559040Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.7559866Z | ^~~~~~~~ 2025-03-21T20:23:22.7567672Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7582428Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7597774Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7611794Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7624637Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7631010Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7632734Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7633782Z 94 | struct array 2025-03-21T20:23:22.7634208Z | ^~~~~ 2025-03-21T20:23:22.7635071Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:22.7636432Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:22.7637677Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:22.7638964Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:22.7640565Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:22.7641985Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:22.7643143Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:22.7645360Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:22.7646988Z 379 | unsigned short x; 2025-03-21T20:23:22.7647474Z | ^ 2025-03-21T20:23:22.7648004Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.7648683Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.7649541Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.7650351Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.7651268Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:22.7652648Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:22.7653832Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:22.7662015Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7676753Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7692018Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7706026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.7718898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.7725454Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.7727074Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.7728031Z 94 | struct array 2025-03-21T20:23:22.7728494Z | ^~~~~ 2025-03-21T20:23:22.7729892Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:22.7731236Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.7732038Z | ^~~~~~~~ 2025-03-21T20:23:22.7740190Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.7755052Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.7770446Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.8503992Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.8530558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:22.8549500Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:22.8551631Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.8552870Z 94 | struct array 2025-03-21T20:23:22.8553630Z | ^~~~~ 2025-03-21T20:23:22.8554690Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:22.8555934Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:22.8557261Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:22.8558731Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:22.8560153Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:22.8561197Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:22.8562943Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:22.8563980Z 87 | uint16_t x; 2025-03-21T20:23:22.8564229Z | ^ 2025-03-21T20:23:22.8564855Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:22.8565973Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:22.8566950Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:22.8567925Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:22.8569042Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:22.8570023Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:22.8571000Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:22.8572001Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:22.8572957Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:22.8573937Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:22.8574924Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:22.8575876Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:22.8576485Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.8576870Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.8577275Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.8577686Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.8578185Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:22.8578870Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:22.8579532Z from /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:9: 2025-03-21T20:23:22.8584195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.8592597Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.8601019Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.8609307Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.8629227Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.8652399Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.8664936Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.8673127Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.8680517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.8684120Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:23:22.8685019Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.8685599Z 94 | struct array 2025-03-21T20:23:22.8685906Z | ^~~~~ 2025-03-21T20:23:22.8687001Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:22.8687895Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.8688313Z | ^~~~~~~~ 2025-03-21T20:23:22.8693026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.8701696Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:22.8710095Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:22.8719922Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:22.8732606Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:22.9469418Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:22.9487792Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:22.9502907Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.9517556Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.9525022Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:23:22.9526889Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.9527993Z 94 | struct array 2025-03-21T20:23:22.9528450Z | ^~~~~ 2025-03-21T20:23:22.9530187Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:22.9531747Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.9532543Z | ^~~~~~~~ 2025-03-21T20:23:22.9534019Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:22.9536070Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:22.9538114Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:22.9540069Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:22.9541306Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:22.9542048Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:22.9542789Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:22.9543581Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:22.9544538Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:22.9545663Z from /pytorch/executorch/kernels/portable/cpu/op_div.cpp:9: 2025-03-21T20:23:22.9555005Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.9571843Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9588535Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9596625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.9603925Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.9607482Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:23:22.9608374Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.9608931Z 94 | struct array 2025-03-21T20:23:22.9609199Z | ^~~~~ 2025-03-21T20:23:22.9610038Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:22.9610832Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.9611255Z | ^~~~~~~~ 2025-03-21T20:23:22.9618256Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.9634276Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9651428Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9667972Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.9682592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.9689707Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:23:22.9691721Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.9692753Z 94 | struct array 2025-03-21T20:23:22.9693206Z | ^~~~~ 2025-03-21T20:23:22.9694635Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:22.9696106Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.9696850Z | ^~~~~~~~ 2025-03-21T20:23:22.9706297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.9723703Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9741818Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9758932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.9774209Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.9781781Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:22.9783594Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.9784696Z 94 | struct array 2025-03-21T20:23:22.9785136Z | ^~~~~ 2025-03-21T20:23:22.9786768Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:22.9788348Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.9789070Z | ^~~~~~~~ 2025-03-21T20:23:22.9798635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.9816861Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9836457Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9853653Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.9869317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.9876854Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:22.9878657Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.9879724Z 94 | struct array 2025-03-21T20:23:22.9880180Z | ^~~~~ 2025-03-21T20:23:22.9881775Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:22.9883719Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.9884460Z | ^~~~~~~~ 2025-03-21T20:23:22.9895563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:22.9914027Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9932125Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:22.9949192Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:22.9964587Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:22.9972237Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:22.9973890Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:22.9974919Z 94 | struct array 2025-03-21T20:23:22.9975354Z | ^~~~~ 2025-03-21T20:23:22.9976986Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:22.9978526Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:22.9979288Z | ^~~~~~~~ 2025-03-21T20:23:22.9988742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0007183Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0025448Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0042307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.0057864Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0065406Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:23.0067067Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0068081Z 94 | struct array 2025-03-21T20:23:23.0068520Z | ^~~~~ 2025-03-21T20:23:23.0070111Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:23.0071566Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0072319Z | ^~~~~~~~ 2025-03-21T20:23:23.0081863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0099739Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0117925Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0135283Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.0150560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0158137Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:23.0159865Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0160854Z 94 | struct array 2025-03-21T20:23:23.0161279Z | ^~~~~ 2025-03-21T20:23:23.0163468Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:23.0165627Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0166415Z | ^~~~~~~~ 2025-03-21T20:23:23.0176453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0193839Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0211763Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0228824Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.0244291Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0251979Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:23.0253702Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0254744Z 94 | struct array 2025-03-21T20:23:23.0255203Z | ^~~~~ 2025-03-21T20:23:23.0256757Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:23.0258321Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0259025Z | ^~~~~~~~ 2025-03-21T20:23:23.0268276Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0285980Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0304323Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0319944Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.0328546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0332807Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:23.0333737Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0334307Z 94 | struct array 2025-03-21T20:23:23.0334561Z | ^~~~~ 2025-03-21T20:23:23.0335406Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:23.0336204Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0336644Z | ^~~~~~~~ 2025-03-21T20:23:23.0341342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0349894Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0364690Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0378193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.0390262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0396247Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:23:23.0397971Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0399005Z 94 | struct array 2025-03-21T20:23:23.0399466Z | ^~~~~ 2025-03-21T20:23:23.0401062Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:23.0402564Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0403303Z | ^~~~~~~~ 2025-03-21T20:23:23.0410980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0425817Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0440188Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0453577Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.0466034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0472222Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:23:23.0473867Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0474856Z 94 | struct array 2025-03-21T20:23:23.0475240Z | ^~~~~ 2025-03-21T20:23:23.0476539Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:23.0477879Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0478603Z | ^~~~~~~~ 2025-03-21T20:23:23.0485891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0500307Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0515169Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0528636Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.0542083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0548593Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:23.0550358Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0551426Z 94 | struct array 2025-03-21T20:23:23.0551877Z | ^~~~~ 2025-03-21T20:23:23.0553507Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:23.0555096Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0555978Z | ^~~~~~~~ 2025-03-21T20:23:23.0564083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0579193Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0594238Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0607124Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.0617300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0621450Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:23.0623273Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0624357Z 94 | struct array 2025-03-21T20:23:23.0624818Z | ^~~~~ 2025-03-21T20:23:23.0626509Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:23.0628096Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0628792Z | ^~~~~~~~ 2025-03-21T20:23:23.0637160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0652552Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0668418Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0683613Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.0697399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0704083Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:23.0705872Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0706881Z 94 | struct array 2025-03-21T20:23:23.0707327Z | ^~~~~ 2025-03-21T20:23:23.0709067Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:23.0710652Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0711421Z | ^~~~~~~~ 2025-03-21T20:23:23.0719610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0735030Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0750865Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0765294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.0778865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0785563Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:23.0787217Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0788229Z 94 | struct array 2025-03-21T20:23:23.0788695Z | ^~~~~ 2025-03-21T20:23:23.0790225Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:23.0791763Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0792503Z | ^~~~~~~~ 2025-03-21T20:23:23.0800494Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0815860Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0831858Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0846048Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.0859803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0866576Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:23.0868517Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0869415Z 94 | struct array 2025-03-21T20:23:23.0869862Z | ^~~~~ 2025-03-21T20:23:23.0871487Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:23.0873027Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0873717Z | ^~~~~~~~ 2025-03-21T20:23:23.0881888Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0897144Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0912439Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0927361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.0941448Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.0948083Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:23.0949717Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.0950721Z 94 | struct array 2025-03-21T20:23:23.0951162Z | ^~~~~ 2025-03-21T20:23:23.0952849Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:23.0954316Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.0955067Z | ^~~~~~~~ 2025-03-21T20:23:23.0963389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.0978958Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.0994761Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.1009629Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.1023995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:23.1030766Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:23.1032498Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.1033470Z 94 | struct array 2025-03-21T20:23:23.1033954Z | ^~~~~ 2025-03-21T20:23:23.1035538Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:23.1037199Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.1037946Z | ^~~~~~~~ 2025-03-21T20:23:23.1039121Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:23.1040147Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.1040818Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.1041530Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.1042272Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.1043199Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:23.1044599Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:23.1045869Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:9: 2025-03-21T20:23:23.1053199Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.1066479Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.1079073Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.1092014Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.1110251Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.1134004Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.1153147Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.1165661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.1176937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:23.1186214Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.1190459Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:23.1192267Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.1193387Z 94 | struct array 2025-03-21T20:23:23.1193843Z | ^~~~~ 2025-03-21T20:23:23.1195625Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:23.1197223Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.1197956Z | ^~~~~~~~ 2025-03-21T20:23:23.1204883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.1217816Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.1230443Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.1243135Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.1261123Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.1284642Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.1303630Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.1316033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.1326886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:23.1335967Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.1340271Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:23.1342073Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.1343215Z 94 | struct array 2025-03-21T20:23:23.1343663Z | ^~~~~ 2025-03-21T20:23:23.1345238Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:23.1346718Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.1347532Z | ^~~~~~~~ 2025-03-21T20:23:23.1354461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.1367363Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.1379521Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.1392066Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.1409685Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.1433188Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.1451867Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.1463855Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.1474742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:23.1484004Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.1488155Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:23.1489930Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.1490969Z 94 | struct array 2025-03-21T20:23:23.1491427Z | ^~~~~ 2025-03-21T20:23:23.1493169Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:23.1494695Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.1495438Z | ^~~~~~~~ 2025-03-21T20:23:23.1502135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.1513714Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.1524410Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.1536264Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.1553347Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.1575560Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.1593385Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.1604886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.1616340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:23.1626383Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.1630632Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:23.1632503Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.1633426Z 94 | struct array 2025-03-21T20:23:23.1633903Z | ^~~~~ 2025-03-21T20:23:23.1635216Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:23.1636638Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.1637425Z | ^~~~~~~~ 2025-03-21T20:23:23.1644750Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.1657732Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.1667390Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.1676324Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.1688765Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.1707609Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.1722751Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.1732707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.1741022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:23.1749082Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.1753257Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:23.1755072Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.1756130Z 94 | struct array 2025-03-21T20:23:23.1756565Z | ^~~~~ 2025-03-21T20:23:23.1758046Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:23.1759670Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.1760390Z | ^~~~~~~~ 2025-03-21T20:23:23.1766622Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.1778470Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.1789819Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.1802104Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.1819504Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.1842750Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.1861129Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.1873337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.1884330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:23.1893787Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.1898038Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:23.1899808Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.1900820Z 94 | struct array 2025-03-21T20:23:23.1901265Z | ^~~~~ 2025-03-21T20:23:23.1902809Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:23.1904079Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.1904731Z | ^~~~~~~~ 2025-03-21T20:23:23.1913722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.1930428Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.1947231Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.1963717Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.1987667Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.2019094Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.2043573Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.2059727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.2074595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.2085284Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.2089462Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:23.2091346Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.2093146Z 94 | struct array 2025-03-21T20:23:23.2093590Z | ^~~~~ 2025-03-21T20:23:23.2095256Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:23.2097083Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.2097840Z | ^~~~~~~~ 2025-03-21T20:23:23.2106931Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.2122984Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.2132103Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.2140419Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.2152410Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.2167915Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.2180138Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.2188303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.2195718Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.2201188Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.2203330Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:23.2204263Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.2204844Z 94 | struct array 2025-03-21T20:23:23.2205209Z | ^~~~~ 2025-03-21T20:23:23.2206144Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:23.2206962Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.2207381Z | ^~~~~~~~ 2025-03-21T20:23:23.2211958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.2221402Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.2233371Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.2241827Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.2254854Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.2276772Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.2291778Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.2300915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.2309326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.2315926Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.2318353Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:23.2319724Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.2320910Z 94 | struct array 2025-03-21T20:23:23.2321314Z | ^~~~~ 2025-03-21T20:23:23.2322868Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:23.2324295Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.2325012Z | ^~~~~~~~ 2025-03-21T20:23:23.2333368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.2348212Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.2358091Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.2366366Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.2378444Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.2398596Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.2410965Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.2419270Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.2428959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.2434916Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.2437411Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:23.2438428Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.2439031Z 94 | struct array 2025-03-21T20:23:23.2439301Z | ^~~~~ 2025-03-21T20:23:23.2440237Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:23.2441012Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.2441538Z | ^~~~~~~~ 2025-03-21T20:23:23.2446470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.2455838Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.2465026Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.2474037Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.2491825Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.2514990Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.2534559Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.2545783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.2553603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.2559087Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.2561225Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:23.2562159Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.2562714Z 94 | struct array 2025-03-21T20:23:23.2563019Z | ^~~~~ 2025-03-21T20:23:23.2563880Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:23.2564695Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.2565114Z | ^~~~~~~~ 2025-03-21T20:23:23.2569607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.2578056Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.2586648Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.2601555Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.2621200Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.2637124Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.2649212Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.2657452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.2665460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.2675664Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.2679612Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:23.2681365Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.2682428Z 94 | struct array 2025-03-21T20:23:23.2682856Z | ^~~~~ 2025-03-21T20:23:23.2684406Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:23.2685812Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.2686534Z | ^~~~~~~~ 2025-03-21T20:23:23.2687873Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:23.2689635Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:23.2691504Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:23.2692928Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.2693603Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.2694354Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.2695107Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.2696040Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:23.2697298Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:23.2698386Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:9: 2025-03-21T20:23:23.2705388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.2718733Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.2731596Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.2744360Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.2762303Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.2786305Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.2804857Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.2817574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.2829064Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:23.2838356Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.2842015Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:23.2843682Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.2844556Z 94 | struct array 2025-03-21T20:23:23.2844921Z | ^~~~~ 2025-03-21T20:23:23.2846191Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:23.2847332Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.2847882Z | ^~~~~~~~ 2025-03-21T20:23:23.2853103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.2862546Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.2871275Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.2881071Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.2898229Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.2920908Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.2939935Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.2952101Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.2962843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:23.2971913Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.2976226Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:23.2978021Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.2979084Z 94 | struct array 2025-03-21T20:23:23.2979512Z | ^~~~~ 2025-03-21T20:23:23.2981151Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:23.2982720Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.2983472Z | ^~~~~~~~ 2025-03-21T20:23:23.2990404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.3003545Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.3015607Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.3028164Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.3045705Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.3068986Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.3088092Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.3100091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.3110770Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:23.3119788Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.3123551Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:23.3125329Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.3126369Z 94 | struct array 2025-03-21T20:23:23.3126789Z | ^~~~~ 2025-03-21T20:23:23.3128429Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:23.3130101Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.3130850Z | ^~~~~~~~ 2025-03-21T20:23:23.3137413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.3149844Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.3161608Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.3174754Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.3192206Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.3214553Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.3236131Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.3241832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.3247516Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:23.3251749Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.3252364Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:23.3253258Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.3253429Z 94 | struct array 2025-03-21T20:23:23.3253589Z | ^~~~~ 2025-03-21T20:23:23.3254786Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:23.3255132Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.3255327Z | ^~~~~~~~ 2025-03-21T20:23:23.3262109Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.3269447Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.3275726Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.3283248Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.3294526Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.3307543Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.3314992Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.3321015Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.3326709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:23.3330903Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.3331890Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:23.3332820Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.3333000Z 94 | struct array 2025-03-21T20:23:23.3333152Z | ^~~~~ 2025-03-21T20:23:23.3334513Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:23.3334843Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.3335073Z | ^~~~~~~~ 2025-03-21T20:23:23.3341406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.3348552Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.3354341Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.3361609Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.3372621Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.3385410Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.3391960Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.3397870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.3403568Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:23.3407826Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.3408428Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:23.3409395Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.3409554Z 94 | struct array 2025-03-21T20:23:23.3409727Z | ^~~~~ 2025-03-21T20:23:23.3410972Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:23.3411337Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.3411536Z | ^~~~~~~~ 2025-03-21T20:23:23.3420171Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.3429430Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.3437678Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.3447512Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.3476157Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.3507623Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.3532056Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.3548434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.3562227Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.3573244Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.3577627Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:23.3579412Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.3580534Z 94 | struct array 2025-03-21T20:23:23.3580984Z | ^~~~~ 2025-03-21T20:23:23.3582714Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:23.3584306Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.3585061Z | ^~~~~~~~ 2025-03-21T20:23:23.3593734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.3610268Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.3626765Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.3643059Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.3666895Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.3697873Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.3722755Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.3739066Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.3774813Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.3785901Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.3790064Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:23.3791846Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.3792922Z 94 | struct array 2025-03-21T20:23:23.3793372Z | ^~~~~ 2025-03-21T20:23:23.3795030Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:23.3796577Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.3797320Z | ^~~~~~~~ 2025-03-21T20:23:23.3805916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.3822747Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.3838384Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.3854129Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.3866877Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.3882528Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.3894729Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.3902959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.3910324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.3918013Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.3921310Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:23.3922446Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.3923029Z 94 | struct array 2025-03-21T20:23:23.3923295Z | ^~~~~ 2025-03-21T20:23:23.3924167Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:23.3924978Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.3925405Z | ^~~~~~~~ 2025-03-21T20:23:23.3929934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.3942027Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.3950625Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.3958792Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.3971967Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.3988759Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.4000984Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.4009216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.4016629Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.4022309Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.4024466Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:23.4025384Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4025937Z 94 | struct array 2025-03-21T20:23:23.4026203Z | ^~~~~ 2025-03-21T20:23:23.4027004Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:23.4027775Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4028216Z | ^~~~~~~~ 2025-03-21T20:23:23.4033881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4042538Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.4051144Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.4059784Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.4071818Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.4088256Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.4102883Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.4114695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.4128455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.4138139Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.4140791Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:23.4141858Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4142433Z 94 | struct array 2025-03-21T20:23:23.4142712Z | ^~~~~ 2025-03-21T20:23:23.4143567Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:23.4144365Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4144785Z | ^~~~~~~~ 2025-03-21T20:23:23.4151477Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4161543Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.4169797Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.4178073Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.4190033Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.4214921Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.4232754Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.4240988Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.4248476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.4254026Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.4256173Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:23.4257090Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4257658Z 94 | struct array 2025-03-21T20:23:23.4257921Z | ^~~~~ 2025-03-21T20:23:23.4258743Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:23.4259533Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4259939Z | ^~~~~~~~ 2025-03-21T20:23:23.4260668Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:23.4261659Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:23.4262309Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.4262701Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.4263119Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.4263518Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.4264028Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:23.4264820Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:23.4265443Z from /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:9: 2025-03-21T20:23:23.4269119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4275703Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4282439Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4288535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.4294153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:23.4298701Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4300625Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:23.4301535Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4302125Z 94 | struct array 2025-03-21T20:23:23.4302386Z | ^~~~~ 2025-03-21T20:23:23.4303283Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:23.4304133Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4304535Z | ^~~~~~~~ 2025-03-21T20:23:23.4308561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4315067Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4321921Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4328073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.4333878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:23.4338299Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4340229Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:23.4341128Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4341710Z 94 | struct array 2025-03-21T20:23:23.4342016Z | ^~~~~ 2025-03-21T20:23:23.4342902Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:23.4343727Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4344145Z | ^~~~~~~~ 2025-03-21T20:23:23.4347637Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4354006Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4360578Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4366539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.4372049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:23.4376443Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4378375Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:23.4379256Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4379824Z 94 | struct array 2025-03-21T20:23:23.4380084Z | ^~~~~ 2025-03-21T20:23:23.4380949Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:23.4381751Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4382158Z | ^~~~~~~~ 2025-03-21T20:23:23.4385543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4391929Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4398514Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4404282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.4409521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:23.4413910Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4415839Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:23.4416700Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4417243Z 94 | struct array 2025-03-21T20:23:23.4417502Z | ^~~~~ 2025-03-21T20:23:23.4418303Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:23.4419068Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4419480Z | ^~~~~~~~ 2025-03-21T20:23:23.4423254Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4429674Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4436222Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4442107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.4447475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:23.4451902Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4453917Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:23.4454805Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4455374Z 94 | struct array 2025-03-21T20:23:23.4455641Z | ^~~~~ 2025-03-21T20:23:23.4456479Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:23.4457283Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4457719Z | ^~~~~~~~ 2025-03-21T20:23:23.4461152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4467431Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4473884Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4479690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.4485012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:23.4489403Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4491331Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:23.4492267Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4492839Z 94 | struct array 2025-03-21T20:23:23.4493106Z | ^~~~~ 2025-03-21T20:23:23.4493930Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:23.4494713Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4495117Z | ^~~~~~~~ 2025-03-21T20:23:23.4498621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4504938Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4511651Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4518878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.4524617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:23.4529755Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4532186Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:23.4533126Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4533706Z 94 | struct array 2025-03-21T20:23:23.4533961Z | ^~~~~ 2025-03-21T20:23:23.4534805Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:23.4535596Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4536010Z | ^~~~~~~~ 2025-03-21T20:23:23.4541360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4552861Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4564829Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4572597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.4579458Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:23.4585636Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4587593Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:23.4588473Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4589040Z 94 | struct array 2025-03-21T20:23:23.4589304Z | ^~~~~ 2025-03-21T20:23:23.4590115Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:23.4590886Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4591304Z | ^~~~~~~~ 2025-03-21T20:23:23.4595549Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4608342Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4624417Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4639166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.4652479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:23.4662573Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4666591Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:23.4668333Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4669418Z 94 | struct array 2025-03-21T20:23:23.4669877Z | ^~~~~ 2025-03-21T20:23:23.4671575Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:23.4673155Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4673882Z | ^~~~~~~~ 2025-03-21T20:23:23.4682255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4696968Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4712447Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4726705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.4740253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:23.4750334Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4754149Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:23.4755861Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4756900Z 94 | struct array 2025-03-21T20:23:23.4757368Z | ^~~~~ 2025-03-21T20:23:23.4758993Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:23.4760556Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4761228Z | ^~~~~~~~ 2025-03-21T20:23:23.4769421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4784840Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4800554Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4814694Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.4828291Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:23.4838276Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4841985Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:23.4843834Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4844995Z 94 | struct array 2025-03-21T20:23:23.4845506Z | ^~~~~ 2025-03-21T20:23:23.4847125Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:23.4848653Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4849412Z | ^~~~~~~~ 2025-03-21T20:23:23.4857530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4871929Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4887433Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4901822Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.4915412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:23.4925395Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.4929104Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:23.4930858Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.4931945Z 94 | struct array 2025-03-21T20:23:23.4932405Z | ^~~~~ 2025-03-21T20:23:23.4933893Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:23.4935290Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.4936016Z | ^~~~~~~~ 2025-03-21T20:23:23.4944239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.4959572Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4975340Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.4989527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.5002578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:23.5012546Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.5016303Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:23.5017962Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5018994Z 94 | struct array 2025-03-21T20:23:23.5019454Z | ^~~~~ 2025-03-21T20:23:23.5021194Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:23.5022694Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5023592Z | ^~~~~~~~ 2025-03-21T20:23:23.5031987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5047212Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.5062834Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.5077055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.5090682Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:23.5100534Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.5104125Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:23.5105771Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5106785Z 94 | struct array 2025-03-21T20:23:23.5107220Z | ^~~~~ 2025-03-21T20:23:23.5108779Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:23.5110182Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5110920Z | ^~~~~~~~ 2025-03-21T20:23:23.5118905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5134141Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.5149749Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.5164121Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.5177379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:23.5187302Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.5190981Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:23.5192666Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5193733Z 94 | struct array 2025-03-21T20:23:23.5194179Z | ^~~~~ 2025-03-21T20:23:23.5195721Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:23.5197190Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5197927Z | ^~~~~~~~ 2025-03-21T20:23:23.5206018Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5221697Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.5237127Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:23.5250446Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.5263895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:23.5273932Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:23.5277712Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:23.5279345Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5280447Z 94 | struct array 2025-03-21T20:23:23.5280899Z | ^~~~~ 2025-03-21T20:23:23.5282457Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:23.5283919Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5284680Z | ^~~~~~~~ 2025-03-21T20:23:23.5286054Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:23.5287293Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.5287977Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.5288720Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.5289464Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.5290389Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:23.5291755Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:23.5293001Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:9: 2025-03-21T20:23:23.5300499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5312385Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.5321417Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.5328146Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.5337755Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.5349774Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.5361947Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.5368323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.5373970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:23.5378643Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.5380796Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:23.5381752Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5382345Z 94 | struct array 2025-03-21T20:23:23.5382622Z | ^~~~~ 2025-03-21T20:23:23.5383528Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:23.5384377Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5384786Z | ^~~~~~~~ 2025-03-21T20:23:23.5388516Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5395245Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.5401756Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.5408446Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.5417601Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.5430004Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.5439637Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.5446269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.5451911Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:23.5457107Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.5459242Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:23.5460205Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5461060Z 94 | struct array 2025-03-21T20:23:23.5461450Z | ^~~~~ 2025-03-21T20:23:23.5462708Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:23.5463972Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5464455Z | ^~~~~~~~ 2025-03-21T20:23:23.5468011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5474723Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.5480977Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.5487439Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.5496426Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.5509566Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.5520091Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.5527033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.5533008Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:23.5537921Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.5540110Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:23.5541039Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5541610Z 94 | struct array 2025-03-21T20:23:23.5541867Z | ^~~~~ 2025-03-21T20:23:23.5542725Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:23.5543669Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5544094Z | ^~~~~~~~ 2025-03-21T20:23:23.5547496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5553979Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.5559949Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.5567511Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.5576422Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.5587757Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.5597619Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.5603617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.5609015Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:23.5613864Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.5616063Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:23.5616977Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5617536Z 94 | struct array 2025-03-21T20:23:23.5617809Z | ^~~~~ 2025-03-21T20:23:23.5618614Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:23.5619378Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5619781Z | ^~~~~~~~ 2025-03-21T20:23:23.5624395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5631025Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.5637145Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.5643856Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.5652985Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.5664657Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.5674198Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.5680712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.5686921Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:23.5693690Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.5695849Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:23.5697195Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5697884Z 94 | struct array 2025-03-21T20:23:23.5698244Z | ^~~~~ 2025-03-21T20:23:23.5699115Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:23.5699921Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5700342Z | ^~~~~~~~ 2025-03-21T20:23:23.5704023Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5710590Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.5716686Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.5723340Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.5733140Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.5745895Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.5755756Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.5762033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.5767428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:23.5772152Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.5774353Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:23.5775329Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5775986Z 94 | struct array 2025-03-21T20:23:23.5776289Z | ^~~~~ 2025-03-21T20:23:23.5777121Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:23.5777964Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5778386Z | ^~~~~~~~ 2025-03-21T20:23:23.5783164Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5792333Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.5801466Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.5809965Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.5822453Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.5839304Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.5852643Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.5861388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.5869975Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.5878845Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.5881968Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:23.5883401Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.5884317Z 94 | struct array 2025-03-21T20:23:23.5884593Z | ^~~~~ 2025-03-21T20:23:23.5886037Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:23.5887162Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.5887825Z | ^~~~~~~~ 2025-03-21T20:23:23.5892806Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.5901490Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.5909800Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.5918421Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.5936855Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.5953636Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.5969604Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.5982441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.5996189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.6006336Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.6010312Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:23.6012220Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6013251Z 94 | struct array 2025-03-21T20:23:23.6013689Z | ^~~~~ 2025-03-21T20:23:23.6015272Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:23.6016772Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6017504Z | ^~~~~~~~ 2025-03-21T20:23:23.6025897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6041416Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.6055066Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.6064297Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.6077091Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.6097910Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.6117041Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.6132240Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.6145998Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.6157230Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.6161488Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:23.6163269Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6164329Z 94 | struct array 2025-03-21T20:23:23.6164801Z | ^~~~~ 2025-03-21T20:23:23.6166264Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:23.6167874Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6168621Z | ^~~~~~~~ 2025-03-21T20:23:23.6177533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6193903Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.6210195Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.6226285Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.6250275Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.6279824Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.6303973Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.6319580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.6333964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.6345357Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.6349197Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:23.6351028Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6352030Z 94 | struct array 2025-03-21T20:23:23.6352492Z | ^~~~~ 2025-03-21T20:23:23.6354032Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:23.6355485Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6356264Z | ^~~~~~~~ 2025-03-21T20:23:23.6365400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6381858Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.6398047Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.6414249Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.6438265Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.6468732Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.6492965Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.6508419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.6514407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.6517587Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.6518023Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:23.6518709Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6518848Z 94 | struct array 2025-03-21T20:23:23.6518980Z | ^~~~~ 2025-03-21T20:23:23.6519908Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:23.6520145Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6520311Z | ^~~~~~~~ 2025-03-21T20:23:23.6526687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6533450Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.6539356Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.6546622Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.6561640Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.6579005Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.6588277Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.6595803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.6603594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:23.6607922Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:23.6608510Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:23.6609393Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6609578Z 94 | struct array 2025-03-21T20:23:23.6609737Z | ^~~~~ 2025-03-21T20:23:23.6610974Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:23.6611289Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6611485Z | ^~~~~~~~ 2025-03-21T20:23:23.6612695Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:23.6613779Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:23.6614579Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:23.6615408Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:23.6616138Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:23.6616380Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.6616611Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.6616908Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.6617108Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.6617491Z from /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:9: 2025-03-21T20:23:23.6625444Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6634324Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.6641909Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.6650847Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.6665161Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.6681016Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.6689581Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.6696867Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.6703908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.6704465Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:23.6705497Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6705673Z 94 | struct array 2025-03-21T20:23:23.6705824Z | ^~~~~ 2025-03-21T20:23:23.6707189Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:23.6707519Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6707721Z | ^~~~~~~~ 2025-03-21T20:23:23.6715480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6724389Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.6732045Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.6740993Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.6755217Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.6770967Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.6779930Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.6787285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.6794360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.6794923Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:23.6796003Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6796220Z 94 | struct array 2025-03-21T20:23:23.6796449Z | ^~~~~ 2025-03-21T20:23:23.6797790Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:23.6798129Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6798326Z | ^~~~~~~~ 2025-03-21T20:23:23.6805944Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6814794Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.6822008Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.6830352Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.6844743Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.6860530Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.6869435Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.6876771Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.6883918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.6884485Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:23.6885429Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6885625Z 94 | struct array 2025-03-21T20:23:23.6885780Z | ^~~~~ 2025-03-21T20:23:23.6887144Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:23.6887470Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6887689Z | ^~~~~~~~ 2025-03-21T20:23:23.6899249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6907652Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.6915050Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.6924045Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.6938266Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.6953925Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.6962449Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.6969829Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.6976997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.6977582Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:23.6978500Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.6978671Z 94 | struct array 2025-03-21T20:23:23.6978844Z | ^~~~~ 2025-03-21T20:23:23.6980078Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:23.6980405Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.6980616Z | ^~~~~~~~ 2025-03-21T20:23:23.6988311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.6997274Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7004823Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7013758Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7028041Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7043994Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7052959Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7060129Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.7067262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7067942Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:23.7068923Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7069112Z 94 | struct array 2025-03-21T20:23:23.7069274Z | ^~~~~ 2025-03-21T20:23:23.7070571Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:23.7070897Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7071093Z | ^~~~~~~~ 2025-03-21T20:23:23.7078831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7087519Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7094588Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7103613Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7117577Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7133809Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7142641Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7149757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.7156898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7157459Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:23.7158406Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7158576Z 94 | struct array 2025-03-21T20:23:23.7158746Z | ^~~~~ 2025-03-21T20:23:23.7160013Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:23.7160355Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7160642Z | ^~~~~~~~ 2025-03-21T20:23:23.7168535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7177639Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7185076Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7193830Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7208150Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7224189Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7233068Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7240510Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.7247716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7248311Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:23.7249239Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7249424Z 94 | struct array 2025-03-21T20:23:23.7249582Z | ^~~~~ 2025-03-21T20:23:23.7250895Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:23.7251226Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7251448Z | ^~~~~~~~ 2025-03-21T20:23:23.7258930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7267125Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7275173Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7284262Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7298576Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7314385Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7323184Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7330382Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:23.7337849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7338423Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:23.7339359Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7339529Z 94 | struct array 2025-03-21T20:23:23.7339697Z | ^~~~~ 2025-03-21T20:23:23.7340947Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:23.7341285Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7341488Z | ^~~~~~~~ 2025-03-21T20:23:23.7351517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7362600Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7372624Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7383737Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7402624Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7423269Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7434403Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7444114Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:23.7453385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7453960Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:23.7454993Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7455162Z 94 | struct array 2025-03-21T20:23:23.7455333Z | ^~~~~ 2025-03-21T20:23:23.7456716Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:23:23.7457053Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7457248Z | ^~~~~~~~ 2025-03-21T20:23:23.7467302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7478468Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7488052Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7499181Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7518071Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7538657Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7548529Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7554365Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:23.7559206Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7559574Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:23.7560101Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7560201Z 94 | struct array 2025-03-21T20:23:23.7560307Z | ^~~~~ 2025-03-21T20:23:23.7561028Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:23:23.7561231Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7561356Z | ^~~~~~~~ 2025-03-21T20:23:23.7566483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7572180Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7577190Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7582873Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7592692Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7603150Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7608702Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7613665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:23.7618515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7618833Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:23.7619339Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7619457Z 94 | struct array 2025-03-21T20:23:23.7619554Z | ^~~~~ 2025-03-21T20:23:23.7620266Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:23:23.7620450Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7620833Z | ^~~~~~~~ 2025-03-21T20:23:23.7626323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7632124Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7637250Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7642865Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7652435Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7663214Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7669173Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7674030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:23.7678780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7679101Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:23.7679583Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7679697Z 94 | struct array 2025-03-21T20:23:23.7679835Z | ^~~~~ 2025-03-21T20:23:23.7680547Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:23:23.7680732Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7680853Z | ^~~~~~~~ 2025-03-21T20:23:23.7686013Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7693107Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7698135Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7703930Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7713390Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7724199Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7729857Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7734881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:23.7739625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7739945Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:23.7740442Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7740553Z 94 | struct array 2025-03-21T20:23:23.7740643Z | ^~~~~ 2025-03-21T20:23:23.7741330Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:23:23.7741525Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7741647Z | ^~~~~~~~ 2025-03-21T20:23:23.7746766Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7752466Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7757393Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7763303Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7772913Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7783381Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7789020Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7794232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:23.7799032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7799352Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:23.7799944Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7800060Z 94 | struct array 2025-03-21T20:23:23.7800154Z | ^~~~~ 2025-03-21T20:23:23.7800819Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:23:23.7801015Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7801133Z | ^~~~~~~~ 2025-03-21T20:23:23.7807443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7814616Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7819839Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7826664Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7836869Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7848327Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7854574Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7859960Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:23.7864884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7865210Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:23.7865770Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7865875Z 94 | struct array 2025-03-21T20:23:23.7865988Z | ^~~~~ 2025-03-21T20:23:23.7866680Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:23:23.7866928Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7867059Z | ^~~~~~~~ 2025-03-21T20:23:23.7872343Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7878272Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7883339Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7890373Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7900795Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7913485Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7922346Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7929395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:23.7936148Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7936576Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:23.7937244Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7937373Z 94 | struct array 2025-03-21T20:23:23.7937502Z | ^~~~~ 2025-03-21T20:23:23.7938380Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:23:23.7938640Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7938851Z | ^~~~~~~~ 2025-03-21T20:23:23.7939722Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:23.7940406Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:23.7941102Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:23.7941740Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:23.7942308Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:23.7942900Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:23.7943562Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:23.7944149Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:23.7944714Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:23.7945364Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:23.7945549Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.7945726Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.7945995Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.7946156Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.7946533Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:23.7946916Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:23.7947254Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:23.7952962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.7958803Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.7962695Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.7967306Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.7975491Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.7983619Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.7988276Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.7992068Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.7995780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.7996258Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.7996814Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.7996983Z 94 | struct array 2025-03-21T20:23:23.7997151Z | ^~~~~ 2025-03-21T20:23:23.7998321Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:23.7998525Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.7998649Z | ^~~~~~~~ 2025-03-21T20:23:23.8003332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8007858Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8011746Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8016269Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8023766Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8034192Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8041338Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8047489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8064676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8065008Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8065632Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8065733Z 94 | struct array 2025-03-21T20:23:23.8065835Z | ^~~~~ 2025-03-21T20:23:23.8066566Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:23.8066762Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.8066881Z | ^~~~~~~~ 2025-03-21T20:23:23.8071411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8076071Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8079964Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8084436Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8092233Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8100590Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8105492Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8110738Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8115936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8116265Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8116808Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8116934Z 94 | struct array 2025-03-21T20:23:23.8117025Z | ^~~~~ 2025-03-21T20:23:23.8117745Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:23.8117935Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.8118069Z | ^~~~~~~~ 2025-03-21T20:23:23.8123580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8130188Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8134450Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8139361Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8146973Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8155599Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8160474Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8166581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8171513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8172050Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8172639Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8172744Z 94 | struct array 2025-03-21T20:23:23.8172851Z | ^~~~~ 2025-03-21T20:23:23.8173678Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:23.8173901Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.8174040Z | ^~~~~~~~ 2025-03-21T20:23:23.8178743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8185186Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8189615Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8197998Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8211506Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8226495Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8234986Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8241905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8248399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8248939Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8249792Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8249969Z 94 | struct array 2025-03-21T20:23:23.8250119Z | ^~~~~ 2025-03-21T20:23:23.8251305Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:23.8251670Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.8252062Z | ^~~~~~~~ 2025-03-21T20:23:23.8259004Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8266018Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8270229Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8275507Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8282767Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8290769Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8295268Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8298995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8302588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8302897Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8303380Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8303480Z 94 | struct array 2025-03-21T20:23:23.8303583Z | ^~~~~ 2025-03-21T20:23:23.8304240Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:23.8304439Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.8304562Z | ^~~~~~~~ 2025-03-21T20:23:23.8310946Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8319676Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8327394Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8336340Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8350513Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8362892Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8370101Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8376611Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8383125Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8383599Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8384362Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8384503Z 94 | struct array 2025-03-21T20:23:23.8384636Z | ^~~~~ 2025-03-21T20:23:23.8385771Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:23.8386042Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.8386228Z | ^~~~~~~~ 2025-03-21T20:23:23.8392713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8400640Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8408052Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8416536Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8430168Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8445619Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8454856Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8462308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8478248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8486083Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8488195Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8489547Z 94 | struct array 2025-03-21T20:23:23.8490260Z | ^~~~~ 2025-03-21T20:23:23.8491234Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:23.8493088Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:23.8494832Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:23.8496518Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:23.8498066Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:23.8499571Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:23.8500791Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:23.8503648Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:23.8505430Z 379 | unsigned short x; 2025-03-21T20:23:23.8506036Z | ^ 2025-03-21T20:23:23.8506651Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.8507361Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.8508117Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.8508872Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.8509788Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:23.8511091Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:23.8512248Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:23.8521004Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8536414Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8551812Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8560093Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8580907Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8608688Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8630524Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8644871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8658055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8664928Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8666560Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8667536Z 94 | struct array 2025-03-21T20:23:23.8667958Z | ^~~~~ 2025-03-21T20:23:23.8669503Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:23.8670936Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.8671674Z | ^~~~~~~~ 2025-03-21T20:23:23.8680646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8696094Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8711135Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8726470Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8748715Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8777127Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8799555Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8814170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.8827496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:23.8834031Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:23.8835791Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.8836845Z 94 | struct array 2025-03-21T20:23:23.8837290Z | ^~~~~ 2025-03-21T20:23:23.8838191Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:23.8839518Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:23.8840793Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:23.8842237Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:23.8843636Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:23.8845058Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:23.8847434Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:23.8849056Z 87 | uint16_t x; 2025-03-21T20:23:23.8849496Z | ^ 2025-03-21T20:23:23.8850013Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.8850689Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.8852044Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.8852783Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.8853636Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:23.8854817Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:23.8856080Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:23.8864783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.8879854Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.8894855Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.8909798Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.8931553Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.8959610Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.8981767Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.8996149Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9009181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9015751Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9017389Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9018413Z 94 | struct array 2025-03-21T20:23:23.9018866Z | ^~~~~ 2025-03-21T20:23:23.9020659Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:23.9022119Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.9022844Z | ^~~~~~~~ 2025-03-21T20:23:23.9031037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9046198Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9061086Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9075773Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.9097227Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.9124540Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.9146340Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.9161292Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9174267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9180637Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9182382Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9183482Z 94 | struct array 2025-03-21T20:23:23.9183944Z | ^~~~~ 2025-03-21T20:23:23.9185663Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:23.9187213Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.9187968Z | ^~~~~~~~ 2025-03-21T20:23:23.9195907Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9210997Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9226073Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9240943Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.9262066Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.9289529Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.9311378Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.9325488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9338700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9345111Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9346839Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9347875Z 94 | struct array 2025-03-21T20:23:23.9348308Z | ^~~~~ 2025-03-21T20:23:23.9349924Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:23.9351440Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.9352169Z | ^~~~~~~~ 2025-03-21T20:23:23.9359953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9374835Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9389412Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9403233Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.9424816Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.9450696Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.9462009Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.9469166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9475644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9478866Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9479750Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9480293Z 94 | struct array 2025-03-21T20:23:23.9480557Z | ^~~~~ 2025-03-21T20:23:23.9481374Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:23.9482438Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.9482933Z | ^~~~~~~~ 2025-03-21T20:23:23.9487152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9495000Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9502505Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9509936Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.9521297Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.9536223Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.9547202Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.9554854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9561493Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9564719Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9565609Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9566182Z 94 | struct array 2025-03-21T20:23:23.9566445Z | ^~~~~ 2025-03-21T20:23:23.9567290Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:23.9568099Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.9568512Z | ^~~~~~~~ 2025-03-21T20:23:23.9572699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9580421Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9588018Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9595470Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.9606036Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.9621552Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.9632904Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.9640231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9648324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9651797Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9652732Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9653289Z 94 | struct array 2025-03-21T20:23:23.9653556Z | ^~~~~ 2025-03-21T20:23:23.9654594Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:23.9655378Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.9655796Z | ^~~~~~~~ 2025-03-21T20:23:23.9660036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9667964Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9675465Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9682996Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.9693725Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.9707551Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.9718578Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.9726065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9735670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9740715Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9741956Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9742708Z 94 | struct array 2025-03-21T20:23:23.9743075Z | ^~~~~ 2025-03-21T20:23:23.9744200Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:23.9745219Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.9745781Z | ^~~~~~~~ 2025-03-21T20:23:23.9751775Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9762755Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9773325Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9780859Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.9793778Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.9808333Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.9819474Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.9827729Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9834381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9837612Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9838511Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9839072Z 94 | struct array 2025-03-21T20:23:23.9839345Z | ^~~~~ 2025-03-21T20:23:23.9839822Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:23.9840554Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:23.9841240Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:23.9841930Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:23.9842688Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:23.9843441Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:23.9844058Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:23.9845270Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:23.9846138Z 379 | unsigned short x; 2025-03-21T20:23:23.9846415Z | ^ 2025-03-21T20:23:23.9846716Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:23.9847095Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:23.9847511Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:23.9847928Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:23.9848431Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:23.9849098Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:23.9849712Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:23.9854020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9861671Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9871936Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9880450Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:23.9896692Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:23.9919848Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:23.9932308Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:23.9941931Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:23.9949319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:23.9952560Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:23.9953463Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:23.9954025Z 94 | struct array 2025-03-21T20:23:23.9954281Z | ^~~~~ 2025-03-21T20:23:23.9955097Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:23.9955881Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:23.9956302Z | ^~~~~~~~ 2025-03-21T20:23:23.9960414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:23.9968173Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:23.9979695Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:23.9993265Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.0013537Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.0041697Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.0063281Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.0076453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0086386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:24.0091453Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:24.0092956Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0093743Z 94 | struct array 2025-03-21T20:23:24.0094084Z | ^~~~~ 2025-03-21T20:23:24.0094789Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:24.0095749Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:24.0096695Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:24.0097850Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:24.0098996Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:24.0099862Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:24.0101682Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:24.0103084Z 87 | uint16_t x; 2025-03-21T20:23:24.0103448Z | ^ 2025-03-21T20:23:24.0104502Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:24.0105810Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:24.0106807Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:24.0107777Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.0108365Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.0108959Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.0109990Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.0111023Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:24.0112116Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:24.0113124Z from /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:9: 2025-03-21T20:23:24.0121039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0135109Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0150310Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0165844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0179701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0186508Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.0188156Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0189227Z 94 | struct array 2025-03-21T20:23:24.0189608Z | ^~~~~ 2025-03-21T20:23:24.0191130Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:24.0192561Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0193291Z | ^~~~~~~~ 2025-03-21T20:23:24.0201477Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0216775Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0233067Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0248246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0260018Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0267004Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.0268816Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0269874Z 94 | struct array 2025-03-21T20:23:24.0270315Z | ^~~~~ 2025-03-21T20:23:24.0271879Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:24.0273388Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0274095Z | ^~~~~~~~ 2025-03-21T20:23:24.0283123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0299192Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0314651Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0328768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0340470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0346476Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.0347955Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0348912Z 94 | struct array 2025-03-21T20:23:24.0349325Z | ^~~~~ 2025-03-21T20:23:24.0350693Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:24.0351985Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0352623Z | ^~~~~~~~ 2025-03-21T20:23:24.0357297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0365618Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0374388Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0386828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0400502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0407236Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.0408901Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0409854Z 94 | struct array 2025-03-21T20:23:24.0410281Z | ^~~~~ 2025-03-21T20:23:24.0411880Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:24.0413245Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0413972Z | ^~~~~~~~ 2025-03-21T20:23:24.0422922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0438885Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0455912Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0472176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0486985Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0494422Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.0496232Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0497290Z 94 | struct array 2025-03-21T20:23:24.0497756Z | ^~~~~ 2025-03-21T20:23:24.0499328Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:24.0500872Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0501814Z | ^~~~~~~~ 2025-03-21T20:23:24.0511083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0527341Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0544528Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0560493Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0575413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0582480Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.0584244Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0585267Z 94 | struct array 2025-03-21T20:23:24.0585803Z | ^~~~~ 2025-03-21T20:23:24.0587313Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.0588770Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0589529Z | ^~~~~~~~ 2025-03-21T20:23:24.0598354Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0614870Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0632407Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0648617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0663272Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0670353Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.0672148Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0673219Z 94 | struct array 2025-03-21T20:23:24.0673675Z | ^~~~~ 2025-03-21T20:23:24.0675238Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.0676694Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0677443Z | ^~~~~~~~ 2025-03-21T20:23:24.0678723Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:24.0679860Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.0680546Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.0681276Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.0682036Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.0682952Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:24.0684201Z from /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:11: 2025-03-21T20:23:24.0693309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0709933Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0727244Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0743054Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0758040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0765081Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:23:24.0766788Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0767833Z 94 | struct array 2025-03-21T20:23:24.0768266Z | ^~~~~ 2025-03-21T20:23:24.0769925Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.0771407Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0772228Z | ^~~~~~~~ 2025-03-21T20:23:24.0781036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0797258Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0814684Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0830827Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.0845344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0852604Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:23:24.0854288Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0855343Z 94 | struct array 2025-03-21T20:23:24.0855794Z | ^~~~~ 2025-03-21T20:23:24.0857367Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.0858849Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0859588Z | ^~~~~~~~ 2025-03-21T20:23:24.0867282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0881658Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0896642Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0910251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.0922933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.0929195Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:23:24.0930877Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.0932048Z 94 | struct array 2025-03-21T20:23:24.0932821Z | ^~~~~ 2025-03-21T20:23:24.0934551Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:24.0936095Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.0936877Z | ^~~~~~~~ 2025-03-21T20:23:24.0944532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.0958862Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0973441Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.0986768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.0999436Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.1005761Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:23:24.1007453Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1008489Z 94 | struct array 2025-03-21T20:23:24.1008928Z | ^~~~~ 2025-03-21T20:23:24.1010492Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:24.1012049Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1012865Z | ^~~~~~~~ 2025-03-21T20:23:24.1014084Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:24.1015936Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:24.1017801Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:24.1019579Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:24.1021679Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:24.1023621Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:24.1025376Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:24.1027073Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:24.1028826Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:24.1030558Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:24.1031733Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.1032419Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.1033145Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.1033901Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.1034807Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:24.1036024Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:24.1037158Z from /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:9: 2025-03-21T20:23:24.1044459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1057567Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1070903Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1082870Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.1093858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:24.1102657Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1106456Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.1108164Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1109380Z 94 | struct array 2025-03-21T20:23:24.1109830Z | ^~~~~ 2025-03-21T20:23:24.1111600Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:24.1113129Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1113878Z | ^~~~~~~~ 2025-03-21T20:23:24.1120942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1133546Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1146666Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1158505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.1169473Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:24.1178441Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1182187Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.1183892Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1184976Z 94 | struct array 2025-03-21T20:23:24.1185435Z | ^~~~~ 2025-03-21T20:23:24.1187131Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:24.1188714Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1189531Z | ^~~~~~~~ 2025-03-21T20:23:24.1196585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1209342Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1222460Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1234137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.1244951Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:24.1253704Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1257474Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.1259187Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1260238Z 94 | struct array 2025-03-21T20:23:24.1260687Z | ^~~~~ 2025-03-21T20:23:24.1262293Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:24.1263808Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1264539Z | ^~~~~~~~ 2025-03-21T20:23:24.1271152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1283319Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1297040Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1308506Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.1318666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:24.1327470Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1331271Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.1333076Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1334071Z 94 | struct array 2025-03-21T20:23:24.1334525Z | ^~~~~ 2025-03-21T20:23:24.1336031Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:24.1337398Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1338154Z | ^~~~~~~~ 2025-03-21T20:23:24.1344408Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1357098Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1370123Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1381819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.1392500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:24.1401338Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1405096Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.1406780Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1407801Z 94 | struct array 2025-03-21T20:23:24.1408247Z | ^~~~~ 2025-03-21T20:23:24.1409855Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:24.1411342Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1412184Z | ^~~~~~~~ 2025-03-21T20:23:24.1419120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1431736Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1444563Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1456186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.1466794Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:24.1475424Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1480678Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.1482388Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1483424Z 94 | struct array 2025-03-21T20:23:24.1483897Z | ^~~~~ 2025-03-21T20:23:24.1485445Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.1486917Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1487647Z | ^~~~~~~~ 2025-03-21T20:23:24.1494597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1507149Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1518992Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1530869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.1541937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:24.1550683Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1554451Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.1556135Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1557170Z 94 | struct array 2025-03-21T20:23:24.1557623Z | ^~~~~ 2025-03-21T20:23:24.1559009Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.1559342Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1559557Z | ^~~~~~~~ 2025-03-21T20:23:24.1565651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1572675Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1579332Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1585260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.1590821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:24.1594663Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1595128Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.1596038Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1596215Z 94 | struct array 2025-03-21T20:23:24.1596382Z | ^~~~~ 2025-03-21T20:23:24.1597626Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:24.1597911Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1598113Z | ^~~~~~~~ 2025-03-21T20:23:24.1605905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1614827Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1623065Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1630333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.1638047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.1641997Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1642518Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.1643518Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1643689Z 94 | struct array 2025-03-21T20:23:24.1643853Z | ^~~~~ 2025-03-21T20:23:24.1645516Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:24.1646055Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1646332Z | ^~~~~~~~ 2025-03-21T20:23:24.1654215Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1662634Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1671128Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1678368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.1686064Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.1689618Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1690072Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.1691053Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1691220Z 94 | struct array 2025-03-21T20:23:24.1691375Z | ^~~~~ 2025-03-21T20:23:24.1692816Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:24.1693102Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1693307Z | ^~~~~~~~ 2025-03-21T20:23:24.1701048Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1709468Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1718368Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1725940Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.1733234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.1736977Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1737487Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.1738433Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1738621Z 94 | struct array 2025-03-21T20:23:24.1738777Z | ^~~~~ 2025-03-21T20:23:24.1740115Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:24.1740443Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1740663Z | ^~~~~~~~ 2025-03-21T20:23:24.1748449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1756939Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1765248Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1772627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.1779774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.1783714Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1784241Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.1785135Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1785323Z 94 | struct array 2025-03-21T20:23:24.1785479Z | ^~~~~ 2025-03-21T20:23:24.1786706Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:24.1787014Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1787220Z | ^~~~~~~~ 2025-03-21T20:23:24.1794954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1803242Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1810879Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1814843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.1818687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.1820926Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1821225Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.1821738Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1821855Z 94 | struct array 2025-03-21T20:23:24.1821946Z | ^~~~~ 2025-03-21T20:23:24.1822756Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:24.1822966Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1823090Z | ^~~~~~~~ 2025-03-21T20:23:24.1827885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1835378Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1841010Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1846364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.1850407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.1852829Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1853258Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.1853926Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1854033Z 94 | struct array 2025-03-21T20:23:24.1854137Z | ^~~~~ 2025-03-21T20:23:24.1854874Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:24.1855136Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1855294Z | ^~~~~~~~ 2025-03-21T20:23:24.1859704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1864474Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1869075Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1873382Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.1877234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.1879200Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1879493Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.1880001Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1880103Z 94 | struct array 2025-03-21T20:23:24.1880212Z | ^~~~~ 2025-03-21T20:23:24.1880894Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:24.1881096Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1881219Z | ^~~~~~~~ 2025-03-21T20:23:24.1888001Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1893764Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1898338Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.1902056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.1906135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.1908238Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.1908524Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.1909027Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.1909226Z 94 | struct array 2025-03-21T20:23:24.1909495Z | ^~~~~ 2025-03-21T20:23:24.1910271Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:24.1910471Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.1910637Z | ^~~~~~~~ 2025-03-21T20:23:24.1911189Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:24.1911351Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.1911483Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.1911670Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.1911843Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.1912114Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:24.1912335Z from /pytorch/executorch/kernels/portable/cpu/op_div.cpp:9: 2025-03-21T20:23:24.1917208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.1923584Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.1952542Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.1961128Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.1975230Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.1991104Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.1996067Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2000077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2004145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2004512Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:23:24.2005047Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2005160Z 94 | struct array 2025-03-21T20:23:24.2005257Z | ^~~~~ 2025-03-21T20:23:24.2006101Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.2006333Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2006501Z | ^~~~~~~~ 2025-03-21T20:23:24.2012051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2017512Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2022898Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2028138Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2036044Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2044772Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2049553Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2054215Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2059196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2059591Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:23:24.2060231Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2060336Z 94 | struct array 2025-03-21T20:23:24.2060447Z | ^~~~~ 2025-03-21T20:23:24.2061217Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.2061487Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2061611Z | ^~~~~~~~ 2025-03-21T20:23:24.2066248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2071325Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2075727Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2081062Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2089527Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2098966Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2104071Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2108388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2112586Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2112947Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:24.2113500Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2113631Z 94 | struct array 2025-03-21T20:23:24.2113754Z | ^~~~~ 2025-03-21T20:23:24.2114649Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:24.2114849Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2114974Z | ^~~~~~~~ 2025-03-21T20:23:24.2120429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2128186Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2132649Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2137958Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2147240Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2159532Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2169395Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2177492Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2185843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2186538Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:24.2187497Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2187683Z 94 | struct array 2025-03-21T20:23:24.2187836Z | ^~~~~ 2025-03-21T20:23:24.2189227Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:24.2189554Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2189770Z | ^~~~~~~~ 2025-03-21T20:23:24.2198428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2208217Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2216700Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2226604Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2242990Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2261431Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2271117Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2279220Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2287709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2288341Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:24.2289310Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2289481Z 94 | struct array 2025-03-21T20:23:24.2289650Z | ^~~~~ 2025-03-21T20:23:24.2290999Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:24.2291324Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2291546Z | ^~~~~~~~ 2025-03-21T20:23:24.2300339Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2309940Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2318569Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2328572Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2344963Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2363217Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2373152Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2381706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2389922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2390488Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:24.2391423Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2391585Z 94 | struct array 2025-03-21T20:23:24.2391753Z | ^~~~~ 2025-03-21T20:23:24.2392959Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:24.2393294Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2393487Z | ^~~~~~~~ 2025-03-21T20:23:24.2402377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2412441Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2422121Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2431849Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2448028Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2466533Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2476388Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2484986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2493345Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2493909Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:24.2494859Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2495045Z 94 | struct array 2025-03-21T20:23:24.2495200Z | ^~~~~ 2025-03-21T20:23:24.2496446Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:24.2496776Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2496978Z | ^~~~~~~~ 2025-03-21T20:23:24.2505751Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2515497Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2523967Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2533900Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2550065Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2568314Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2578356Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2586927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2595060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2595643Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:24.2596582Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2596754Z 94 | struct array 2025-03-21T20:23:24.2596907Z | ^~~~~ 2025-03-21T20:23:24.2598117Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.2598468Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2598691Z | ^~~~~~~~ 2025-03-21T20:23:24.2607668Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2617253Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2625738Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2635781Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2652561Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2670961Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2680914Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2689463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.2697623Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2698214Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:24.2699236Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2699421Z 94 | struct array 2025-03-21T20:23:24.2699592Z | ^~~~~ 2025-03-21T20:23:24.2700876Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.2701222Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2701425Z | ^~~~~~~~ 2025-03-21T20:23:24.2708742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2717075Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2724285Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2732799Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2746231Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2761420Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2769560Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2776536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.2783267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2783789Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:23:24.2784709Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2784988Z 94 | struct array 2025-03-21T20:23:24.2785139Z | ^~~~~ 2025-03-21T20:23:24.2786453Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:24.2786796Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2786989Z | ^~~~~~~~ 2025-03-21T20:23:24.2794212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2802328Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2809314Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2817890Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2831158Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2846068Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2854486Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2861354Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.2867886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2868436Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:23:24.2869369Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2869526Z 94 | struct array 2025-03-21T20:23:24.2869676Z | ^~~~~ 2025-03-21T20:23:24.2870913Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:24.2871336Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2871593Z | ^~~~~~~~ 2025-03-21T20:23:24.2879386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2887387Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2895094Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2903060Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2913267Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2921843Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2926851Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2930790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.2934903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2935214Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:24.2935754Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2935866Z 94 | struct array 2025-03-21T20:23:24.2935957Z | ^~~~~ 2025-03-21T20:23:24.2936695Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:24.2936905Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2937027Z | ^~~~~~~~ 2025-03-21T20:23:24.2941213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2946204Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.2950572Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.2955246Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.2962800Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.2971294Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.2976421Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.2980851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.2985166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.2985482Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:24.2986081Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.2986183Z 94 | struct array 2025-03-21T20:23:24.2986291Z | ^~~~~ 2025-03-21T20:23:24.2987023Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:24.2987223Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.2987343Z | ^~~~~~~~ 2025-03-21T20:23:24.2991379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.2996436Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.3000461Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.3005166Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.3012746Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.3022392Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.3027035Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.3031329Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3035450Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.3035853Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:24.3036382Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3036486Z 94 | struct array 2025-03-21T20:23:24.3036584Z | ^~~~~ 2025-03-21T20:23:24.3037298Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:24.3037483Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3037648Z | ^~~~~~~~ 2025-03-21T20:23:24.3041651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3046383Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.3050775Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.3055877Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.3063261Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.3071441Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.3075983Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.3079842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3083768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.3084074Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:24.3084554Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3084669Z 94 | struct array 2025-03-21T20:23:24.3084843Z | ^~~~~ 2025-03-21T20:23:24.3085520Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:24.3085718Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3085876Z | ^~~~~~~~ 2025-03-21T20:23:24.3090251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3095499Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.3099541Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.3104561Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.3112788Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.3125537Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.3131119Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.3135314Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3139340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.3139680Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:24.3140313Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3140420Z 94 | struct array 2025-03-21T20:23:24.3140532Z | ^~~~~ 2025-03-21T20:23:24.3141241Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:24.3141467Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3141605Z | ^~~~~~~~ 2025-03-21T20:23:24.3145908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3150491Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.3154594Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.3160851Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.3169465Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.3178054Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.3182800Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.3186830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3190578Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.3190892Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:24.3191380Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3191503Z 94 | struct array 2025-03-21T20:23:24.3191599Z | ^~~~~ 2025-03-21T20:23:24.3192280Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:24.3192465Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3192607Z | ^~~~~~~~ 2025-03-21T20:23:24.3196616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3201931Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.3206244Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.3211327Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.3219455Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.3228901Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.3233812Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.3238032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3241903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.3242319Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:24.3242814Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3242921Z 94 | struct array 2025-03-21T20:23:24.3243024Z | ^~~~~ 2025-03-21T20:23:24.3243699Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:24.3243898Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3244052Z | ^~~~~~~~ 2025-03-21T20:23:24.3244555Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:24.3245078Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:24.3245527Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:24.3245691Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.3245866Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.3246062Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.3246194Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.3246481Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:24.3246796Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:24.3247005Z from /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:9: 2025-03-21T20:23:24.3250357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3254282Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3258098Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3261516Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3264669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:24.3266856Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3267138Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:24.3267738Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3267903Z 94 | struct array 2025-03-21T20:23:24.3268016Z | ^~~~~ 2025-03-21T20:23:24.3268828Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:24.3269134Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3269302Z | ^~~~~~~~ 2025-03-21T20:23:24.3274248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3279261Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3284476Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3288721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3292942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:24.3295767Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3296153Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:24.3296832Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3297089Z 94 | struct array 2025-03-21T20:23:24.3297205Z | ^~~~~ 2025-03-21T20:23:24.3298245Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:24.3298540Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3298691Z | ^~~~~~~~ 2025-03-21T20:23:24.3303247Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3308444Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3313441Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3317676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3322036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:24.3325133Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3325477Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:24.3326015Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3326126Z 94 | struct array 2025-03-21T20:23:24.3326241Z | ^~~~~ 2025-03-21T20:23:24.3327007Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:24.3327207Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3327353Z | ^~~~~~~~ 2025-03-21T20:23:24.3330788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3334735Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3338446Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3341581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3344965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:24.3346978Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3347270Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:24.3347743Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3347858Z 94 | struct array 2025-03-21T20:23:24.3347952Z | ^~~~~ 2025-03-21T20:23:24.3348595Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:24.3348802Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3348927Z | ^~~~~~~~ 2025-03-21T20:23:24.3352171Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3356206Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3359819Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3362907Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3365791Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:24.3367727Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3368015Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:24.3368516Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3368620Z 94 | struct array 2025-03-21T20:23:24.3368712Z | ^~~~~ 2025-03-21T20:23:24.3369413Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:24.3369598Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3369742Z | ^~~~~~~~ 2025-03-21T20:23:24.3373140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3376797Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3380610Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3383860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3386807Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:24.3388833Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3389130Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:24.3389620Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3389719Z 94 | struct array 2025-03-21T20:23:24.3389822Z | ^~~~~ 2025-03-21T20:23:24.3390617Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.3390839Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3391007Z | ^~~~~~~~ 2025-03-21T20:23:24.3394683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3398638Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3402316Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3405469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3410637Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:24.3414600Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3415336Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:24.3416233Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3416398Z 94 | struct array 2025-03-21T20:23:24.3416527Z | ^~~~~ 2025-03-21T20:23:24.3417352Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.3417556Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3417702Z | ^~~~~~~~ 2025-03-21T20:23:24.3421552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3425374Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3429067Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3431965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3434961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:24.3436972Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3437248Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:24.3437741Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3437844Z 94 | struct array 2025-03-21T20:23:24.3437953Z | ^~~~~ 2025-03-21T20:23:24.3438600Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:24.3438788Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3438923Z | ^~~~~~~~ 2025-03-21T20:23:24.3442937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3447308Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3451740Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3455665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3459916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.3462038Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3462317Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:24.3462932Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3463037Z 94 | struct array 2025-03-21T20:23:24.3463174Z | ^~~~~ 2025-03-21T20:23:24.3463953Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:24.3464177Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3464315Z | ^~~~~~~~ 2025-03-21T20:23:24.3468662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3474368Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3479176Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3483668Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3495392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.3501434Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3503497Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:24.3504416Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3504991Z 94 | struct array 2025-03-21T20:23:24.3505262Z | ^~~~~ 2025-03-21T20:23:24.3506181Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:24.3507365Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3508059Z | ^~~~~~~~ 2025-03-21T20:23:24.3513030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3521823Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3530603Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3540129Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3547785Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.3553070Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3555166Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:24.3556209Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3556776Z 94 | struct array 2025-03-21T20:23:24.3557068Z | ^~~~~ 2025-03-21T20:23:24.3558080Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:24.3559008Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3559526Z | ^~~~~~~~ 2025-03-21T20:23:24.3564077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3572108Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3580628Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3588388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3595893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.3601486Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3603583Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:24.3604686Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3605343Z 94 | struct array 2025-03-21T20:23:24.3605651Z | ^~~~~ 2025-03-21T20:23:24.3606587Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:24.3607354Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3607849Z | ^~~~~~~~ 2025-03-21T20:23:24.3612193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3620011Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3628158Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3635646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3642700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.3647748Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3649692Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:24.3650582Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3651158Z 94 | struct array 2025-03-21T20:23:24.3651428Z | ^~~~~ 2025-03-21T20:23:24.3652383Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:24.3653193Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3653612Z | ^~~~~~~~ 2025-03-21T20:23:24.3657825Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3665555Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3673510Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3680878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3687634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.3692918Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3694912Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:24.3695788Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3696352Z 94 | struct array 2025-03-21T20:23:24.3696616Z | ^~~~~ 2025-03-21T20:23:24.3697432Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:24.3698209Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3698681Z | ^~~~~~~~ 2025-03-21T20:23:24.3703125Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3710833Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3718713Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3726226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3733165Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.3738214Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3740151Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:24.3741028Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3741731Z 94 | struct array 2025-03-21T20:23:24.3742031Z | ^~~~~ 2025-03-21T20:23:24.3742862Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:24.3743651Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3744069Z | ^~~~~~~~ 2025-03-21T20:23:24.3748338Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3757423Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3766983Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.3774877Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.3782333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.3787760Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3789909Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:24.3790954Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3791608Z 94 | struct array 2025-03-21T20:23:24.3791915Z | ^~~~~ 2025-03-21T20:23:24.3792970Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:24.3794042Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3794531Z | ^~~~~~~~ 2025-03-21T20:23:24.3795402Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:24.3796160Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.3796610Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.3797030Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.3797530Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.3798093Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:24.3798837Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:24.3799459Z from /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:9: 2025-03-21T20:23:24.3806107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3815388Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.3822438Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.3829447Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.3839340Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.3852308Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.3863641Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.3870700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3876334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:24.3880787Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3882731Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:24.3883648Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3884229Z 94 | struct array 2025-03-21T20:23:24.3884492Z | ^~~~~ 2025-03-21T20:23:24.3885397Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:24.3886236Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3886662Z | ^~~~~~~~ 2025-03-21T20:23:24.3891265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.3901905Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.3909697Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.3916379Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.3926078Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.3938247Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.3948487Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.3956977Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.3966639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:24.3974868Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.3978518Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:24.3980346Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.3981383Z 94 | struct array 2025-03-21T20:23:24.3981831Z | ^~~~~ 2025-03-21T20:23:24.3983330Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:24.3984729Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.3985408Z | ^~~~~~~~ 2025-03-21T20:23:24.3992085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4004004Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4015493Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4027018Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4043957Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4065438Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.4082815Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.4094451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.4104651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:24.4109258Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.4111199Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:24.4112100Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.4112677Z 94 | struct array 2025-03-21T20:23:24.4112947Z | ^~~~~ 2025-03-21T20:23:24.4113806Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:24.4114631Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.4115045Z | ^~~~~~~~ 2025-03-21T20:23:24.4120927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4128420Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4134611Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4140918Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4149561Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4161647Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.4171925Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.4178266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.4183688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:24.4190347Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.4193272Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:24.4194213Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.4194783Z 94 | struct array 2025-03-21T20:23:24.4195052Z | ^~~~~ 2025-03-21T20:23:24.4195870Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:24.4196643Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.4197060Z | ^~~~~~~~ 2025-03-21T20:23:24.4200613Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4207117Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4213363Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4220376Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4237871Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4256906Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.4270103Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.4278647Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.4287735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:24.4296478Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.4299999Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:24.4301230Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.4301808Z 94 | struct array 2025-03-21T20:23:24.4302075Z | ^~~~~ 2025-03-21T20:23:24.4302923Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:24.4303727Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.4304162Z | ^~~~~~~~ 2025-03-21T20:23:24.4307665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4314026Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4320087Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4326830Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4337916Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4350351Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.4360261Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.4366688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.4372991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:24.4377993Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.4380087Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:24.4380983Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.4381604Z 94 | struct array 2025-03-21T20:23:24.4381878Z | ^~~~~ 2025-03-21T20:23:24.4383250Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.4384062Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.4384490Z | ^~~~~~~~ 2025-03-21T20:23:24.4387995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4394426Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4400800Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4407148Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4416043Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4432295Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.4446561Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.4456343Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.4462485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:24.4467498Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.4470225Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:24.4471705Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.4472706Z 94 | struct array 2025-03-21T20:23:24.4473008Z | ^~~~~ 2025-03-21T20:23:24.4473886Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.4474866Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.4475373Z | ^~~~~~~~ 2025-03-21T20:23:24.4479172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4491186Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4502721Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4514148Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4531178Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4552321Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.4568030Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.4574223Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.4579504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:24.4583991Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.4585924Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:24.4586796Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.4587351Z 94 | struct array 2025-03-21T20:23:24.4587616Z | ^~~~~ 2025-03-21T20:23:24.4588428Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:24.4589209Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.4589847Z | ^~~~~~~~ 2025-03-21T20:23:24.4595202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4603121Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4610901Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4618832Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4635829Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4656306Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.4667917Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.4675574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.4683129Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.4688176Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.4690191Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:24.4691162Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.4692070Z 94 | struct array 2025-03-21T20:23:24.4692465Z | ^~~~~ 2025-03-21T20:23:24.4694073Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:24.4695551Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.4696263Z | ^~~~~~~~ 2025-03-21T20:23:24.4704097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4718721Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4734212Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4749739Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4772265Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4800275Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.4823082Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.4838253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.4851886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.4861810Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.4865570Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:24.4867288Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.4868387Z 94 | struct array 2025-03-21T20:23:24.4868834Z | ^~~~~ 2025-03-21T20:23:24.4870490Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:24.4872180Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.4873110Z | ^~~~~~~~ 2025-03-21T20:23:24.4881345Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.4896652Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.4911931Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.4927701Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.4950861Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.4979146Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.5001519Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.5016747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.5029843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.5039802Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.5043612Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:24.5045339Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.5046414Z 94 | struct array 2025-03-21T20:23:24.5046873Z | ^~~~~ 2025-03-21T20:23:24.5048496Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:24.5050028Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.5050774Z | ^~~~~~~~ 2025-03-21T20:23:24.5059066Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.5074130Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.5089383Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.5104289Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.5126479Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.5154462Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.5176892Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.5192038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.5205161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.5215179Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.5218955Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:24.5220842Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.5221882Z 94 | struct array 2025-03-21T20:23:24.5222328Z | ^~~~~ 2025-03-21T20:23:24.5223875Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:24.5225310Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.5226030Z | ^~~~~~~~ 2025-03-21T20:23:24.5234315Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.5249851Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.5265122Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.5280102Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.5302029Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.5330429Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.5352691Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.5367688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.5381406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.5391309Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.5395049Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:24.5396713Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.5397758Z 94 | struct array 2025-03-21T20:23:24.5398195Z | ^~~~~ 2025-03-21T20:23:24.5399830Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:24.5401332Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.5402060Z | ^~~~~~~~ 2025-03-21T20:23:24.5410174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.5425184Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.5440519Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.5455799Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.5477779Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.5505988Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.5528509Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.5543660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.5557320Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.5567410Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.5571269Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:24.5573008Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.5574065Z 94 | struct array 2025-03-21T20:23:24.5574527Z | ^~~~~ 2025-03-21T20:23:24.5576114Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:24.5577598Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.5578328Z | ^~~~~~~~ 2025-03-21T20:23:24.5586505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.5601773Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.5616715Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.5632195Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.5654173Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.5682612Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.5704952Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.5719896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.5733654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.5743870Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.5747448Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:24.5749129Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.5750174Z 94 | struct array 2025-03-21T20:23:24.5750631Z | ^~~~~ 2025-03-21T20:23:24.5752190Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:24.5753669Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.5754432Z | ^~~~~~~~ 2025-03-21T20:23:24.5762597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.5777531Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.5792122Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.5807445Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.5829706Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.5858070Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.6087333Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.6098330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6105507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6110522Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6112456Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:24.6113330Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6114110Z 94 | struct array 2025-03-21T20:23:24.6114376Z | ^~~~~ 2025-03-21T20:23:24.6115249Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:24.6116025Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6116501Z | ^~~~~~~~ 2025-03-21T20:23:24.6117230Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:24.6118179Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:24.6119120Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:24.6120084Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:24.6121367Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:24.6122308Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:24.6123244Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:24.6124193Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:24.6125154Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:24.6126155Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:24.6127247Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:24.6128199Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:24.6129465Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:24.6130550Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:24.6131224Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.6131708Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.6132134Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.6132554Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.6133049Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:24.6133748Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:24.6134385Z from /pytorch/executorch/kernels/portable/cpu/op_le.cpp:9: 2025-03-21T20:23:24.6138102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6145315Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6152355Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6170558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6176305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:24.6180759Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6182706Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:24.6183620Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6184208Z 94 | struct array 2025-03-21T20:23:24.6184472Z | ^~~~~ 2025-03-21T20:23:24.6185372Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:24.6186199Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6186764Z | ^~~~~~~~ 2025-03-21T20:23:24.6190403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6197601Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6204318Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6210348Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6215938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:24.6220444Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6222829Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:24.6223750Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6224319Z 94 | struct array 2025-03-21T20:23:24.6224586Z | ^~~~~ 2025-03-21T20:23:24.6225466Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:24.6226285Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6226706Z | ^~~~~~~~ 2025-03-21T20:23:24.6231202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6237590Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6244178Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6250110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6255802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:24.6260194Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6262135Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:24.6263024Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6263597Z 94 | struct array 2025-03-21T20:23:24.6263864Z | ^~~~~ 2025-03-21T20:23:24.6264725Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:24.6265518Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6265936Z | ^~~~~~~~ 2025-03-21T20:23:24.6269324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6275484Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6282014Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6288616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6293949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:24.6298285Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6300268Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:24.6301128Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6301676Z 94 | struct array 2025-03-21T20:23:24.6301938Z | ^~~~~ 2025-03-21T20:23:24.6302850Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:24.6303978Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6304635Z | ^~~~~~~~ 2025-03-21T20:23:24.6310811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6323147Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6333532Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6339514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6344876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:24.6349261Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6351195Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:24.6352092Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6352669Z 94 | struct array 2025-03-21T20:23:24.6352935Z | ^~~~~ 2025-03-21T20:23:24.6353781Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:24.6354586Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6355006Z | ^~~~~~~~ 2025-03-21T20:23:24.6358820Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6366951Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6376291Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6382122Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6387434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:24.6391853Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6393794Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:24.6394665Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6395271Z 94 | struct array 2025-03-21T20:23:24.6395537Z | ^~~~~ 2025-03-21T20:23:24.6396394Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.6397172Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6397610Z | ^~~~~~~~ 2025-03-21T20:23:24.6401086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6407388Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6413949Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6421523Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6431918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:24.6440209Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6443590Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:24.6445207Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6446078Z 94 | struct array 2025-03-21T20:23:24.6446481Z | ^~~~~ 2025-03-21T20:23:24.6447947Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.6449299Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6450027Z | ^~~~~~~~ 2025-03-21T20:23:24.6454547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6461336Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6467833Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6473705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6478982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:24.6483307Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6485240Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:24.6486109Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6486671Z 94 | struct array 2025-03-21T20:23:24.6486934Z | ^~~~~ 2025-03-21T20:23:24.6487731Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:24.6488793Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6489414Z | ^~~~~~~~ 2025-03-21T20:23:24.6496481Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6508971Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6525524Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6539482Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6552376Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6562422Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6566529Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:24.6568276Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6569389Z 94 | struct array 2025-03-21T20:23:24.6569542Z | ^~~~~ 2025-03-21T20:23:24.6570961Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:24.6571289Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6571502Z | ^~~~~~~~ 2025-03-21T20:23:24.6578967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6587516Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6595930Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6603375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6610751Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6614588Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6615124Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:24.6616122Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6616318Z 94 | struct array 2025-03-21T20:23:24.6616475Z | ^~~~~ 2025-03-21T20:23:24.6617851Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:24.6618148Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6618361Z | ^~~~~~~~ 2025-03-21T20:23:24.6626453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6635194Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6643749Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6651100Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6658364Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6662188Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6662721Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:24.6663667Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6663846Z 94 | struct array 2025-03-21T20:23:24.6664087Z | ^~~~~ 2025-03-21T20:23:24.6665537Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:24.6665872Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6666077Z | ^~~~~~~~ 2025-03-21T20:23:24.6673788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6682402Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6690775Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6698128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6705505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6709362Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6709954Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:24.6710853Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6711034Z 94 | struct array 2025-03-21T20:23:24.6711189Z | ^~~~~ 2025-03-21T20:23:24.6712417Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:24.6712756Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6712976Z | ^~~~~~~~ 2025-03-21T20:23:24.6719967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6728558Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6737254Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6744650Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6751865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6755617Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6756160Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:24.6757111Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6757318Z 94 | struct array 2025-03-21T20:23:24.6757484Z | ^~~~~ 2025-03-21T20:23:24.6758805Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:24.6759151Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6759356Z | ^~~~~~~~ 2025-03-21T20:23:24.6767700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6776518Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6784698Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6791937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6799147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6803050Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6803966Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:24.6804897Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6805070Z 94 | struct array 2025-03-21T20:23:24.6805243Z | ^~~~~ 2025-03-21T20:23:24.6806511Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:24.6806884Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6807079Z | ^~~~~~~~ 2025-03-21T20:23:24.6814839Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6823511Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6831921Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6839505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6847383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6851212Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6851841Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:24.6852806Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6852979Z 94 | struct array 2025-03-21T20:23:24.6853129Z | ^~~~~ 2025-03-21T20:23:24.6854412Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:24.6854755Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6854967Z | ^~~~~~~~ 2025-03-21T20:23:24.6862830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6871244Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6879546Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:24.6886773Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.6894031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.6897895Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.6898515Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:24.6899449Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6899625Z 94 | struct array 2025-03-21T20:23:24.6899787Z | ^~~~~ 2025-03-21T20:23:24.6901000Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:24.6901334Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6901542Z | ^~~~~~~~ 2025-03-21T20:23:24.6902464Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:24.6902707Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.6902920Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.6903294Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.6903515Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.6904018Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:24.6904601Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:24.6905005Z from /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:9: 2025-03-21T20:23:24.6913327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.6922987Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.6931362Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.6941418Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.6956959Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.6975123Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.6984301Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.6991205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.6996722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.6997069Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.6997624Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.6997739Z 94 | struct array 2025-03-21T20:23:24.6997832Z | ^~~~~ 2025-03-21T20:23:24.6998617Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:24.6998807Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.6998929Z | ^~~~~~~~ 2025-03-21T20:23:24.7003286Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7008110Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7012385Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7017710Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7025852Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7034783Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7039645Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7043735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.7047724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7048101Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.7048610Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7048729Z 94 | struct array 2025-03-21T20:23:24.7048824Z | ^~~~~ 2025-03-21T20:23:24.7049559Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:24.7049745Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7049899Z | ^~~~~~~~ 2025-03-21T20:23:24.7054308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7059138Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7063310Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7068266Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7076139Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7089521Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7098974Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7106449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.7113163Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7113768Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.7114536Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7114677Z 94 | struct array 2025-03-21T20:23:24.7114801Z | ^~~~~ 2025-03-21T20:23:24.7115782Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:24.7116036Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7116200Z | ^~~~~~~~ 2025-03-21T20:23:24.7121273Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7126702Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7131531Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7136895Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7145838Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7155511Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7160840Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7165246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.7169419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7169870Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.7170463Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7170577Z 94 | struct array 2025-03-21T20:23:24.7170669Z | ^~~~~ 2025-03-21T20:23:24.7171422Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:24.7171704Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7171830Z | ^~~~~~~~ 2025-03-21T20:23:24.7176465Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7181415Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7185961Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7191510Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7200324Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7210587Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7216913Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7221466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.7225443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7225775Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.7226422Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7226586Z 94 | struct array 2025-03-21T20:23:24.7226679Z | ^~~~~ 2025-03-21T20:23:24.7227391Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:24.7227577Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7227697Z | ^~~~~~~~ 2025-03-21T20:23:24.7232067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7236895Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7241019Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7245885Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7253917Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7264743Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7269639Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7273687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.7277608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7277940Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.7278417Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7278534Z 94 | struct array 2025-03-21T20:23:24.7278628Z | ^~~~~ 2025-03-21T20:23:24.7279288Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.7279584Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7279707Z | ^~~~~~~~ 2025-03-21T20:23:24.7284030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7288867Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7293087Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7298482Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7306387Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7315265Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7320099Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7328234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.7335640Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7336280Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:24.7337273Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7337472Z 94 | struct array 2025-03-21T20:23:24.7337615Z | ^~~~~ 2025-03-21T20:23:24.7338857Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.7339194Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7339421Z | ^~~~~~~~ 2025-03-21T20:23:24.7340652Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:24.7341491Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:24.7342474Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:24.7342729Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.7342959Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.7343274Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.7343497Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.7344008Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:24.7344414Z from /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:11: 2025-03-21T20:23:24.7352984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7362610Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7370886Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7380948Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7396776Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7414844Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7425702Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7433791Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.7441678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7442377Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:23:24.7443472Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7443658Z 94 | struct array 2025-03-21T20:23:24.7443809Z | ^~~~~ 2025-03-21T20:23:24.7445176Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.7445508Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7445721Z | ^~~~~~~~ 2025-03-21T20:23:24.7454395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7463886Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7471580Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7481002Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7496760Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7511775Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7518541Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7526531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.7534381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7534962Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:23:24.7535915Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7536106Z 94 | struct array 2025-03-21T20:23:24.7536263Z | ^~~~~ 2025-03-21T20:23:24.7537807Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.7538201Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7538417Z | ^~~~~~~~ 2025-03-21T20:23:24.7545849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7554139Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7561125Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7569375Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7582454Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.7597503Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.7606006Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.7613118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.7619846Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.7620370Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:23:24.7621507Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.7621667Z 94 | struct array 2025-03-21T20:23:24.7621808Z | ^~~~~ 2025-03-21T20:23:24.7623039Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:24.7623368Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.7623573Z | ^~~~~~~~ 2025-03-21T20:23:24.7630816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.7639226Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.7646301Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.7654722Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.7667946Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.8621141Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.8641521Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.8655135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.8667408Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:24.8673247Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:23:24.8674510Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.8675290Z 94 | struct array 2025-03-21T20:23:24.8675670Z | ^~~~~ 2025-03-21T20:23:24.8676912Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:24.8678097Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.8678732Z | ^~~~~~~~ 2025-03-21T20:23:24.8679814Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:24.8681271Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:24.8682237Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:24.8683371Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:24.8684978Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:24.8685926Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:24.8686546Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:24.8687222Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:24.8687887Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:24.8688774Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:24.8689934Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:24.8690981Z from /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:9: 2025-03-21T20:23:24.8697379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.8705808Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.8712388Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.8719504Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.8731324Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.8753428Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.8771946Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.8781239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.8791116Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:24.8799176Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.8802653Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.8804289Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.8805322Z 94 | struct array 2025-03-21T20:23:24.8805762Z | ^~~~~ 2025-03-21T20:23:24.8807289Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:24.8808695Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.8809628Z | ^~~~~~~~ 2025-03-21T20:23:24.8815603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.8822526Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.8828827Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.8835267Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.8844463Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.8861324Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.8875331Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.8883984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.8892605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:24.8900336Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.8904051Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.8905800Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.8906893Z 94 | struct array 2025-03-21T20:23:24.8907321Z | ^~~~~ 2025-03-21T20:23:24.8909015Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:24.8910568Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.8911314Z | ^~~~~~~~ 2025-03-21T20:23:24.8918070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.8930264Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.8942518Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.8954769Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.8972465Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.8994698Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.9013089Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.9025412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.9036025Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:24.9044762Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.9048544Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.9050221Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.9051283Z 94 | struct array 2025-03-21T20:23:24.9051838Z | ^~~~~ 2025-03-21T20:23:24.9053483Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:24.9055027Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.9055776Z | ^~~~~~~~ 2025-03-21T20:23:24.9062316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.9074991Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.9086800Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.9098926Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.9115868Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.9140365Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.9157692Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.9169272Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.9179015Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:24.9187138Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.9190860Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.9192729Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.9193811Z 94 | struct array 2025-03-21T20:23:24.9194267Z | ^~~~~ 2025-03-21T20:23:24.9195808Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:24.9197255Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.9198013Z | ^~~~~~~~ 2025-03-21T20:23:24.9204724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.9217493Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.9229745Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.9242029Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.9259715Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.9281437Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.9297784Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.9309908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.9320777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:24.9329752Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.9333767Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.9335445Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.9336516Z 94 | struct array 2025-03-21T20:23:24.9337007Z | ^~~~~ 2025-03-21T20:23:24.9338681Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:24.9340238Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.9341041Z | ^~~~~~~~ 2025-03-21T20:23:24.9347844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.9360529Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.9372808Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.9384955Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.9401989Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.9424553Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.9443046Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.9454920Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.9465325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:24.9473966Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.9477672Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.9479333Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.9480524Z 94 | struct array 2025-03-21T20:23:24.9480981Z | ^~~~~ 2025-03-21T20:23:24.9482587Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:24.9484096Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.9484889Z | ^~~~~~~~ 2025-03-21T20:23:24.9491848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.9504510Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.9516495Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.9528624Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.9546134Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.9568943Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.9587567Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.9599296Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.9610069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:24.9618806Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.9622821Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.9624657Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.9625747Z 94 | struct array 2025-03-21T20:23:24.9626207Z | ^~~~~ 2025-03-21T20:23:24.9627802Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:24.9629314Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.9630065Z | ^~~~~~~~ 2025-03-21T20:23:24.9636762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.9649184Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.9661358Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.9673754Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.9690988Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.9713497Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.9732161Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.9744176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:24.9754569Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:24.9763218Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.9766995Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:23:24.9768635Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.9769675Z 94 | struct array 2025-03-21T20:23:24.9770131Z | ^~~~~ 2025-03-21T20:23:24.9771757Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:24.9773230Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.9773990Z | ^~~~~~~~ 2025-03-21T20:23:24.9782363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.9798295Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.9813766Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:24.9829271Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:24.9851759Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:24.9880192Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:24.9901895Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:24.9917005Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:24.9930341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:24.9940390Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:24.9944215Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:24.9945942Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:24.9947027Z 94 | struct array 2025-03-21T20:23:24.9947475Z | ^~~~~ 2025-03-21T20:23:24.9949127Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:24.9950724Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:24.9951457Z | ^~~~~~~~ 2025-03-21T20:23:24.9959736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:24.9975580Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:24.9990837Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.0005831Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.0027845Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.0056185Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.0078585Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.0093759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.0107357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.0117338Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.0121266Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:25.0122995Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.0124086Z 94 | struct array 2025-03-21T20:23:25.0124504Z | ^~~~~ 2025-03-21T20:23:25.0126182Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:25.0127754Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.0128490Z | ^~~~~~~~ 2025-03-21T20:23:25.0136848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.0152225Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.0167662Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.0183058Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.0204089Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.0232876Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.0255239Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.0270023Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.0283558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.0293654Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.0297406Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:25.0299118Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.0300173Z 94 | struct array 2025-03-21T20:23:25.0300648Z | ^~~~~ 2025-03-21T20:23:25.0302272Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:25.0303911Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.0304662Z | ^~~~~~~~ 2025-03-21T20:23:25.0312905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.0328433Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.0343698Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.0358963Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.0380594Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.0408548Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.0431196Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.0445950Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.0458248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.0468323Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.0471790Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:25.0473147Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.0473943Z 94 | struct array 2025-03-21T20:23:25.0474303Z | ^~~~~ 2025-03-21T20:23:25.0475598Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:25.0477000Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.0477752Z | ^~~~~~~~ 2025-03-21T20:23:25.0482648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.0490490Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.0498312Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.0506023Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.0517309Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.0531940Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.0543488Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.0551094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.0557861Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.0562864Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.0564794Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:25.0565673Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.0566238Z 94 | struct array 2025-03-21T20:23:25.0566501Z | ^~~~~ 2025-03-21T20:23:25.0567430Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:25.0568263Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.0568666Z | ^~~~~~~~ 2025-03-21T20:23:25.0572933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.0580773Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.0588435Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.0596133Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.0607302Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.0622376Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.0634738Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.0642448Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.0649219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.0654326Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.0656274Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:25.0657152Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.0657712Z 94 | struct array 2025-03-21T20:23:25.0657961Z | ^~~~~ 2025-03-21T20:23:25.0658795Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:25.0659569Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.0659984Z | ^~~~~~~~ 2025-03-21T20:23:25.0664254Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.0672143Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.0679860Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.0687535Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.0698820Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.0717379Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.0729722Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.0737889Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.0746212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.0752170Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.0754463Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:25.0755503Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.0756203Z 94 | struct array 2025-03-21T20:23:25.0756521Z | ^~~~~ 2025-03-21T20:23:25.0757498Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:25.0758347Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.0758826Z | ^~~~~~~~ 2025-03-21T20:23:25.0763383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.0772052Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.0780432Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.0788342Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.0799763Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.0821692Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.0833132Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.0840779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.0848470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.0855466Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.0857868Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:23:25.0858791Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.0859366Z 94 | struct array 2025-03-21T20:23:25.0859632Z | ^~~~~ 2025-03-21T20:23:25.0860440Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:25.0861210Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.0861634Z | ^~~~~~~~ 2025-03-21T20:23:25.0862382Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:25.0863383Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:25.0864723Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:25.0865685Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:25.0866604Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:25.0867246Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.0867632Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.0868051Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.0868466Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.0868969Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:25.0869721Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:25.0870464Z from /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:9: 2025-03-21T20:23:25.0875579Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.0884745Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.0896742Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.0908595Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.0924124Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.0942678Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.0953107Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.0959529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.0965204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:25.0969734Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.0971787Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:25.0972801Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.0973403Z 94 | struct array 2025-03-21T20:23:25.0973659Z | ^~~~~ 2025-03-21T20:23:25.0974758Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:25.0976290Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.0976954Z | ^~~~~~~~ 2025-03-21T20:23:25.0983592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.0995404Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1006443Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1013624Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1022895Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1034735Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1044422Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1053580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.1059277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:25.1063703Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1065645Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:25.1066556Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1067133Z 94 | struct array 2025-03-21T20:23:25.1067405Z | ^~~~~ 2025-03-21T20:23:25.1068292Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:25.1069133Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1069565Z | ^~~~~~~~ 2025-03-21T20:23:25.1073080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1083694Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1095259Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1106566Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1121474Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1133608Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1143099Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1149170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.1154572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:25.1158945Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1160967Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:25.1175084Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1175674Z 94 | struct array 2025-03-21T20:23:25.1176047Z | ^~~~~ 2025-03-21T20:23:25.1176926Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:25.1177745Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1178161Z | ^~~~~~~~ 2025-03-21T20:23:25.1182128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1188951Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1195387Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1206796Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1217212Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1230675Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1241667Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1248864Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.1255334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:25.1260303Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1262530Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:25.1263515Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1264134Z 94 | struct array 2025-03-21T20:23:25.1264457Z | ^~~~~ 2025-03-21T20:23:25.1265271Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:25.1266080Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1266498Z | ^~~~~~~~ 2025-03-21T20:23:25.1270266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1277175Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1283995Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1291022Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1300559Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1312644Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1323198Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1329520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.1336984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:25.1341899Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1344002Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:25.1344955Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1345644Z 94 | struct array 2025-03-21T20:23:25.1345933Z | ^~~~~ 2025-03-21T20:23:25.1346865Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:25.1347795Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1348310Z | ^~~~~~~~ 2025-03-21T20:23:25.1352365Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1359556Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1366186Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1373734Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1383298Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1396082Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1406364Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1412943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.1418708Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:25.1423983Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1426235Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:25.1427171Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1427823Z 94 | struct array 2025-03-21T20:23:25.1428089Z | ^~~~~ 2025-03-21T20:23:25.1429013Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:25.1429808Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1430212Z | ^~~~~~~~ 2025-03-21T20:23:25.1433878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1440833Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1447609Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1455195Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1464944Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1476457Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1485900Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1492214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.1497640Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:25.1501997Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1504317Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:25.1505311Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1505997Z 94 | struct array 2025-03-21T20:23:25.1506344Z | ^~~~~ 2025-03-21T20:23:25.1507357Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:25.1508296Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1508817Z | ^~~~~~~~ 2025-03-21T20:23:25.1512949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1520652Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1528420Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1535371Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1544137Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1556583Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1566068Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1573050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.1578415Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:25.1583081Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1585402Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:23:25.1586436Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1587100Z 94 | struct array 2025-03-21T20:23:25.1587372Z | ^~~~~ 2025-03-21T20:23:25.1588328Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:25.1589224Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1589677Z | ^~~~~~~~ 2025-03-21T20:23:25.1594743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1603243Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1611756Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1624186Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1636038Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1650481Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1662000Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1669705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.1676519Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.1681532Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1683468Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:25.1684378Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1684976Z 94 | struct array 2025-03-21T20:23:25.1685244Z | ^~~~~ 2025-03-21T20:23:25.1686268Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:25.1687117Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1687540Z | ^~~~~~~~ 2025-03-21T20:23:25.1691861Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1700124Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1707869Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1715581Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1727396Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1742001Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1753461Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1761196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.1768005Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.1773101Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1775032Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:25.1775945Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1776523Z 94 | struct array 2025-03-21T20:23:25.1776788Z | ^~~~~ 2025-03-21T20:23:25.1777676Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:25.1778501Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1778916Z | ^~~~~~~~ 2025-03-21T20:23:25.1783135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1791004Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1798758Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1806626Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1818576Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1833394Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1844843Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1852686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.1859512Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.1864498Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1866508Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:25.1867520Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1868153Z 94 | struct array 2025-03-21T20:23:25.1868419Z | ^~~~~ 2025-03-21T20:23:25.1869429Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:25.1870396Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1870945Z | ^~~~~~~~ 2025-03-21T20:23:25.1876194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1887300Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1895782Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1903891Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.1916113Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.1932589Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.1945029Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.1959081Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.1966106Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.1969758Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.1970273Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:25.1971066Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.1971216Z 94 | struct array 2025-03-21T20:23:25.1971403Z | ^~~~~ 2025-03-21T20:23:25.1972734Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:25.1973078Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.1973294Z | ^~~~~~~~ 2025-03-21T20:23:25.1981000Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.1986588Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.1990488Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.1995032Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.2003758Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.2012678Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.2017155Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.2021087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.2024813Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.2026845Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.2027154Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:25.2027646Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.2027789Z 94 | struct array 2025-03-21T20:23:25.2027895Z | ^~~~~ 2025-03-21T20:23:25.2028588Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:25.2028784Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.2028908Z | ^~~~~~~~ 2025-03-21T20:23:25.2032891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.2037359Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.2041200Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.2045784Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.2053073Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.2061530Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.2066032Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.2071419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.2075453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.2077552Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.2077909Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:25.2078405Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.2078521Z 94 | struct array 2025-03-21T20:23:25.2078613Z | ^~~~~ 2025-03-21T20:23:25.2079331Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:25.2079542Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.2079670Z | ^~~~~~~~ 2025-03-21T20:23:25.2083814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.2088296Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.2092286Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.2097075Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.2106022Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.2114598Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.2119246Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.2123304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.2127026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.2129030Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.2129324Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:25.2129928Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.2130090Z 94 | struct array 2025-03-21T20:23:25.2130217Z | ^~~~~ 2025-03-21T20:23:25.2130965Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:25.2131156Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.2131287Z | ^~~~~~~~ 2025-03-21T20:23:25.2135865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.2140741Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.2144605Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.2149319Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.2156642Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.2166556Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.2173672Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.2177757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.2450642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.2453203Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.2453699Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:23:25.2454302Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.2454449Z 94 | struct array 2025-03-21T20:23:25.2454562Z | ^~~~~ 2025-03-21T20:23:25.2455291Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:25.2455480Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.2455612Z | ^~~~~~~~ 2025-03-21T20:23:25.2456204Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:25.2457074Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:25.2457609Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:25.2458114Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:25.2458623Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:25.2459177Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:25.2459325Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.2459456Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.2459645Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.2459823Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.2460113Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:25.2460419Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:25.2460831Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:23:25.2461067Z from /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:9: 2025-03-21T20:23:25.2464574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.2468520Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.2472603Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.2475754Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.2479004Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:25.2481233Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.2481649Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-03-21T20:23:25.2482271Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.2482448Z 94 | struct array 2025-03-21T20:23:25.2482564Z | ^~~~~ 2025-03-21T20:23:25.2483331Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:25.2483519Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.2483688Z | ^~~~~~~~ 2025-03-21T20:23:25.2484237Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:25.2484385Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.2484573Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.2484746Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.2484885Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.2485209Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:25.3886802Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:25.3888245Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:23:25.3889413Z from /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:9: 2025-03-21T20:23:25.3896597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.3908769Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.3921100Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.3928898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.3936743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:25.3943286Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.3945970Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-03-21T20:23:25.3947011Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.3947639Z 94 | struct array 2025-03-21T20:23:25.3947908Z | ^~~~~ 2025-03-21T20:23:25.3948782Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:25.3949862Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.3950538Z | ^~~~~~~~ 2025-03-21T20:23:25.3951607Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:25.3952713Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:25.3953819Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:25.3954898Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:25.3956031Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:25.3957284Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:25.3957955Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.3958450Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.3958926Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.3959335Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.3959936Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:25.3960698Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:25.3961587Z from /pytorch/executorch/kernels/portable/cpu/op_le.cpp:9: 2025-03-21T20:23:25.3968419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.3980552Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.3992318Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4000983Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4010961Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4025793Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4036435Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4044533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.4052569Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:25.4057238Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.4059742Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:25.4061144Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.4061858Z 94 | struct array 2025-03-21T20:23:25.4062120Z | ^~~~~ 2025-03-21T20:23:25.4063104Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:25.4063951Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.4064387Z | ^~~~~~~~ 2025-03-21T20:23:25.4068239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.4074926Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.4081229Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4087715Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4098204Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4112869Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4124726Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4133647Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.4139710Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:25.4144332Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.4146320Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:25.4147233Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.4147829Z 94 | struct array 2025-03-21T20:23:25.4148098Z | ^~~~~ 2025-03-21T20:23:25.4149053Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:25.4149981Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.4150399Z | ^~~~~~~~ 2025-03-21T20:23:25.4154521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.4162731Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.4169668Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4177037Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4187407Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4200654Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4210860Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4217576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.4223614Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:25.4228583Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.4230762Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:25.4231732Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.4232355Z 94 | struct array 2025-03-21T20:23:25.4232630Z | ^~~~~ 2025-03-21T20:23:25.4233609Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:25.4234529Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.4234951Z | ^~~~~~~~ 2025-03-21T20:23:25.4238561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.4245604Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.4252995Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4259506Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4268235Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4279528Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4288692Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4296442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.4302997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:25.4308000Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.4311134Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:25.4312415Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.4312979Z 94 | struct array 2025-03-21T20:23:25.4313291Z | ^~~~~ 2025-03-21T20:23:25.4314283Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:25.4315187Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.4315606Z | ^~~~~~~~ 2025-03-21T20:23:25.4319629Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.4330341Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.4337150Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4343544Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4353336Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4375287Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4392597Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4404492Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.4415383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:25.4424350Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.4428016Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:25.4429716Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.4430761Z 94 | struct array 2025-03-21T20:23:25.4431209Z | ^~~~~ 2025-03-21T20:23:25.4432768Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:25.4434292Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.4435204Z | ^~~~~~~~ 2025-03-21T20:23:25.4441952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.4454648Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.4461753Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4469562Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4480278Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4500374Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4513264Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4522637Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.4530961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:25.4537589Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.4540456Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:25.4541745Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.4542591Z 94 | struct array 2025-03-21T20:23:25.4543037Z | ^~~~~ 2025-03-21T20:23:25.4544394Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:25.4545647Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.4546301Z | ^~~~~~~~ 2025-03-21T20:23:25.4552941Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.4564882Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.4576296Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4587992Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4604467Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4630057Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4648859Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4661277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.4672303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:25.4681316Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.4685092Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:25.4686744Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.4687711Z 94 | struct array 2025-03-21T20:23:25.4688158Z | ^~~~~ 2025-03-21T20:23:25.4689718Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:25.4691325Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.4692204Z | ^~~~~~~~ 2025-03-21T20:23:25.4698762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.4711358Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.4723384Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4735664Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4753035Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4775418Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4793317Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4804997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.4815782Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:25.4824601Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.4828349Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:23:25.4830035Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.4831047Z 94 | struct array 2025-03-21T20:23:25.4831527Z | ^~~~~ 2025-03-21T20:23:25.4833091Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:25.4834554Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.4835313Z | ^~~~~~~~ 2025-03-21T20:23:25.4843608Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.4858898Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.4874498Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.4889738Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.4911946Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.4941154Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.4963752Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.4979062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.4992765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.5002934Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.5006921Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:25.5008691Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.5009739Z 94 | struct array 2025-03-21T20:23:25.5010187Z | ^~~~~ 2025-03-21T20:23:25.5011979Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:25.5013569Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.5014303Z | ^~~~~~~~ 2025-03-21T20:23:25.5022849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.5037604Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.5052926Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.5068539Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.5091011Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.5119538Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.5141481Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.5156545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.5170059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.5180454Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.5184279Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:25.5186013Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.5187384Z 94 | struct array 2025-03-21T20:23:25.5187842Z | ^~~~~ 2025-03-21T20:23:25.5189593Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:25.5191217Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.5191963Z | ^~~~~~~~ 2025-03-21T20:23:25.5200280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.5215713Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.5227118Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.5240859Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.5263317Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.5291735Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.5314265Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.5329206Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.5342568Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.5351994Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.5355344Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:25.5357025Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.5357987Z 94 | struct array 2025-03-21T20:23:25.5358405Z | ^~~~~ 2025-03-21T20:23:25.5360015Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:25.5361495Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.5362229Z | ^~~~~~~~ 2025-03-21T20:23:25.5370641Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.5385758Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.5400719Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.5416271Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.5438461Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.5466541Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.5488818Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.5503534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.5516729Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.5526882Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.5530691Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:25.5532435Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.5533463Z 94 | struct array 2025-03-21T20:23:25.5533925Z | ^~~~~ 2025-03-21T20:23:25.5535456Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:25.5536888Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.5537644Z | ^~~~~~~~ 2025-03-21T20:23:25.5546001Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.5561501Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.5576547Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.5591768Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.5613995Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.5642207Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.5663352Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.5677966Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.5695118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.5705105Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.5708943Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:25.5710627Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.5711685Z 94 | struct array 2025-03-21T20:23:25.5712126Z | ^~~~~ 2025-03-21T20:23:25.5713754Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:25.5715220Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.5719380Z | ^~~~~~~~ 2025-03-21T20:23:25.5727987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.5743481Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.5758477Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.5773934Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.5796197Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.5824471Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.5846610Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.5861560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.5875541Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.5885448Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.5889239Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:25.5890899Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.5892030Z 94 | struct array 2025-03-21T20:23:25.5892465Z | ^~~~~ 2025-03-21T20:23:25.5894013Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:25.5895396Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.5896119Z | ^~~~~~~~ 2025-03-21T20:23:25.5904250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.5919610Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.5935382Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.5949884Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.5970575Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.5988277Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.5999960Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.6008042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6015016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.6021069Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6023804Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:25.6025062Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6025702Z 94 | struct array 2025-03-21T20:23:25.6025982Z | ^~~~~ 2025-03-21T20:23:25.6027380Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:25.6028641Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6029319Z | ^~~~~~~~ 2025-03-21T20:23:25.6035528Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6046521Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.6057516Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.6068914Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.6082089Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.6097407Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.6109147Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.6116994Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6124586Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.6129941Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6132089Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:23:25.6133091Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6133717Z 94 | struct array 2025-03-21T20:23:25.6134013Z | ^~~~~ 2025-03-21T20:23:25.6134986Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:25.6135869Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6136288Z | ^~~~~~~~ 2025-03-21T20:23:25.6137127Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:25.6138214Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:25.6139244Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:25.6139993Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.6140383Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.6140795Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.6141243Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.6141799Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:25.6142548Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:25.6143325Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:23:25.6144079Z from /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:9: 2025-03-21T20:23:25.6147909Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6155004Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6162573Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6169050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6175303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:25.6180237Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6182447Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-03-21T20:23:25.6183548Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6184219Z 94 | struct array 2025-03-21T20:23:25.6184483Z | ^~~~~ 2025-03-21T20:23:25.6185400Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:25.6186356Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6186870Z | ^~~~~~~~ 2025-03-21T20:23:25.6187700Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:25.6188840Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:25.6189591Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.6190207Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.6190838Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.6191376Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.6192107Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:25.6192930Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:25.6193795Z from /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:9: 2025-03-21T20:23:25.6197947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6205357Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6213145Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6219934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6226604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:25.6231465Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6233730Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:25.6234875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6235821Z 94 | struct array 2025-03-21T20:23:25.6236120Z | ^~~~~ 2025-03-21T20:23:25.6237407Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:25.6238495Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6239224Z | ^~~~~~~~ 2025-03-21T20:23:25.6243183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6249895Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6257077Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6264180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6270054Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:25.6274693Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6277077Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:25.6278126Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6278815Z 94 | struct array 2025-03-21T20:23:25.6279158Z | ^~~~~ 2025-03-21T20:23:25.6280201Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:25.6281304Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6281855Z | ^~~~~~~~ 2025-03-21T20:23:25.6285727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6297446Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6306307Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6313785Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6322145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:25.6326739Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6329533Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:25.6331325Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6332654Z 94 | struct array 2025-03-21T20:23:25.6333228Z | ^~~~~ 2025-03-21T20:23:25.6335072Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:25.6336658Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6337623Z | ^~~~~~~~ 2025-03-21T20:23:25.6344164Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6355890Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6367031Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6373503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6379117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:25.6383723Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6385987Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:25.6387078Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6387702Z 94 | struct array 2025-03-21T20:23:25.6388107Z | ^~~~~ 2025-03-21T20:23:25.6389135Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:25.6390046Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6390579Z | ^~~~~~~~ 2025-03-21T20:23:25.6394504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6401298Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6408368Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6414859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6421174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:25.6427550Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6429639Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:25.6430771Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6431515Z 94 | struct array 2025-03-21T20:23:25.6432006Z | ^~~~~ 2025-03-21T20:23:25.6433036Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:25.6433897Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6434421Z | ^~~~~~~~ 2025-03-21T20:23:25.6438106Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6444823Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6451404Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6457666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6463153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:25.6467702Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6470035Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:25.6486780Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6487502Z 94 | struct array 2025-03-21T20:23:25.6487873Z | ^~~~~ 2025-03-21T20:23:25.6488779Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:25.6489567Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6489996Z | ^~~~~~~~ 2025-03-21T20:23:25.6493659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6500003Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6506690Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6512570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6520077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:25.6525963Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6528024Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:25.6528962Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6529533Z 94 | struct array 2025-03-21T20:23:25.6529802Z | ^~~~~ 2025-03-21T20:23:25.6530693Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:25.6531485Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6531988Z | ^~~~~~~~ 2025-03-21T20:23:25.6535595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6542367Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6548990Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6554880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.6560374Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:25.6564815Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6566864Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:25.6567734Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6568355Z 94 | struct array 2025-03-21T20:23:25.6568605Z | ^~~~~ 2025-03-21T20:23:25.6569531Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:25.6570397Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6570813Z | ^~~~~~~~ 2025-03-21T20:23:25.6575497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6583939Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6592071Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6599366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6606832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.6612173Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6614272Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:25.6615254Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6615957Z 94 | struct array 2025-03-21T20:23:25.6616271Z | ^~~~~ 2025-03-21T20:23:25.6617298Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:25.6618266Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6618816Z | ^~~~~~~~ 2025-03-21T20:23:25.6623637Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6632145Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6640579Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6649014Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6656118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.6661213Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6663148Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:25.6664050Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6664806Z 94 | struct array 2025-03-21T20:23:25.6665095Z | ^~~~~ 2025-03-21T20:23:25.6666059Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:25.6666893Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6667319Z | ^~~~~~~~ 2025-03-21T20:23:25.6671596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6679481Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6687650Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6695208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6701997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.6707330Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6709279Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:25.6710167Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6710746Z 94 | struct array 2025-03-21T20:23:25.6711019Z | ^~~~~ 2025-03-21T20:23:25.6711888Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:25.6712685Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6713102Z | ^~~~~~~~ 2025-03-21T20:23:25.6717324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6726803Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6735430Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6742978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6750352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.6755419Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6757361Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:25.6758240Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6758795Z 94 | struct array 2025-03-21T20:23:25.6759065Z | ^~~~~ 2025-03-21T20:23:25.6759875Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:25.6760632Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6761054Z | ^~~~~~~~ 2025-03-21T20:23:25.6765275Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6774179Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6782140Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6789927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6797790Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.6802829Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6804828Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:25.6805723Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6806328Z 94 | struct array 2025-03-21T20:23:25.6806596Z | ^~~~~ 2025-03-21T20:23:25.6807462Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:25.6808266Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6808387Z | ^~~~~~~~ 2025-03-21T20:23:25.6812517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6816869Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6822173Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6828980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6836281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.6840202Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.6840737Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:25.6841731Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.6841892Z 94 | struct array 2025-03-21T20:23:25.6842066Z | ^~~~~ 2025-03-21T20:23:25.6843311Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:25.6843626Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.6843843Z | ^~~~~~~~ 2025-03-21T20:23:25.6851546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.6860292Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6868630Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.6875963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.6883112Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.8365495Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.8366056Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:25.8367029Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.8367365Z 94 | struct array 2025-03-21T20:23:25.8367530Z | ^~~~~ 2025-03-21T20:23:25.8368829Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:25.8369158Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.8369370Z | ^~~~~~~~ 2025-03-21T20:23:25.8377446Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.8386001Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.8394519Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.8401856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:25.8410021Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:25.8414027Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.8414566Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:25.8415471Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.8415653Z 94 | struct array 2025-03-21T20:23:25.8415802Z | ^~~~~ 2025-03-21T20:23:25.8417076Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:25.8417415Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.8417708Z | ^~~~~~~~ 2025-03-21T20:23:25.8418630Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:25.8419540Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:25.8420729Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:25.8421569Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:25.8422566Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:25.8423541Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:25.8424556Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:25.8425548Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:25.8426680Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:25.8427554Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:25.8427825Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.8428047Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.8428374Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.8428594Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.8429098Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:25.8429807Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:25.8430357Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:23:25.8430799Z from /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:9: 2025-03-21T20:23:25.8437111Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.8444118Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.8449982Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.8457585Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.8468610Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.8481312Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.8488540Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.8500282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9181938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:25.9190871Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:25.9194781Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-03-21T20:23:25.9196540Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9197565Z 94 | struct array 2025-03-21T20:23:25.9198034Z | ^~~~~ 2025-03-21T20:23:25.9199502Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:25.9200919Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9201675Z | ^~~~~~~~ 2025-03-21T20:23:25.9203102Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:25.9204935Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:25.9206707Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:25.9208059Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.9208748Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.9209493Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.9210230Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.9211155Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:25.9212373Z from /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:9: 2025-03-21T20:23:25.9221528Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9238192Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9255723Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9271898Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9286399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:25.9293721Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:25.9295492Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9296550Z 94 | struct array 2025-03-21T20:23:25.9297120Z | ^~~~~ 2025-03-21T20:23:25.9298898Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:25.9300567Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9301295Z | ^~~~~~~~ 2025-03-21T20:23:25.9310357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9326524Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9344028Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9360092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9374991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:25.9382123Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:25.9383929Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9385006Z 94 | struct array 2025-03-21T20:23:25.9385459Z | ^~~~~ 2025-03-21T20:23:25.9386944Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:25.9388494Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9389241Z | ^~~~~~~~ 2025-03-21T20:23:25.9398099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9414640Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9432256Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9448113Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9462847Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:25.9470047Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:25.9471784Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9472800Z 94 | struct array 2025-03-21T20:23:25.9473266Z | ^~~~~ 2025-03-21T20:23:25.9474917Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:25.9476420Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9477145Z | ^~~~~~~~ 2025-03-21T20:23:25.9485284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9502056Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9519232Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9535308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9549672Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:25.9556871Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:25.9558677Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9559705Z 94 | struct array 2025-03-21T20:23:25.9560160Z | ^~~~~ 2025-03-21T20:23:25.9561659Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:25.9563045Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9563780Z | ^~~~~~~~ 2025-03-21T20:23:25.9572704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9589380Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9606596Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9624644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9639009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:25.9646048Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:25.9647779Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9648821Z 94 | struct array 2025-03-21T20:23:25.9649260Z | ^~~~~ 2025-03-21T20:23:25.9650815Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:25.9652410Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9653170Z | ^~~~~~~~ 2025-03-21T20:23:25.9661923Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9678243Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9695237Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9710949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9724723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:25.9731343Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:25.9733371Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9734408Z 94 | struct array 2025-03-21T20:23:25.9734855Z | ^~~~~ 2025-03-21T20:23:25.9736340Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:25.9737727Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9738586Z | ^~~~~~~~ 2025-03-21T20:23:25.9747300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9762598Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9779871Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9795921Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9809195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:25.9814646Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:25.9815617Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9816196Z 94 | struct array 2025-03-21T20:23:25.9816468Z | ^~~~~ 2025-03-21T20:23:25.9817309Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:25.9818083Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9818567Z | ^~~~~~~~ 2025-03-21T20:23:25.9823341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9834473Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9843964Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:25.9852110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:25.9859438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:25.9863017Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:25.9863914Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:25.9864474Z 94 | struct array 2025-03-21T20:23:25.9864736Z | ^~~~~ 2025-03-21T20:23:25.9865541Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:25.9866312Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:25.9866729Z | ^~~~~~~~ 2025-03-21T20:23:25.9867450Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:25.9868363Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:25.9869297Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:25.9869915Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:25.9870287Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:25.9870700Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:25.9871147Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:25.9871657Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:25.9872382Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:25.9873098Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:23:25.9873726Z from /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:9: 2025-03-21T20:23:25.9877248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:25.9883636Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:25.9889687Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:25.9895983Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:25.9904726Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:25.9916054Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:25.9926411Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:25.9932756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.0032102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:26.0038470Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.0040920Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-03-21T20:23:26.0042092Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.0042810Z 94 | struct array 2025-03-21T20:23:26.0043164Z | ^~~~~ 2025-03-21T20:23:26.0044156Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.0045296Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.0045897Z | ^~~~~~~~ 2025-03-21T20:23:26.0046857Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:26.0047907Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.0048575Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.0049303Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.0050063Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.0050915Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:26.0051972Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:26.0052839Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:23:26.0053655Z from /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:9: 2025-03-21T20:23:26.0059313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.0066820Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.0073239Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.0080759Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.0089674Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.1159339Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.1177919Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.1189036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.1198404Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:26.1205049Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.1207418Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-03-21T20:23:26.1208492Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.1209296Z 94 | struct array 2025-03-21T20:23:26.1209708Z | ^~~~~ 2025-03-21T20:23:26.1211145Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.1212737Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.1213495Z | ^~~~~~~~ 2025-03-21T20:23:26.1215046Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:26.1216833Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:26.1218543Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:26.1219858Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.1222854Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.1223616Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.1224314Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.1225175Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:26.1226406Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:26.1227494Z from /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:9: 2025-03-21T20:23:26.1234242Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.1245770Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.1255543Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.1262309Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.1271593Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.1283742Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.1300918Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.1311917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.1320447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:26.1326328Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.1328274Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:26.1329191Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.1329934Z 94 | struct array 2025-03-21T20:23:26.1330206Z | ^~~~~ 2025-03-21T20:23:26.1331119Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:26.1332041Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.1332528Z | ^~~~~~~~ 2025-03-21T20:23:26.1336094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.1342756Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.1349048Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.1355499Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.1364814Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.1387462Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.1402172Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.1408355Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.1414213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:26.1422549Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.1426517Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:26.1428643Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.1429921Z 94 | struct array 2025-03-21T20:23:26.1430373Z | ^~~~~ 2025-03-21T20:23:26.1432044Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:26.1433264Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.1433852Z | ^~~~~~~~ 2025-03-21T20:23:26.1438485Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.1450057Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.1462008Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.1474225Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.1490167Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.1512225Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.1529766Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.1541245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.1551864Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:26.1560723Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.1564349Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:26.1566044Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.1567028Z 94 | struct array 2025-03-21T20:23:26.1567475Z | ^~~~~ 2025-03-21T20:23:26.1569077Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:26.1570540Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.1571278Z | ^~~~~~~~ 2025-03-21T20:23:26.1577886Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.1589552Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.1601123Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.1612587Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.1632125Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.1653894Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.1670527Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.1681873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.1691558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:26.1699373Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.1703039Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:26.1704716Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.1705650Z 94 | struct array 2025-03-21T20:23:26.1706079Z | ^~~~~ 2025-03-21T20:23:26.1707497Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:26.1708759Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.1709438Z | ^~~~~~~~ 2025-03-21T20:23:26.1715963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.1727449Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.1738930Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.1750507Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.1767113Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.1788515Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.1806160Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.1817716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.1827575Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:26.1835902Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.1839596Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:26.1841127Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.1842228Z 94 | struct array 2025-03-21T20:23:26.1842631Z | ^~~~~ 2025-03-21T20:23:26.1844086Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:26.1845455Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.1846157Z | ^~~~~~~~ 2025-03-21T20:23:26.1852843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.1861812Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.1868066Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.1874357Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.1883249Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.1896271Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.1907875Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.1915583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.1921589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:26.1929995Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.1933935Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:26.1935503Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.1936489Z 94 | struct array 2025-03-21T20:23:26.1936911Z | ^~~~~ 2025-03-21T20:23:26.1938471Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:26.1939865Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.1940590Z | ^~~~~~~~ 2025-03-21T20:23:26.1947534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.1960156Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.1968774Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.1975279Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.1984359Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.2007168Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.2025689Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.2037837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.2048375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:26.2057315Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.2060995Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:26.2062705Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.2063740Z 94 | struct array 2025-03-21T20:23:26.2064162Z | ^~~~~ 2025-03-21T20:23:26.2065743Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:26.2067221Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.2067982Z | ^~~~~~~~ 2025-03-21T20:23:26.2074767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.2087182Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.2098986Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.2111082Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.2128328Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.2147062Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.2160189Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.2168716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.2176602Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:26.2181983Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.2184876Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:23:26.2186150Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.2187000Z 94 | struct array 2025-03-21T20:23:26.2187352Z | ^~~~~ 2025-03-21T20:23:26.2188497Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.2189593Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.2190195Z | ^~~~~~~~ 2025-03-21T20:23:26.2196825Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.2208891Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.2222206Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.2236007Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.2258471Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.2287057Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.2309756Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.2324930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.2338061Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.2347925Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.2351702Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:26.2353312Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.2354441Z 94 | struct array 2025-03-21T20:23:26.2355088Z | ^~~~~ 2025-03-21T20:23:26.2356872Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:26.2358420Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.2359158Z | ^~~~~~~~ 2025-03-21T20:23:26.2367607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.2383517Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.2399292Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.2414162Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.2444270Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.2472419Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.2495350Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.2510325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.2523986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.2534435Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.2538253Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:26.2539949Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.2541064Z 94 | struct array 2025-03-21T20:23:26.2541565Z | ^~~~~ 2025-03-21T20:23:26.2543192Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:26.2544733Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.2545488Z | ^~~~~~~~ 2025-03-21T20:23:26.2553686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.2569168Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.2584432Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.2599700Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.2621968Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.2649433Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.2671054Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.2686052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.2699457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.2709376Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.2713363Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:26.2715114Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.2716169Z 94 | struct array 2025-03-21T20:23:26.2716625Z | ^~~~~ 2025-03-21T20:23:26.2718139Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:26.2719594Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.2720297Z | ^~~~~~~~ 2025-03-21T20:23:26.2728180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.2743323Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.2758285Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.2773531Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.2795526Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.2823978Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.2846020Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.2861154Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.2874537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.2884528Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.2888251Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:26.2889887Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.2890763Z 94 | struct array 2025-03-21T20:23:26.2891305Z | ^~~~~ 2025-03-21T20:23:26.2892894Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:26.2894292Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.2895009Z | ^~~~~~~~ 2025-03-21T20:23:26.2903088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.2918465Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.2934027Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.2949255Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.2971591Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.2999421Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.3022387Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.3037377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.3050661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.3060874Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.3064687Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:26.3066376Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3067428Z 94 | struct array 2025-03-21T20:23:26.3067892Z | ^~~~~ 2025-03-21T20:23:26.3069521Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:26.3071012Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3071763Z | ^~~~~~~~ 2025-03-21T20:23:26.3080057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3095877Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.3111113Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.3126679Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.3149142Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.3180194Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.3202317Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.3220642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.3234044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.3244817Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.3248910Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:26.3250784Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3252041Z 94 | struct array 2025-03-21T20:23:26.3252691Z | ^~~~~ 2025-03-21T20:23:26.3254375Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:26.3256086Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3256938Z | ^~~~~~~~ 2025-03-21T20:23:26.3265477Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3280967Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.3296843Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.3313229Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.3335862Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.3365880Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.3388332Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.3403453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.3443518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.3452679Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.3456169Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:26.3457723Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3458757Z 94 | struct array 2025-03-21T20:23:26.3459177Z | ^~~~~ 2025-03-21T20:23:26.3460580Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:26.3461756Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3462357Z | ^~~~~~~~ 2025-03-21T20:23:26.3469144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3477619Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.3488512Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.3496758Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.3508497Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.3524495Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.3538389Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.3549704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.3558803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.3563978Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.3565969Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:23:26.3566841Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3567408Z 94 | struct array 2025-03-21T20:23:26.3567682Z | ^~~~~ 2025-03-21T20:23:26.3568506Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:26.3569284Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3569690Z | ^~~~~~~~ 2025-03-21T20:23:26.3570415Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:26.3571924Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:26.3572965Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.3573614Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.3574337Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.3575024Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.3575897Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:26.3576517Z from /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:9: 2025-03-21T20:23:26.3581349Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3589725Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3601555Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3610517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.3624731Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.3628453Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.3629457Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3630142Z 94 | struct array 2025-03-21T20:23:26.3630481Z | ^~~~~ 2025-03-21T20:23:26.3631390Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:26.3632247Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3632668Z | ^~~~~~~~ 2025-03-21T20:23:26.3639308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3649310Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3658608Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3667105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.3675395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.3679028Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.3680120Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3680718Z 94 | struct array 2025-03-21T20:23:26.3681047Z | ^~~~~ 2025-03-21T20:23:26.3682031Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:26.3682971Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3683397Z | ^~~~~~~~ 2025-03-21T20:23:26.3688536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3704596Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3721230Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3732132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.3739677Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.3743287Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.3744210Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3744783Z 94 | struct array 2025-03-21T20:23:26.3745107Z | ^~~~~ 2025-03-21T20:23:26.3745965Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:26.3746773Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3747195Z | ^~~~~~~~ 2025-03-21T20:23:26.3751715Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3761789Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3770504Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3778709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.3785993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.3789613Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.3790501Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3791052Z 94 | struct array 2025-03-21T20:23:26.3791307Z | ^~~~~ 2025-03-21T20:23:26.3792111Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:26.3792919Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3793340Z | ^~~~~~~~ 2025-03-21T20:23:26.3797885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3806250Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3816313Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3830891Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.3838391Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.3842255Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.3843189Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3843761Z 94 | struct array 2025-03-21T20:23:26.3844013Z | ^~~~~ 2025-03-21T20:23:26.3844879Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:26.3845682Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3846104Z | ^~~~~~~~ 2025-03-21T20:23:26.3850704Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3859121Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3867899Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3875946Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.3883321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.3886905Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.3887795Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3888395Z 94 | struct array 2025-03-21T20:23:26.3888646Z | ^~~~~ 2025-03-21T20:23:26.3889476Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:26.3890254Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3890671Z | ^~~~~~~~ 2025-03-21T20:23:26.3895323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3903634Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3912427Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3920707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.3928260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.3931928Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.3932846Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3933403Z 94 | struct array 2025-03-21T20:23:26.3933685Z | ^~~~~ 2025-03-21T20:23:26.3934525Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:26.3935318Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3935737Z | ^~~~~~~~ 2025-03-21T20:23:26.3940347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.3948691Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3957452Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.3965811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.3974807Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.3979814Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.3981330Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.3982368Z 94 | struct array 2025-03-21T20:23:26.3982695Z | ^~~~~ 2025-03-21T20:23:26.3983991Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.3985174Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.3985853Z | ^~~~~~~~ 2025-03-21T20:23:26.3987002Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:26.3988636Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:26.3990216Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:26.3991966Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:26.3993860Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:26.3994996Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.3995649Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.3996357Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.3997073Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.3997970Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:26.3998974Z from /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:9: 2025-03-21T20:23:26.4007847Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4023520Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4039106Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4053248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.4067482Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4074842Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.4076687Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4077768Z 94 | struct array 2025-03-21T20:23:26.4078161Z | ^~~~~ 2025-03-21T20:23:26.4079753Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:26.4080912Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4081337Z | ^~~~~~~~ 2025-03-21T20:23:26.4085991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4094438Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4103154Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4114405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.4122067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4125697Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.4126619Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4127201Z 94 | struct array 2025-03-21T20:23:26.4127466Z | ^~~~~ 2025-03-21T20:23:26.4128357Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:26.4129187Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4129599Z | ^~~~~~~~ 2025-03-21T20:23:26.4134296Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4142595Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4152089Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4162933Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.4174723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4180073Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.4181457Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4182316Z 94 | struct array 2025-03-21T20:23:26.4182706Z | ^~~~~ 2025-03-21T20:23:26.4184149Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:26.4185452Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4186091Z | ^~~~~~~~ 2025-03-21T20:23:26.4191049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4206291Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4222703Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4238617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.4253161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4260211Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.4262053Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4263083Z 94 | struct array 2025-03-21T20:23:26.4263571Z | ^~~~~ 2025-03-21T20:23:26.4265251Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:26.4266672Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4267420Z | ^~~~~~~~ 2025-03-21T20:23:26.4275895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4291981Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4309072Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4325035Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.4339384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4346323Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.4348032Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4349083Z 94 | struct array 2025-03-21T20:23:26.4349539Z | ^~~~~ 2025-03-21T20:23:26.4351185Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:26.4352699Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4353389Z | ^~~~~~~~ 2025-03-21T20:23:26.4362466Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4379001Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4395945Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4411779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.4427051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4434092Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.4435896Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4436988Z 94 | struct array 2025-03-21T20:23:26.4437482Z | ^~~~~ 2025-03-21T20:23:26.4439086Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:26.4440595Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4441373Z | ^~~~~~~~ 2025-03-21T20:23:26.4450164Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4466800Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4482869Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4498265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.4512692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4519721Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.4521660Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4522698Z 94 | struct array 2025-03-21T20:23:26.4523156Z | ^~~~~ 2025-03-21T20:23:26.4524741Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:26.4526232Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4526980Z | ^~~~~~~~ 2025-03-21T20:23:26.4536069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4552403Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4569487Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4585359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.4599850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4606748Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.4608461Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4609503Z 94 | struct array 2025-03-21T20:23:26.4609927Z | ^~~~~ 2025-03-21T20:23:26.4611472Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.4613033Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4613768Z | ^~~~~~~~ 2025-03-21T20:23:26.4621780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4636325Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4651185Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4664692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.4677414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4683795Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.4685526Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4686610Z 94 | struct array 2025-03-21T20:23:26.4687058Z | ^~~~~ 2025-03-21T20:23:26.4688737Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:26.4690317Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4691012Z | ^~~~~~~~ 2025-03-21T20:23:26.4699107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4713545Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4728573Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4742468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.4755143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4761441Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.4763167Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4764237Z 94 | struct array 2025-03-21T20:23:26.4764670Z | ^~~~~ 2025-03-21T20:23:26.4766359Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:26.4767897Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4768643Z | ^~~~~~~~ 2025-03-21T20:23:26.4776612Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4791168Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4805844Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4819484Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.4832560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4838708Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.4840444Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4841444Z 94 | struct array 2025-03-21T20:23:26.4841876Z | ^~~~~ 2025-03-21T20:23:26.4843436Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:26.4844935Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4845673Z | ^~~~~~~~ 2025-03-21T20:23:26.4853556Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4867913Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4882693Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4896117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.4908877Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4915009Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.4916664Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4917676Z 94 | struct array 2025-03-21T20:23:26.4918130Z | ^~~~~ 2025-03-21T20:23:26.4919659Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:26.4921168Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4921785Z | ^~~~~~~~ 2025-03-21T20:23:26.4929280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.4943765Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4958346Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.4972193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.4984761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.4990902Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.4992592Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.4993633Z 94 | struct array 2025-03-21T20:23:26.4994075Z | ^~~~~ 2025-03-21T20:23:26.4995542Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:26.4997143Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.4997979Z | ^~~~~~~~ 2025-03-21T20:23:26.5005613Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5019848Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.5034777Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.5048285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.5061047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.5067338Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.5069028Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.5070025Z 94 | struct array 2025-03-21T20:23:26.5070488Z | ^~~~~ 2025-03-21T20:23:26.5072025Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:26.5073495Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.5074234Z | ^~~~~~~~ 2025-03-21T20:23:26.5081913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5096461Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.5110926Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.5124964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.5137348Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.5143648Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.5145335Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.5146389Z 94 | struct array 2025-03-21T20:23:26.5146826Z | ^~~~~ 2025-03-21T20:23:26.5148404Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:26.5149928Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.5150875Z | ^~~~~~~~ 2025-03-21T20:23:26.5158547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5172945Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.5187720Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.5201217Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.5213988Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.5220354Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.5222234Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.5223272Z 94 | struct array 2025-03-21T20:23:26.5223727Z | ^~~~~ 2025-03-21T20:23:26.5225277Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:26.5226630Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.5227370Z | ^~~~~~~~ 2025-03-21T20:23:26.5228757Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:26.5230635Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:26.5232534Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:26.5234486Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:26.5236271Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:26.5238061Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:26.5239446Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.5240139Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.5240961Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.5241707Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.5242628Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:26.5243723Z from /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:9: 2025-03-21T20:23:26.5252983Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5269798Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.5286495Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.5302127Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.5326057Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.5357040Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.5381359Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.5397838Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.5412726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.5419730Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:26.5421978Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.5423040Z 94 | struct array 2025-03-21T20:23:26.5423476Z | ^~~~~ 2025-03-21T20:23:26.5425310Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:26.5426893Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.5427722Z | ^~~~~~~~ 2025-03-21T20:23:26.5436253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5452878Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.5469198Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.5485349Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.5509078Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.5539602Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.5563485Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.5579821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.5593157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.5600360Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:26.5602150Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.5603244Z 94 | struct array 2025-03-21T20:23:26.5603697Z | ^~~~~ 2025-03-21T20:23:26.5605357Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:26.5606898Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.5607744Z | ^~~~~~~~ 2025-03-21T20:23:26.5615432Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5628018Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.5642773Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.5652481Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.5666304Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.5693920Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.5707360Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.5715659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.5723431Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.5727051Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:26.5727985Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.5728779Z 94 | struct array 2025-03-21T20:23:26.5729048Z | ^~~~~ 2025-03-21T20:23:26.5729924Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:26.5730814Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.5731234Z | ^~~~~~~~ 2025-03-21T20:23:26.5735943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5744385Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.5752832Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.5761361Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.5773569Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.5790582Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.5808733Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.5820731Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.5831439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.5836707Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:26.5837887Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.5838433Z 94 | struct array 2025-03-21T20:23:26.5838702Z | ^~~~~ 2025-03-21T20:23:26.5839595Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:26.5840381Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.5840808Z | ^~~~~~~~ 2025-03-21T20:23:26.5845851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5854668Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.5863980Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.5872709Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.5886010Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.5903284Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.5916783Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.5925945Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.5936782Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.5942817Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:26.5944390Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.5945335Z 94 | struct array 2025-03-21T20:23:26.5945722Z | ^~~~~ 2025-03-21T20:23:26.5947134Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:26.5948225Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.5948770Z | ^~~~~~~~ 2025-03-21T20:23:26.5954798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.5967019Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.5981760Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.5996585Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.6017566Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.6045539Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.6068396Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.6084096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.6097923Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.6104938Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:26.6106709Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.6107834Z 94 | struct array 2025-03-21T20:23:26.6108268Z | ^~~~~ 2025-03-21T20:23:26.6109845Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:26.6111244Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.6111984Z | ^~~~~~~~ 2025-03-21T20:23:26.6120825Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.6136506Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.6152133Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.6164311Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.6179810Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.6198231Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.6213771Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.6226633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.6238146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.6243892Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:26.6245385Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.6246311Z 94 | struct array 2025-03-21T20:23:26.6246732Z | ^~~~~ 2025-03-21T20:23:26.6248240Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:26.6249777Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.6250499Z | ^~~~~~~~ 2025-03-21T20:23:26.6259218Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.6275342Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.6290300Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.6303290Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.6317639Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.6333522Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.6348285Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.6360097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.6371769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.6377502Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:23:26.6378982Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.6379848Z 94 | struct array 2025-03-21T20:23:26.6380254Z | ^~~~~ 2025-03-21T20:23:26.6381582Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.6382970Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.6383707Z | ^~~~~~~~ 2025-03-21T20:23:26.6385112Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:26.6386830Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:26.6388742Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:26.6390001Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.6390667Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.6391410Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.6392117Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.6393025Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:26.6394087Z from /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:9: 2025-03-21T20:23:26.6403277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.6419925Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.6431449Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.6441014Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.6453413Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.6469115Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.6481424Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.6489698Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.6497171Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.6500811Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.6501742Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.6502580Z 94 | struct array 2025-03-21T20:23:26.6502865Z | ^~~~~ 2025-03-21T20:23:26.6503846Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:26.6504780Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.6505209Z | ^~~~~~~~ 2025-03-21T20:23:26.6510590Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.6519072Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.6528019Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.6536467Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.6551999Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.6580609Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.6603623Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.6619211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.6633837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.6641246Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.6643054Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.6644116Z 94 | struct array 2025-03-21T20:23:26.6644551Z | ^~~~~ 2025-03-21T20:23:26.6646164Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:26.6647759Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.6648478Z | ^~~~~~~~ 2025-03-21T20:23:26.6657505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.6672321Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.6683340Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.6691837Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.6704206Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.6719726Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.6732749Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.6748696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.6763397Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.6770548Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.6772432Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.6773502Z 94 | struct array 2025-03-21T20:23:26.6773937Z | ^~~~~ 2025-03-21T20:23:26.6775551Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:26.6777036Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.6777754Z | ^~~~~~~~ 2025-03-21T20:23:26.6786611Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.6803179Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.6819603Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.6836157Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.6860201Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.6890908Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.6915202Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.6931861Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.6946449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.6953570Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.6955285Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.6956421Z 94 | struct array 2025-03-21T20:23:26.6956882Z | ^~~~~ 2025-03-21T20:23:26.6958410Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:26.6959772Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.6960508Z | ^~~~~~~~ 2025-03-21T20:23:26.6969416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.6986277Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7002410Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7018982Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7042800Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7073671Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7097731Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7114172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7128413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7135862Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.7137614Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7138683Z 94 | struct array 2025-03-21T20:23:26.7139139Z | ^~~~~ 2025-03-21T20:23:26.7140676Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:26.7142345Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7143101Z | ^~~~~~~~ 2025-03-21T20:23:26.7151995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7168671Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7183527Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7193306Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7210164Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7233889Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7257814Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7274012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7288413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7295465Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.7297166Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7298187Z 94 | struct array 2025-03-21T20:23:26.7298645Z | ^~~~~ 2025-03-21T20:23:26.7300202Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:26.7301652Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7301862Z | ^~~~~~~~ 2025-03-21T20:23:26.7310462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7319904Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7361281Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7370847Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7386580Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7403898Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7413446Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7421596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7429588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7430192Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.7431134Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7431324Z 94 | struct array 2025-03-21T20:23:26.7431487Z | ^~~~~ 2025-03-21T20:23:26.7432814Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:26.7433140Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7433364Z | ^~~~~~~~ 2025-03-21T20:23:26.7441826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7451231Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7459556Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7469013Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7484557Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7501633Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7511156Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7519062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7526244Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7526916Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:23:26.7527859Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7528044Z 94 | struct array 2025-03-21T20:23:26.7528206Z | ^~~~~ 2025-03-21T20:23:26.7529466Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.7529799Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7530017Z | ^~~~~~~~ 2025-03-21T20:23:26.7531119Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:26.7532010Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:26.7532251Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.7532474Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.7532794Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.7533010Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.7533525Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:26.7533894Z from /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:9: 2025-03-21T20:23:26.7542430Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7551696Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7559838Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7569323Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7584624Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7601665Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7611107Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7619038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7626871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7627428Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.7628480Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7628778Z 94 | struct array 2025-03-21T20:23:26.7628948Z | ^~~~~ 2025-03-21T20:23:26.7630251Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:26.7630602Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7630812Z | ^~~~~~~~ 2025-03-21T20:23:26.7639319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7646627Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7650822Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7655806Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7663678Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7678775Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7688221Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7696204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7703717Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7704345Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.7705313Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7705487Z 94 | struct array 2025-03-21T20:23:26.7705656Z | ^~~~~ 2025-03-21T20:23:26.7707029Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:26.7707369Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7707570Z | ^~~~~~~~ 2025-03-21T20:23:26.7715917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7725320Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7733549Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7743200Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7758248Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7775727Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7785092Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7792882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7800702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7801309Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.7802262Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7802447Z 94 | struct array 2025-03-21T20:23:26.7802598Z | ^~~~~ 2025-03-21T20:23:26.7803948Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:26.7804274Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7804471Z | ^~~~~~~~ 2025-03-21T20:23:26.7812883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7822169Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7830170Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7839819Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7854381Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7870881Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7878797Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7883527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7888060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7888372Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.7888916Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7889044Z 94 | struct array 2025-03-21T20:23:26.7889139Z | ^~~~~ 2025-03-21T20:23:26.7889816Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:26.7890015Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7890137Z | ^~~~~~~~ 2025-03-21T20:23:26.7894542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7902669Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7910209Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7918900Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7930030Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7939139Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.7943924Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.7948172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.7952105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.7952408Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.7952902Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.7953015Z 94 | struct array 2025-03-21T20:23:26.7953108Z | ^~~~~ 2025-03-21T20:23:26.7953795Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:26.7954021Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.7954150Z | ^~~~~~~~ 2025-03-21T20:23:26.7958457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.7965362Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.7972131Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.7978695Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.7989178Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.7999568Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8006884Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8012744Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.8018174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8018606Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.8019376Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8019508Z 94 | struct array 2025-03-21T20:23:26.8019642Z | ^~~~~ 2025-03-21T20:23:26.8020789Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:26.8021050Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8021207Z | ^~~~~~~~ 2025-03-21T20:23:26.8027318Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8034233Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8040600Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8045927Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8054704Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8065894Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8072017Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8078602Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.8084890Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8085282Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.8086054Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8086166Z 94 | struct array 2025-03-21T20:23:26.8086274Z | ^~~~~ 2025-03-21T20:23:26.8087349Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:26.8087665Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8087807Z | ^~~~~~~~ 2025-03-21T20:23:26.8095775Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8104536Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8112286Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8121605Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8137305Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8154834Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8164482Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8172680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.8180684Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8181358Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:23:26.8182328Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8182504Z 94 | struct array 2025-03-21T20:23:26.8182680Z | ^~~~~ 2025-03-21T20:23:26.8183971Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.8184338Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8184549Z | ^~~~~~~~ 2025-03-21T20:23:26.8192260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8200797Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8207732Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8214139Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8221403Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8229145Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8233491Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8237028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.8240531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8240862Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.8241385Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8241501Z 94 | struct array 2025-03-21T20:23:26.8241597Z | ^~~~~ 2025-03-21T20:23:26.8242343Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:26.8242547Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8242667Z | ^~~~~~~~ 2025-03-21T20:23:26.8249936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8257574Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8264062Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8272685Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8286024Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8301179Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8309622Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8316601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.8323620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8324197Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.8325214Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8325381Z 94 | struct array 2025-03-21T20:23:26.8325532Z | ^~~~~ 2025-03-21T20:23:26.8326887Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:26.8327215Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8327433Z | ^~~~~~~~ 2025-03-21T20:23:26.8334949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8343369Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8350512Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8358944Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8372465Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8387439Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8395833Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8402813Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.8409421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8409722Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.8410260Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8410363Z 94 | struct array 2025-03-21T20:23:26.8410471Z | ^~~~~ 2025-03-21T20:23:26.8411176Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:26.8411382Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8411592Z | ^~~~~~~~ 2025-03-21T20:23:26.8415451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8419657Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8423544Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8427818Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8434574Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8445143Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8453168Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8460138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.8466832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8467418Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.8468325Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8468617Z 94 | struct array 2025-03-21T20:23:26.8468778Z | ^~~~~ 2025-03-21T20:23:26.8469983Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:26.8470413Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8470634Z | ^~~~~~~~ 2025-03-21T20:23:26.8478050Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8486325Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8493463Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8501737Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8515115Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8530379Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8537961Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8551556Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.8563759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8569875Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.8571712Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8572761Z 94 | struct array 2025-03-21T20:23:26.8573209Z | ^~~~~ 2025-03-21T20:23:26.8574728Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:26.8576033Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8576649Z | ^~~~~~~~ 2025-03-21T20:23:26.8582091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8592359Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8601180Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8608439Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8618859Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8636437Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8650339Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8657613Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.8663947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8667153Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.8668028Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8668600Z 94 | struct array 2025-03-21T20:23:26.8668871Z | ^~~~~ 2025-03-21T20:23:26.8669700Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:26.8670478Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8670894Z | ^~~~~~~~ 2025-03-21T20:23:26.8674974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8682368Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8689901Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8703152Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8721472Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8735606Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8746395Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8753387Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.8759741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8762934Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.8763822Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8764378Z 94 | struct array 2025-03-21T20:23:26.8764645Z | ^~~~~ 2025-03-21T20:23:26.8765488Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:26.8766341Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8766758Z | ^~~~~~~~ 2025-03-21T20:23:26.8770745Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8778274Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.8785326Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.8792602Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.8802898Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.8822150Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.8841850Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.8854610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.8866586Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:26.8872467Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:23:26.8874137Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8875129Z 94 | struct array 2025-03-21T20:23:26.8875571Z | ^~~~~ 2025-03-21T20:23:26.8877082Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:26.8878359Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8879055Z | ^~~~~~~~ 2025-03-21T20:23:26.8880477Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:26.8882493Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:26.8884469Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:26.8885577Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.8886257Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.8886965Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.8887657Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.8888528Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:26.8889746Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:26.8890871Z from /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:9: 2025-03-21T20:23:26.8898089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8910385Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.8923659Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.8934970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.8944844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:26.8951354Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.8953343Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.8954375Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.8954974Z 94 | struct array 2025-03-21T20:23:26.8955239Z | ^~~~~ 2025-03-21T20:23:26.8956147Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:26.8956985Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.8957403Z | ^~~~~~~~ 2025-03-21T20:23:26.8960959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.8967526Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.8974297Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.8982943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.8992463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:26.9000474Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9004121Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.9005784Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9006767Z 94 | struct array 2025-03-21T20:23:26.9007172Z | ^~~~~ 2025-03-21T20:23:26.9008710Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:26.9010158Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9010850Z | ^~~~~~~~ 2025-03-21T20:23:26.9017496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9030192Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9043113Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9054971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.9065716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:26.9073990Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9077303Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.9078973Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9079959Z 94 | struct array 2025-03-21T20:23:26.9080358Z | ^~~~~ 2025-03-21T20:23:26.9081852Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:26.9083257Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9083902Z | ^~~~~~~~ 2025-03-21T20:23:26.9090158Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9101540Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9108574Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9114406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.9119661Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:26.9124245Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9126183Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.9127048Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9127719Z 94 | struct array 2025-03-21T20:23:26.9127985Z | ^~~~~ 2025-03-21T20:23:26.9128787Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:26.9129555Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9129979Z | ^~~~~~~~ 2025-03-21T20:23:26.9133524Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9139926Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9146505Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9152453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.9157839Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:26.9162282Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9164234Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.9165115Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9165692Z 94 | struct array 2025-03-21T20:23:26.9165955Z | ^~~~~ 2025-03-21T20:23:26.9166822Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:26.9167680Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9168092Z | ^~~~~~~~ 2025-03-21T20:23:26.9171545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9178113Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9187223Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9197938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.9207814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:26.9216558Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9220173Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.9221829Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9222731Z 94 | struct array 2025-03-21T20:23:26.9223149Z | ^~~~~ 2025-03-21T20:23:26.9224624Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:26.9226218Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9226970Z | ^~~~~~~~ 2025-03-21T20:23:26.9233214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9245347Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9257631Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9268954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.9279222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:26.9287414Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9290846Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.9292541Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9293515Z 94 | struct array 2025-03-21T20:23:26.9293964Z | ^~~~~ 2025-03-21T20:23:26.9295488Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:26.9296942Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9297704Z | ^~~~~~~~ 2025-03-21T20:23:26.9304058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9315337Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9326670Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9337780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.9347928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:26.9356283Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9360031Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.9361565Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9362584Z 94 | struct array 2025-03-21T20:23:26.9363009Z | ^~~~~ 2025-03-21T20:23:26.9364523Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:26.9365966Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9366688Z | ^~~~~~~~ 2025-03-21T20:23:26.9374922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9389585Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9403626Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9413827Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.9421085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.9430525Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9434388Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:26.9436331Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9437494Z 94 | struct array 2025-03-21T20:23:26.9437933Z | ^~~~~ 2025-03-21T20:23:26.9439745Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:26.9441311Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9442054Z | ^~~~~~~~ 2025-03-21T20:23:26.9449967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9465420Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9481060Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9495764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.9509242Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.9519121Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9523109Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:26.9524841Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9525933Z 94 | struct array 2025-03-21T20:23:26.9526399Z | ^~~~~ 2025-03-21T20:23:26.9528282Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:26.9529828Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9530500Z | ^~~~~~~~ 2025-03-21T20:23:26.9538821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9554163Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9569818Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9584342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.9597831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.9607836Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9611590Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:26.9613374Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9614351Z 94 | struct array 2025-03-21T20:23:26.9614802Z | ^~~~~ 2025-03-21T20:23:26.9616310Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:26.9617839Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9618595Z | ^~~~~~~~ 2025-03-21T20:23:26.9626978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9642205Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9658000Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9672174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.9685525Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.9695514Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9699335Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:26.9700921Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9701911Z 94 | struct array 2025-03-21T20:23:26.9702366Z | ^~~~~ 2025-03-21T20:23:26.9703894Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:26.9705330Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9706059Z | ^~~~~~~~ 2025-03-21T20:23:26.9714406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9726111Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9735798Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9743192Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.9750173Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.9755222Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9757163Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:26.9758058Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9758631Z 94 | struct array 2025-03-21T20:23:26.9758902Z | ^~~~~ 2025-03-21T20:23:26.9759755Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:26.9760557Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9760965Z | ^~~~~~~~ 2025-03-21T20:23:26.9765210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9772999Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9780911Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9788170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.9794896Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.9799965Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9801905Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:26.9802769Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9803340Z 94 | struct array 2025-03-21T20:23:26.9803608Z | ^~~~~ 2025-03-21T20:23:26.9804437Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:26.9805229Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9805653Z | ^~~~~~~~ 2025-03-21T20:23:26.9809901Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9817691Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9825911Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9833187Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.9839950Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.9845019Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9846989Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:26.9847855Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9848427Z 94 | struct array 2025-03-21T20:23:26.9848697Z | ^~~~~ 2025-03-21T20:23:26.9849530Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:26.9850320Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9850737Z | ^~~~~~~~ 2025-03-21T20:23:26.9855010Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9863386Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9872839Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:26.9881711Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:26.9889749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:26.9895022Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9897064Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:26.9897992Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9898722Z 94 | struct array 2025-03-21T20:23:26.9898990Z | ^~~~~ 2025-03-21T20:23:26.9899823Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:26.9900596Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9901012Z | ^~~~~~~~ 2025-03-21T20:23:26.9901687Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:26.9902612Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:26.9903585Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:26.9904558Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:26.9905516Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:26.9906493Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:26.9907474Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:26.9908441Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:26.9909071Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:26.9909463Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:26.9909954Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:26.9910374Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:26.9911087Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:26.9911832Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:26.9912628Z from /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:9: 2025-03-21T20:23:26.9917002Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:26.9924161Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:26.9930875Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:26.9937729Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:26.9947247Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:26.9959784Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:26.9969647Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:26.9976712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:26.9985261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:26.9991755Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:26.9994437Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:26.9995687Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:26.9996483Z 94 | struct array 2025-03-21T20:23:26.9996952Z | ^~~~~ 2025-03-21T20:23:26.9998163Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:26.9999342Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:26.9999897Z | ^~~~~~~~ 2025-03-21T20:23:27.0004848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0014189Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0023859Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0030371Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0039597Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0051705Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0061286Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0068028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.0073667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:27.0078081Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0080019Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:27.0080922Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0081511Z 94 | struct array 2025-03-21T20:23:27.0081762Z | ^~~~~ 2025-03-21T20:23:27.0082642Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:27.0083469Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0083890Z | ^~~~~~~~ 2025-03-21T20:23:27.0087428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0094852Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0101235Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0107652Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0116590Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0129032Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0139147Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0145392Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.0150863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:27.0155323Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0157250Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:27.0158131Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0158713Z 94 | struct array 2025-03-21T20:23:27.0158979Z | ^~~~~ 2025-03-21T20:23:27.0159848Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:27.0160666Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0161073Z | ^~~~~~~~ 2025-03-21T20:23:27.0164506Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0170824Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0176932Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0183126Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0191728Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0203286Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0213962Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0220445Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.0226315Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:27.0233027Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0236814Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:27.0238333Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0239290Z 94 | struct array 2025-03-21T20:23:27.0239700Z | ^~~~~ 2025-03-21T20:23:27.0241128Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:27.0242450Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0243139Z | ^~~~~~~~ 2025-03-21T20:23:27.0249264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0260423Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0266827Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0273133Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0282008Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0294150Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0303527Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0309564Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.0314961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:27.0319341Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0321691Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:27.0322573Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0323146Z 94 | struct array 2025-03-21T20:23:27.0323419Z | ^~~~~ 2025-03-21T20:23:27.0324359Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:27.0325210Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0325637Z | ^~~~~~~~ 2025-03-21T20:23:27.0329483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0337438Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0343675Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0349945Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0358707Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0370185Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0379494Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0385454Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.0390872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:27.0395239Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0397185Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:27.0398066Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0398630Z 94 | struct array 2025-03-21T20:23:27.0398895Z | ^~~~~ 2025-03-21T20:23:27.0399706Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:27.0400484Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0400902Z | ^~~~~~~~ 2025-03-21T20:23:27.0404407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0410850Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0417046Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0423700Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0432579Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0444115Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0453524Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0459592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.0464930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:27.0469379Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0471313Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:27.0472178Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0472747Z 94 | struct array 2025-03-21T20:23:27.0473014Z | ^~~~~ 2025-03-21T20:23:27.0473852Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:27.0474648Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0475079Z | ^~~~~~~~ 2025-03-21T20:23:27.0478505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0484946Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0490977Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0497301Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0505949Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0517279Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0526720Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0533129Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.0538508Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:27.0542833Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0544770Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:23:27.0545637Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0546198Z 94 | struct array 2025-03-21T20:23:27.0546513Z | ^~~~~ 2025-03-21T20:23:27.0547321Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:27.0548088Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0548506Z | ^~~~~~~~ 2025-03-21T20:23:27.0553644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0563265Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0577669Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0591492Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0605870Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0623700Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0638584Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0646358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.0655705Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:27.0665261Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0668713Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:27.0670417Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0671366Z 94 | struct array 2025-03-21T20:23:27.0671764Z | ^~~~~ 2025-03-21T20:23:27.0673361Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:27.0674792Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0675472Z | ^~~~~~~~ 2025-03-21T20:23:27.0682635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0698247Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0711245Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0719045Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0731990Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0760171Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0775233Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0789239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.0802416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:27.0812401Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0816177Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:27.0817930Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0819045Z 94 | struct array 2025-03-21T20:23:27.0819500Z | ^~~~~ 2025-03-21T20:23:27.0821540Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:27.0823116Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0823813Z | ^~~~~~~~ 2025-03-21T20:23:27.0832182Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.0847485Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.0862627Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.0873814Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.0894118Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.0922215Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.0945081Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.0960503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.0974456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:27.0984470Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.0988432Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:27.0990149Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.0991227Z 94 | struct array 2025-03-21T20:23:27.0991687Z | ^~~~~ 2025-03-21T20:23:27.0993330Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:27.0994882Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.0995628Z | ^~~~~~~~ 2025-03-21T20:23:27.1003880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.1019482Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.1034850Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.1049770Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.1072073Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.1100585Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.1122850Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.1138063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.1151548Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:27.1161671Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.1165483Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:27.1167152Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.1168168Z 94 | struct array 2025-03-21T20:23:27.1168620Z | ^~~~~ 2025-03-21T20:23:27.1170138Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:27.1171783Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.1172548Z | ^~~~~~~~ 2025-03-21T20:23:27.1180784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.1196166Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.1211446Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.1227017Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.1249126Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.1276753Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.1298930Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.1306264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.1313282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:27.1317192Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.1317718Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:27.1318663Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.1318840Z 94 | struct array 2025-03-21T20:23:27.1319008Z | ^~~~~ 2025-03-21T20:23:27.1320422Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:27.1320940Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.1321138Z | ^~~~~~~~ 2025-03-21T20:23:27.1328939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.1337968Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.1345369Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.1354387Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.1368629Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.1384614Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.1393511Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.1400628Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.1423147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:27.1427118Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.1427752Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:27.1428691Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.1428861Z 94 | struct array 2025-03-21T20:23:27.1429035Z | ^~~~~ 2025-03-21T20:23:27.1430286Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:27.1430636Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.1430843Z | ^~~~~~~~ 2025-03-21T20:23:27.1438724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.1445881Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.1451556Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.1457942Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.1468280Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.1480114Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.1487524Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.1494727Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.1502055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:27.1505978Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.1506517Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:27.1507424Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.1507603Z 94 | struct array 2025-03-21T20:23:27.1507762Z | ^~~~~ 2025-03-21T20:23:27.1509061Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:27.1509412Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.1509614Z | ^~~~~~~~ 2025-03-21T20:23:27.1517598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.1526474Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.1534205Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.1542971Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.1557165Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.1573321Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.1581976Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.1589277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.1596414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:27.1600173Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:27.1600709Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:23:27.1601740Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.1601933Z 94 | struct array 2025-03-21T20:23:27.1602089Z | ^~~~~ 2025-03-21T20:23:27.1603326Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:27.1603660Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.1603867Z | ^~~~~~~~ 2025-03-21T20:23:27.1604853Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:27.1605826Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:27.1606750Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:27.1607764Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:27.1608794Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:27.1609586Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:27.1610512Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:27.1611386Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:27.2839507Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:27.2840532Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:27.2841417Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:27.2842398Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:27.2842614Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:27.2842820Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:27.2843076Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:27.2843276Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:27.2843718Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:27.2844082Z from /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:11: 2025-03-21T20:23:27.2849724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.2855177Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.2860295Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.2864784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.2869136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.2869478Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:23:27.2870047Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.2870178Z 94 | struct array 2025-03-21T20:23:27.2870306Z | ^~~~~ 2025-03-21T20:23:27.2871040Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:27.2871241Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.2871362Z | ^~~~~~~~ 2025-03-21T20:23:27.2876867Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.2883296Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.2889634Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.2896384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.2900679Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.2900991Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:23:27.2901595Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.2901812Z 94 | struct array 2025-03-21T20:23:27.2901958Z | ^~~~~ 2025-03-21T20:23:27.2903163Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:27.2903470Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.2903735Z | ^~~~~~~~ 2025-03-21T20:23:27.2910809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.2918895Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.2929615Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.2936669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.2942016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.2942375Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:23:27.2942935Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.2943037Z 94 | struct array 2025-03-21T20:23:27.2943133Z | ^~~~~ 2025-03-21T20:23:27.2943821Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:27.2944018Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.2944152Z | ^~~~~~~~ 2025-03-21T20:23:27.2947962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.2952165Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.2956205Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.2959765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.2963226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.2963515Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:23:27.2964007Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.2964112Z 94 | struct array 2025-03-21T20:23:27.2964217Z | ^~~~~ 2025-03-21T20:23:27.2964939Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:27.2965128Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.2965263Z | ^~~~~~~~ 2025-03-21T20:23:27.2969522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.2974708Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.3066028Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.3073193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.3080276Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.3081014Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:23:27.3081993Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.3082204Z 94 | struct array 2025-03-21T20:23:27.3082368Z | ^~~~~ 2025-03-21T20:23:27.3083645Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:27.3084006Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.3084213Z | ^~~~~~~~ 2025-03-21T20:23:27.3091521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.3099821Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.3107665Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.3114731Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.3121905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.3122471Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:23:27.3123416Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.3123711Z 94 | struct array 2025-03-21T20:23:27.3123878Z | ^~~~~ 2025-03-21T20:23:27.3125254Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:27.3125585Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.3125806Z | ^~~~~~~~ 2025-03-21T20:23:27.3126779Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:27.3127055Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:27.3127276Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:27.3127586Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:27.3127821Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:27.3128340Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:27.3128737Z from /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:11: 2025-03-21T20:23:27.3137317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.3145375Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.3152254Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.3161025Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.3172046Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.3182490Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.3188066Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.3192684Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.3197634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.3198274Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:23:27.3199135Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.3199266Z 94 | struct array 2025-03-21T20:23:27.3199360Z | ^~~~~ 2025-03-21T20:23:27.3200058Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:27.3200246Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.3200380Z | ^~~~~~~~ 2025-03-21T20:23:27.3205043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.3209981Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.3214288Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.3219234Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.3228427Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.3238302Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.3243894Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.3248091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.3252325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.3252844Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:23:27.3253373Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.3253476Z 94 | struct array 2025-03-21T20:23:27.3253610Z | ^~~~~ 2025-03-21T20:23:27.3254293Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:27.3254479Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.3254611Z | ^~~~~~~~ 2025-03-21T20:23:27.3258389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.3262705Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.3266331Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.3270681Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.3277527Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.3285260Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.3289546Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.3294271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.3300742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.3301308Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:23:27.3302232Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.3302411Z 94 | struct array 2025-03-21T20:23:27.3302578Z | ^~~~~ 2025-03-21T20:23:27.3303799Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:27.3304134Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.3304360Z | ^~~~~~~~ 2025-03-21T20:23:27.3311399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.3319413Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.3326582Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.3335367Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.3349129Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.3364627Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.3373224Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.3380054Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.3387189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.3387762Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:23:27.3388694Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.3388886Z 94 | struct array 2025-03-21T20:23:27.3389050Z | ^~~~~ 2025-03-21T20:23:27.3390345Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:27.3390693Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.3390907Z | ^~~~~~~~ 2025-03-21T20:23:27.3398370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.3406653Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.3413805Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.3422604Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.3435970Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.3451271Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.3459836Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.3466779Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.3473646Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.3474219Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:23:27.3475153Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.3475334Z 94 | struct array 2025-03-21T20:23:27.3475491Z | ^~~~~ 2025-03-21T20:23:27.3476798Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:27.3477120Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.3477340Z | ^~~~~~~~ 2025-03-21T20:23:27.3484421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.3493044Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:27.3499960Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:27.3508654Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:27.3522663Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:27.5954610Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:27.5976485Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:27.5990528Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.6000881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6004050Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:23:27.6004945Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6005514Z 94 | struct array 2025-03-21T20:23:27.6005778Z | ^~~~~ 2025-03-21T20:23:27.6006593Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:27.6007374Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6007794Z | ^~~~~~~~ 2025-03-21T20:23:27.6008645Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:27.6009653Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:27.6010583Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:27.6011576Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:27.6012664Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:27.6013584Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:27.6014547Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:27.6015609Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:27.6016653Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:27.6017657Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:27.6018316Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:27.6018689Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:27.6019104Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:27.6019525Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:27.6020035Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:27.6020921Z from /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:11: 2025-03-21T20:23:27.6025872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6034579Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6051558Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6068022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.6082695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6090052Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:27.6091989Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6093094Z 94 | struct array 2025-03-21T20:23:27.6093563Z | ^~~~~ 2025-03-21T20:23:27.6095298Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:27.6096827Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6097562Z | ^~~~~~~~ 2025-03-21T20:23:27.6106671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6123574Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6141206Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6157403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.6172400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6179817Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:27.6181577Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6182656Z 94 | struct array 2025-03-21T20:23:27.6183120Z | ^~~~~ 2025-03-21T20:23:27.6184714Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:27.6186007Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6186659Z | ^~~~~~~~ 2025-03-21T20:23:27.6194487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6210904Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6230055Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6246176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.6260207Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6267568Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:27.6269347Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6270417Z 94 | struct array 2025-03-21T20:23:27.6270867Z | ^~~~~ 2025-03-21T20:23:27.6272508Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:27.6274074Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6274839Z | ^~~~~~~~ 2025-03-21T20:23:27.6283859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6300614Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6317844Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6333585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.6348094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6355606Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:27.6357359Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6358353Z 94 | struct array 2025-03-21T20:23:27.6358813Z | ^~~~~ 2025-03-21T20:23:27.6360352Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:27.6361687Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6362335Z | ^~~~~~~~ 2025-03-21T20:23:27.6371276Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6388195Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6405046Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6422329Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.6436983Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6444068Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:27.6445844Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6447021Z 94 | struct array 2025-03-21T20:23:27.6447461Z | ^~~~~ 2025-03-21T20:23:27.6449152Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:27.6450586Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6451323Z | ^~~~~~~~ 2025-03-21T20:23:27.6460297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6476737Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6494081Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6510123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.6525760Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6532523Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:27.6534102Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6534991Z 94 | struct array 2025-03-21T20:23:27.6535426Z | ^~~~~ 2025-03-21T20:23:27.6536709Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:27.6537870Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6538678Z | ^~~~~~~~ 2025-03-21T20:23:27.6546385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6555861Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6564816Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6573115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:27.6580520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6584176Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:27.6585121Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6585688Z 94 | struct array 2025-03-21T20:23:27.6585949Z | ^~~~~ 2025-03-21T20:23:27.6586805Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:27.6587583Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6588002Z | ^~~~~~~~ 2025-03-21T20:23:27.6592051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6599539Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6607108Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6614242Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.6621018Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6624792Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:27.6625982Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6626666Z 94 | struct array 2025-03-21T20:23:27.6626941Z | ^~~~~ 2025-03-21T20:23:27.6627841Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:27.6628686Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6629108Z | ^~~~~~~~ 2025-03-21T20:23:27.6633324Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6640718Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6649393Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6656948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.6663554Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6666866Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:27.6667805Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6668398Z 94 | struct array 2025-03-21T20:23:27.6668718Z | ^~~~~ 2025-03-21T20:23:27.6669605Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:27.6670430Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6670853Z | ^~~~~~~~ 2025-03-21T20:23:27.6674957Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6683965Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6692749Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6700277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.6706734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6710069Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:27.6710994Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6711565Z 94 | struct array 2025-03-21T20:23:27.6711841Z | ^~~~~ 2025-03-21T20:23:27.6712744Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:27.6713559Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6713979Z | ^~~~~~~~ 2025-03-21T20:23:27.6718030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6726018Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6733765Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6740656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.6747723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6750947Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:27.6751859Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6752434Z 94 | struct array 2025-03-21T20:23:27.6752757Z | ^~~~~ 2025-03-21T20:23:27.6753628Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:27.6754545Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6755027Z | ^~~~~~~~ 2025-03-21T20:23:27.6759514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6767315Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6774946Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6781908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.6788309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6791618Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:27.6792562Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6793139Z 94 | struct array 2025-03-21T20:23:27.6793404Z | ^~~~~ 2025-03-21T20:23:27.6794255Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:27.6795104Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6795509Z | ^~~~~~~~ 2025-03-21T20:23:27.6799518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6806886Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6814509Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6822174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.6828702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.6831922Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:27.6832827Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.6833387Z 94 | struct array 2025-03-21T20:23:27.6833652Z | ^~~~~ 2025-03-21T20:23:27.6834483Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:27.6835365Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.6835789Z | ^~~~~~~~ 2025-03-21T20:23:27.6839805Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.6847219Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.6854841Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9195767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.9208185Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.9214973Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:27.9216754Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.9217818Z 94 | struct array 2025-03-21T20:23:27.9218286Z | ^~~~~ 2025-03-21T20:23:27.9219914Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:27.9223895Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.9224529Z | ^~~~~~~~ 2025-03-21T20:23:27.9225798Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:27.9227498Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:27.9229271Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:27.9231047Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:27.9232758Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:27.9234614Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:27.9236370Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:27.9238304Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:27.9240150Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:27.9241942Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:27.9243763Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:27.9245614Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:27.9246838Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:27.9247531Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:27.9248360Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:27.9249120Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:27.9250048Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:27.9251147Z from /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:9: 2025-03-21T20:23:27.9259777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.9275171Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9291031Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9305701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.9316583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.9320028Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:27.9321166Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.9321770Z 94 | struct array 2025-03-21T20:23:27.9322024Z | ^~~~~ 2025-03-21T20:23:27.9322929Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:27.9323775Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.9324195Z | ^~~~~~~~ 2025-03-21T20:23:27.9328507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.9336302Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9351134Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9365576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.9379361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.9385921Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:27.9387697Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.9388746Z 94 | struct array 2025-03-21T20:23:27.9389211Z | ^~~~~ 2025-03-21T20:23:27.9390885Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:27.9392574Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.9393355Z | ^~~~~~~~ 2025-03-21T20:23:27.9401382Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.9416528Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9432415Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9446856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.9460195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.9466601Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:27.9468360Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.9469425Z 94 | struct array 2025-03-21T20:23:27.9469894Z | ^~~~~ 2025-03-21T20:23:27.9471631Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:27.9473164Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.9473885Z | ^~~~~~~~ 2025-03-21T20:23:27.9481892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.9497269Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9512666Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9527181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.9540534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.9547168Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:27.9548955Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.9549977Z 94 | struct array 2025-03-21T20:23:27.9550447Z | ^~~~~ 2025-03-21T20:23:27.9551974Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:27.9553422Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.9554181Z | ^~~~~~~~ 2025-03-21T20:23:27.9562315Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.9577352Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9592683Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9607085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.9620677Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.9627463Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:27.9629170Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.9630238Z 94 | struct array 2025-03-21T20:23:27.9630691Z | ^~~~~ 2025-03-21T20:23:27.9632263Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:27.9633778Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.9634532Z | ^~~~~~~~ 2025-03-21T20:23:27.9642724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.9658028Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9673594Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9687938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:27.9701377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:27.9707980Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:27.9709648Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:27.9710682Z 94 | struct array 2025-03-21T20:23:27.9711137Z | ^~~~~ 2025-03-21T20:23:27.9712697Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:27.9714168Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:27.9715036Z | ^~~~~~~~ 2025-03-21T20:23:27.9725210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:27.9740409Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9755209Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:27.9769525Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.0197614Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.0204516Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:28.0206343Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.0207414Z 94 | struct array 2025-03-21T20:23:28.0207855Z | ^~~~~ 2025-03-21T20:23:28.0209441Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:28.0210953Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.0211785Z | ^~~~~~~~ 2025-03-21T20:23:28.0213073Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:28.0214932Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:28.0216919Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:28.0218192Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:28.0219021Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:28.0219770Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:28.0220694Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:28.0221565Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:28.0222679Z from /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:11: 2025-03-21T20:23:28.0231963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.0248837Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.0265703Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.0282510Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.0306911Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.0338482Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.0363038Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.0379426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.0393991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.0401139Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:28.0402921Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.0403991Z 94 | struct array 2025-03-21T20:23:28.0404428Z | ^~~~~ 2025-03-21T20:23:28.0406101Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:28.0407834Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.0408567Z | ^~~~~~~~ 2025-03-21T20:23:28.0417693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.0435653Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.0452595Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.0463298Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.0482173Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.0505851Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.0525922Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.0534480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.0544667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.0551320Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:28.0553040Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.0554037Z 94 | struct array 2025-03-21T20:23:28.0554484Z | ^~~~~ 2025-03-21T20:23:28.0556151Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:28.0557631Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.0558481Z | ^~~~~~~~ 2025-03-21T20:23:28.0566936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.0580351Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.0588884Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.0597335Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.0609575Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.0626196Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.0638651Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.0646967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.0654452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.0658113Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:28.0659043Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.0659620Z 94 | struct array 2025-03-21T20:23:28.0659872Z | ^~~~~ 2025-03-21T20:23:28.0660737Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:28.0661543Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.0661956Z | ^~~~~~~~ 2025-03-21T20:23:28.0666572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.0675049Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.0683409Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.0691840Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.0704058Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.0719662Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.0732301Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.0740551Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.0747964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.0751613Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:28.0752532Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.0753094Z 94 | struct array 2025-03-21T20:23:28.0753362Z | ^~~~~ 2025-03-21T20:23:28.0754160Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:28.0754927Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.0755348Z | ^~~~~~~~ 2025-03-21T20:23:28.0759966Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.0768486Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.0776976Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.0785445Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.0797764Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.0813465Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.0826118Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.0835069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.0842639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.0846303Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:28.0847219Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.0847778Z 94 | struct array 2025-03-21T20:23:28.0848040Z | ^~~~~ 2025-03-21T20:23:28.0848891Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:28.0849699Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.0850119Z | ^~~~~~~~ 2025-03-21T20:23:28.0854812Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.0863829Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.0872937Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.0882322Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.0896291Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.0913330Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.0926073Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.0936342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.0947083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.0951275Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:28.0952248Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.0952887Z 94 | struct array 2025-03-21T20:23:28.0953197Z | ^~~~~ 2025-03-21T20:23:28.0954109Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:28.0955051Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.0955717Z | ^~~~~~~~ 2025-03-21T20:23:28.0960479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.0970831Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.0986260Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.0999739Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.1015823Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.1039958Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.1062081Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.1072768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.1086986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.1094030Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:23:28.1095834Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.1096888Z 94 | struct array 2025-03-21T20:23:28.1097333Z | ^~~~~ 2025-03-21T20:23:28.1098893Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:28.1100339Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.1101083Z | ^~~~~~~~ 2025-03-21T20:23:28.1107566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.1115216Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.1122736Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.1130251Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.1141596Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.1156338Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.1177759Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.1191910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.1204435Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.1210612Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:28.1212521Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.1213599Z 94 | struct array 2025-03-21T20:23:28.1214047Z | ^~~~~ 2025-03-21T20:23:28.1215778Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:28.1217414Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.1218163Z | ^~~~~~~~ 2025-03-21T20:23:28.1226173Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.1240953Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.1254998Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.1269415Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.1290128Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.1317259Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.1338818Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.1352849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.1365683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.1372142Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:28.1389779Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.1390969Z 94 | struct array 2025-03-21T20:23:28.1391409Z | ^~~~~ 2025-03-21T20:23:28.1393140Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:28.1394647Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.1395319Z | ^~~~~~~~ 2025-03-21T20:23:28.1403321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.1413924Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.1421938Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.1436294Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.1456778Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.1483471Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.1505116Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.1519028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.1532096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.1538431Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:28.1540234Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.1541285Z 94 | struct array 2025-03-21T20:23:28.1541726Z | ^~~~~ 2025-03-21T20:23:28.1543364Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:28.1544910Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.1545943Z | ^~~~~~~~ 2025-03-21T20:23:28.1553735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.1568336Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.1582599Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.1597162Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.1617710Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.1644044Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.1665325Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.1679329Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.1691935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.1698395Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:28.1700132Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.1701151Z 94 | struct array 2025-03-21T20:23:28.1701566Z | ^~~~~ 2025-03-21T20:23:28.1703150Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:28.1704576Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.1705289Z | ^~~~~~~~ 2025-03-21T20:23:28.1713051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.1728042Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.1742190Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.1756785Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.1777597Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.1803840Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.1825610Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.1839227Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.1852201Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.1858703Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:28.1860448Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.1861511Z 94 | struct array 2025-03-21T20:23:28.1861970Z | ^~~~~ 2025-03-21T20:23:28.1863576Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:28.1865090Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.1865849Z | ^~~~~~~~ 2025-03-21T20:23:28.1873666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.1888322Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.1902771Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.1917266Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.1938441Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.1965364Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.1985571Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.1999401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.2012044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.2018318Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:28.2020097Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.2021229Z 94 | struct array 2025-03-21T20:23:28.2021611Z | ^~~~~ 2025-03-21T20:23:28.2022988Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:28.2024450Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.2025173Z | ^~~~~~~~ 2025-03-21T20:23:28.2033079Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.2047879Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.2062132Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.2076927Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.2097752Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.2124729Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.2145781Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.2159880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.2172792Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.2179226Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:23:28.2180976Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.2182023Z 94 | struct array 2025-03-21T20:23:28.2182478Z | ^~~~~ 2025-03-21T20:23:28.2184060Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:28.2185452Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.2186207Z | ^~~~~~~~ 2025-03-21T20:23:28.2187448Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:28.2189470Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:28.2191349Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:28.2192520Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:28.2193207Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:28.2193944Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:28.2194686Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:28.2195521Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:28.2196828Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:28.2198017Z from /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:11: 2025-03-21T20:23:28.2205333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.2218458Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.2232253Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.2244362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.2255858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:28.2261543Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:23:28.2263256Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.2264329Z 94 | struct array 2025-03-21T20:23:28.2264923Z | ^~~~~ 2025-03-21T20:23:28.2266430Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:28.2267903Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.2268647Z | ^~~~~~~~ 2025-03-21T20:23:28.2275633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.6941724Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.6955637Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.6967465Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.6979011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:28.6984684Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:23:28.6986429Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.6987557Z 94 | struct array 2025-03-21T20:23:28.6988010Z | ^~~~~ 2025-03-21T20:23:28.6989591Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:28.6991095Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.6991979Z | ^~~~~~~~ 2025-03-21T20:23:28.6993258Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:28.6995002Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:28.6996970Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:28.6998955Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:28.7000964Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:28.7002963Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:28.7004801Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:28.7006665Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:28.7008536Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:28.7010448Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:28.7012418Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:28.7014202Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:28.7015988Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:28.7017864Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:28.7019624Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:28.7021633Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:28.7023604Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:28.7025458Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:28.7027157Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:28.7028857Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:28.7030497Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:28.7031619Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:28.7032448Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:28.7033201Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:28.7033959Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:28.7034896Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:28.7035963Z from /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:9: 2025-03-21T20:23:28.7045403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7062858Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7080877Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7097837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.7112995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7120434Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:28.7122098Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7123079Z 94 | struct array 2025-03-21T20:23:28.7123545Z | ^~~~~ 2025-03-21T20:23:28.7125126Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:28.7126773Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7127519Z | ^~~~~~~~ 2025-03-21T20:23:28.7136651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7153917Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7171912Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7188589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.7203616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7211005Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:28.7212858Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7213928Z 94 | struct array 2025-03-21T20:23:28.7214386Z | ^~~~~ 2025-03-21T20:23:28.7216023Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:28.7217689Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7218435Z | ^~~~~~~~ 2025-03-21T20:23:28.7227899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7245228Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7254591Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7263112Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.7271628Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7278998Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:28.7280700Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7281773Z 94 | struct array 2025-03-21T20:23:28.7282213Z | ^~~~~ 2025-03-21T20:23:28.7283850Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:28.7285374Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7286090Z | ^~~~~~~~ 2025-03-21T20:23:28.7295316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7312289Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7330129Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7346641Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.7361605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7368962Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:28.7370627Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7371712Z 94 | struct array 2025-03-21T20:23:28.7372154Z | ^~~~~ 2025-03-21T20:23:28.7373609Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:28.7375014Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7375735Z | ^~~~~~~~ 2025-03-21T20:23:28.7384993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7402059Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7419928Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7434899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.7442670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7446393Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:28.7447410Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7447984Z 94 | struct array 2025-03-21T20:23:28.7448251Z | ^~~~~ 2025-03-21T20:23:28.7449105Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:28.7449911Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7450326Z | ^~~~~~~~ 2025-03-21T20:23:28.7455195Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7463792Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7472871Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7481218Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.7488859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7492650Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:28.7493564Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7494142Z 94 | struct array 2025-03-21T20:23:28.7494410Z | ^~~~~ 2025-03-21T20:23:28.7495236Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:28.7496024Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7496435Z | ^~~~~~~~ 2025-03-21T20:23:28.7501189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7509784Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7518849Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7529942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:28.7538042Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7541791Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:28.7542693Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7543266Z 94 | struct array 2025-03-21T20:23:28.7543537Z | ^~~~~ 2025-03-21T20:23:28.7544381Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:28.7545225Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7545633Z | ^~~~~~~~ 2025-03-21T20:23:28.7550409Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7558366Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7566295Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7573629Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.7581192Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7584967Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:28.7585991Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7586665Z 94 | struct array 2025-03-21T20:23:28.7587017Z | ^~~~~ 2025-03-21T20:23:28.7588069Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:28.7588979Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7589534Z | ^~~~~~~~ 2025-03-21T20:23:28.7594439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7602807Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7610774Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7621178Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.7632807Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7638759Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:28.7640025Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7640756Z 94 | struct array 2025-03-21T20:23:28.7641026Z | ^~~~~ 2025-03-21T20:23:28.7642054Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:28.7642998Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7643417Z | ^~~~~~~~ 2025-03-21T20:23:28.7647756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7655544Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7663603Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7670853Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.7678077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7682451Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:28.7683872Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7684456Z 94 | struct array 2025-03-21T20:23:28.7684719Z | ^~~~~ 2025-03-21T20:23:28.7685882Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:28.7686783Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7687361Z | ^~~~~~~~ 2025-03-21T20:23:28.7692767Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7704092Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7712103Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7719335Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.7726315Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7729622Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:28.7730494Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7731132Z 94 | struct array 2025-03-21T20:23:28.7731424Z | ^~~~~ 2025-03-21T20:23:28.7732434Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:28.7733473Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7734008Z | ^~~~~~~~ 2025-03-21T20:23:28.7739497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7749375Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7764130Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7777726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.7790895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7794368Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:28.7795335Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7795902Z 94 | struct array 2025-03-21T20:23:28.7796177Z | ^~~~~ 2025-03-21T20:23:28.7797040Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:28.7797843Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7798266Z | ^~~~~~~~ 2025-03-21T20:23:28.7802489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7810137Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7818365Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7827947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.7834979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7838361Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:28.7839247Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7839797Z 94 | struct array 2025-03-21T20:23:28.7840066Z | ^~~~~ 2025-03-21T20:23:28.7840903Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:28.7841681Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7842101Z | ^~~~~~~~ 2025-03-21T20:23:28.7846297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7901948Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7914968Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:28.7924233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.7932441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.7935806Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:28.7936756Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.7937635Z 94 | struct array 2025-03-21T20:23:28.7938035Z | ^~~~~ 2025-03-21T20:23:28.7939521Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:28.7941095Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.7941872Z | ^~~~~~~~ 2025-03-21T20:23:28.7943392Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:28.7945140Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:28.7946732Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:28.7948530Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:28.7949760Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:28.7950413Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:28.7951109Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:28.7951822Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:28.7952666Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:28.7953674Z from /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:9: 2025-03-21T20:23:28.7961822Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.7975279Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.7986464Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.7994926Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.8007141Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.8023944Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.8044426Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.8057545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.8067529Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.8072174Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:28.8073443Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.8074227Z 94 | struct array 2025-03-21T20:23:28.8074587Z | ^~~~~ 2025-03-21T20:23:28.8075793Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:28.8077057Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.8077605Z | ^~~~~~~~ 2025-03-21T20:23:28.8083618Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.8094830Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.8105663Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.8113359Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.8124946Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.8139490Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.8153065Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.8165603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.8177205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.8182728Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:28.8184271Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.8185211Z 94 | struct array 2025-03-21T20:23:28.8185620Z | ^~~~~ 2025-03-21T20:23:28.8187082Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:28.8188436Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.8189132Z | ^~~~~~~~ 2025-03-21T20:23:28.8197015Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.8212007Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.8226641Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.8241535Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.8263939Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.8292415Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.8314887Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.8330047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.8344033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.8350525Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:28.8352244Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.8353323Z 94 | struct array 2025-03-21T20:23:28.8353780Z | ^~~~~ 2025-03-21T20:23:28.8355424Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:28.8356952Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.8357708Z | ^~~~~~~~ 2025-03-21T20:23:28.8366111Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.8380939Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.8396029Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.8410913Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.8432689Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.8461065Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.8483800Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.8498491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.8511700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.8518310Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:28.8520063Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.8521273Z 94 | struct array 2025-03-21T20:23:28.8521741Z | ^~~~~ 2025-03-21T20:23:28.8523280Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:28.8524719Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.8525475Z | ^~~~~~~~ 2025-03-21T20:23:28.8533796Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.8548811Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.8564688Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.8579879Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.8601795Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.8629984Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.8652746Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.8667246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.8680832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.8687491Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:28.8689230Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.8690255Z 94 | struct array 2025-03-21T20:23:28.8690698Z | ^~~~~ 2025-03-21T20:23:28.8692418Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:28.8693934Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.8694656Z | ^~~~~~~~ 2025-03-21T20:23:28.8702928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.8718328Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.8734106Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.8749211Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.8771020Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.8799360Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:28.8814816Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:28.8828929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:28.8842116Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:28.8848679Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:28.8850393Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:28.8851444Z 94 | struct array 2025-03-21T20:23:28.8852001Z | ^~~~~ 2025-03-21T20:23:28.8853773Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:28.8855267Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:28.8856020Z | ^~~~~~~~ 2025-03-21T20:23:28.8864126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:28.8879432Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:28.8894713Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:28.8910032Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:28.8932473Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:28.8960998Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.1284510Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.1299403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.1312008Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.1318433Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:23:29.1319598Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.1320173Z 94 | struct array 2025-03-21T20:23:29.1320444Z | ^~~~~ 2025-03-21T20:23:29.1321921Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:29.1323245Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.1323973Z | ^~~~~~~~ 2025-03-21T20:23:29.1325486Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:29.1327300Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:29.1329001Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:29.1330798Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:29.1332106Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:29.1333059Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:29.1334228Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:29.1335227Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:29.1336196Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:29.1337160Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:29.1338159Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:29.1339152Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:29.1340115Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:29.1340770Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:29.1341168Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:29.1341600Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:29.1342011Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:29.1342529Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:29.1343227Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:29.1343871Z from /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:11: 2025-03-21T20:23:29.1347707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.1354495Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.1362084Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.1372768Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.1386732Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.1410116Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.1428703Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.1440058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.1448003Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:29.1451274Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:23:29.1452336Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.1452913Z 94 | struct array 2025-03-21T20:23:29.1453170Z | ^~~~~ 2025-03-21T20:23:29.1454010Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:29.1454801Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.1455231Z | ^~~~~~~~ 2025-03-21T20:23:29.1458859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.1465633Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.1472060Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.1478705Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.1492316Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.1514726Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.1529619Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.1536119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.1542452Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:29.1545438Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:23:29.1546527Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.1547173Z 94 | struct array 2025-03-21T20:23:29.1547447Z | ^~~~~ 2025-03-21T20:23:29.6039203Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:29.6040696Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.6041437Z | ^~~~~~~~ 2025-03-21T20:23:29.6042857Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:29.6044865Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:29.6046891Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:29.6048753Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:29.6050379Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:29.6052258Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:29.6054034Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:29.6055963Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:29.6057839Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:29.6059987Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:29.6061761Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:29.6063648Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:29.6065357Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:29.6067117Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:29.6068915Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:29.6070541Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:29.6072130Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:29.6073108Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:29.6073682Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:29.6074286Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:29.6074876Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:29.6075642Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:29.6076587Z from /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:9: 2025-03-21T20:23:29.6082411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.6092587Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.6101346Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.6110402Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.6123414Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.6139800Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.6156103Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.6167090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:29.6181595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.6188523Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:29.6190275Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.6191322Z 94 | struct array 2025-03-21T20:23:29.6191759Z | ^~~~~ 2025-03-21T20:23:29.6192804Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:29.6194226Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.6194702Z | ^~~~~~~~ 2025-03-21T20:23:29.6199678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.6212845Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.6228880Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.6242271Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.6262130Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.6292482Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.6311220Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.6324215Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:29.6333277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.6337493Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:29.6338689Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.6339331Z 94 | struct array 2025-03-21T20:23:29.6339661Z | ^~~~~ 2025-03-21T20:23:29.6340680Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:29.6341619Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.6342073Z | ^~~~~~~~ 2025-03-21T20:23:29.6347231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.6356460Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.6372324Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.6387505Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.6406137Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.6429994Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.6443170Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.6452004Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:29.6459703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.6463417Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:29.6464307Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.6465179Z 94 | struct array 2025-03-21T20:23:29.6465584Z | ^~~~~ 2025-03-21T20:23:29.6466641Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:29.6467464Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.6467891Z | ^~~~~~~~ 2025-03-21T20:23:29.6472674Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.6484750Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.6500923Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.6517215Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.6542591Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.6575156Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.6600496Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.6617310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:29.6636586Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.6643832Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:29.6660428Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.6661406Z 94 | struct array 2025-03-21T20:23:29.6661885Z | ^~~~~ 2025-03-21T20:23:29.6663400Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:29.6664786Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.6665530Z | ^~~~~~~~ 2025-03-21T20:23:29.6674754Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.6691837Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.6708629Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.6726310Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.6751308Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.6783329Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.6808293Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.6825555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:29.6840919Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.6848241Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:29.6849955Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.6850995Z 94 | struct array 2025-03-21T20:23:29.6851446Z | ^~~~~ 2025-03-21T20:23:29.6853162Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:29.6854682Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.6855531Z | ^~~~~~~~ 2025-03-21T20:23:29.6864655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.6881975Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.6898684Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.6915678Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.6940173Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.6971307Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.6996302Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.7012638Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:29.7027598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.7034702Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:29.7036416Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.7037310Z 94 | struct array 2025-03-21T20:23:29.7037756Z | ^~~~~ 2025-03-21T20:23:29.7039287Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:29.7040883Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.7041622Z | ^~~~~~~~ 2025-03-21T20:23:29.7050816Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.7067428Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.7084639Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.7101130Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.7113909Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.7140998Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.7166078Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.7182725Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:29.7197788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.7204876Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:23:29.7206580Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.7207605Z 94 | struct array 2025-03-21T20:23:29.7208051Z | ^~~~~ 2025-03-21T20:23:29.7209567Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:29.7210879Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.7211494Z | ^~~~~~~~ 2025-03-21T20:23:29.7219627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.7235257Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.7250452Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.7265726Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.7284746Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.7305167Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.7321884Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.7336723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.7350203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.7356832Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:29.7358552Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.7359597Z 94 | struct array 2025-03-21T20:23:29.7360040Z | ^~~~~ 2025-03-21T20:23:29.7361719Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:29.7363423Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.7364163Z | ^~~~~~~~ 2025-03-21T20:23:29.7372341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.7387597Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.7402762Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.7417419Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.7439234Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.7467550Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.7489444Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.7503037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.7514894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.7520016Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:29.7521444Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.7522265Z 94 | struct array 2025-03-21T20:23:29.7522621Z | ^~~~~ 2025-03-21T20:23:29.7523938Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:29.7525179Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.7525761Z | ^~~~~~~~ 2025-03-21T20:23:29.7533973Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.7549437Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.7564682Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.7579804Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.7601688Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.7630402Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.7653152Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.7667893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.7681144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.7687822Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:29.7689559Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.7690612Z 94 | struct array 2025-03-21T20:23:29.7691044Z | ^~~~~ 2025-03-21T20:23:29.7692754Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:29.7694283Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.7695026Z | ^~~~~~~~ 2025-03-21T20:23:29.7703275Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.7718592Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.7734023Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.7749032Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.7770862Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.7798614Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.7821095Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.7835095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.7848601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.7855479Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:29.7857269Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.7858336Z 94 | struct array 2025-03-21T20:23:29.7858779Z | ^~~~~ 2025-03-21T20:23:29.7860269Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:29.7861711Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.7862434Z | ^~~~~~~~ 2025-03-21T20:23:29.7870589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.7886045Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.7901338Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.7916689Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.7939026Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.7967159Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.7989608Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.8004330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.8017733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8024299Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:29.8026155Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8027360Z 94 | struct array 2025-03-21T20:23:29.8027831Z | ^~~~~ 2025-03-21T20:23:29.8029466Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:29.8030977Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8031727Z | ^~~~~~~~ 2025-03-21T20:23:29.8039987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8055361Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.8070512Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.8085619Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.8107502Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.8135641Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.8150592Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.8161828Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.8172076Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8176995Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:29.8178233Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8179086Z 94 | struct array 2025-03-21T20:23:29.8179437Z | ^~~~~ 2025-03-21T20:23:29.8180586Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:29.8181696Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8182249Z | ^~~~~~~~ 2025-03-21T20:23:29.8188359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8201687Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:29.8212436Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:29.8220162Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:29.8232710Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:29.8248396Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:29.8260730Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:29.8268234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:29.8275396Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8278879Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:23:29.8279774Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8280340Z 94 | struct array 2025-03-21T20:23:29.8280605Z | ^~~~~ 2025-03-21T20:23:29.8281441Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:29.8282231Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8282643Z | ^~~~~~~~ 2025-03-21T20:23:29.8283463Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:29.8284515Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:29.8285482Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:29.8286122Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:29.8286507Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:29.8286908Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:29.8287369Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:29.8287877Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:29.8288578Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:29.8289241Z from /pytorch/executorch/kernels/portable/cpu/op_where.cpp:9: 2025-03-21T20:23:29.8294723Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8305273Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8315402Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8326326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:29.8335871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8340396Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:29.8341330Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8341923Z 94 | struct array 2025-03-21T20:23:29.8342177Z | ^~~~~ 2025-03-21T20:23:29.8343081Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:23:29.8343925Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8344350Z | ^~~~~~~~ 2025-03-21T20:23:29.8349945Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8364630Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8378836Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8388401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:29.8398865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8404811Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:29.8406146Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8407102Z 94 | struct array 2025-03-21T20:23:29.8407496Z | ^~~~~ 2025-03-21T20:23:29.8408537Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:23:29.8409854Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8410521Z | ^~~~~~~~ 2025-03-21T20:23:29.8418490Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8434008Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8452311Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8468335Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:29.8477902Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8482597Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:29.8483586Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8484164Z 94 | struct array 2025-03-21T20:23:29.8484434Z | ^~~~~ 2025-03-21T20:23:29.8485296Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:23:29.8486091Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8486512Z | ^~~~~~~~ 2025-03-21T20:23:29.8492453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8507462Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8522040Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8535544Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:29.8547475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8555691Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:29.8557490Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8558484Z 94 | struct array 2025-03-21T20:23:29.8558937Z | ^~~~~ 2025-03-21T20:23:29.8560507Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:23:29.8561993Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8562951Z | ^~~~~~~~ 2025-03-21T20:23:29.8573570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8593101Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8612984Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8632442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:29.8649919Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8658668Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:29.8660453Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8661508Z 94 | struct array 2025-03-21T20:23:29.8661946Z | ^~~~~ 2025-03-21T20:23:29.8663654Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:23:29.8665147Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8665909Z | ^~~~~~~~ 2025-03-21T20:23:29.8676267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8695941Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8714928Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8734168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:29.8751430Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8760237Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:29.8761958Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8762994Z 94 | struct array 2025-03-21T20:23:29.8763429Z | ^~~~~ 2025-03-21T20:23:29.8764985Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:23:29.8766438Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8767202Z | ^~~~~~~~ 2025-03-21T20:23:29.8777648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:29.8797256Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8817355Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:29.8836154Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:29.8853966Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:29.8858856Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:29.8859793Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:29.8860369Z 94 | struct array 2025-03-21T20:23:29.8860640Z | ^~~~~ 2025-03-21T20:23:29.8861470Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:23:29.8862613Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:29.8863362Z | ^~~~~~~~ 2025-03-21T20:23:29.8873633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.3294133Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:42:4: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:30.3314308Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:30.3333752Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.3351110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.3359811Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.3361506Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.3362536Z 94 | struct array 2025-03-21T20:23:30.3363000Z | ^~~~~ 2025-03-21T20:23:30.3364531Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:23:30.3365976Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.3366720Z | ^~~~~~~~ 2025-03-21T20:23:30.3368369Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:30.3370709Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:30.3372769Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:30.3374695Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:30.3376709Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:30.3378713Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:30.3380523Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:30.3382412Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:30.3384303Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:30.3386266Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:30.3388203Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:30.3390144Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:30.3392140Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:30.3394060Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:30.3396048Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:30.3398148Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:30.3399982Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:30.3401967Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:30.3403898Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:30.3405965Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:30.3407995Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:30.3409966Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:30.3412022Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:30.3413910Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:30.3415825Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:30.3417738Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:30.5055028Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:30.5057241Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:30.5059457Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:30.5061325Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:30.5063349Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:30.5065264Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:30.5066462Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:30.5067160Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:30.5067860Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:30.5068588Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:30.5069510Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:30.5070810Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:30.5071988Z from /pytorch/executorch/kernels/portable/cpu/op_where.cpp:9: 2025-03-21T20:23:30.5082756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.5102549Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:30.5130755Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:30.5150727Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:30.5178890Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:30.5215152Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:30.5243968Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:30.5263043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.5280464Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.5289009Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.5291081Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.5292270Z 94 | struct array 2025-03-21T20:23:30.5292723Z | ^~~~~ 2025-03-21T20:23:30.5294364Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:23:30.5295878Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.5296631Z | ^~~~~~~~ 2025-03-21T20:23:30.5306752Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.5324648Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:30.5342718Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:30.5358968Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:30.5379453Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:30.5405392Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:30.5421099Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:30.5432372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.5447113Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.5455259Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.5456956Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.5458006Z 94 | struct array 2025-03-21T20:23:30.5458463Z | ^~~~~ 2025-03-21T20:23:30.5460126Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:23:30.5461753Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.5462431Z | ^~~~~~~~ 2025-03-21T20:23:30.5472147Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.5491942Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:30.5511250Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:30.5528115Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:30.5556518Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:30.5593216Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:30.5622556Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:30.5641562Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.5659665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.5668426Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.5670189Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.5671266Z 94 | struct array 2025-03-21T20:23:30.5671753Z | ^~~~~ 2025-03-21T20:23:30.5673414Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:23:30.5675015Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.5675805Z | ^~~~~~~~ 2025-03-21T20:23:30.5686202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.5705942Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:30.5725231Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:30.5744978Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:30.5772431Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:30.5808576Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:30.5838266Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:30.5856989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.5874695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.5883540Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.5884486Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.5885734Z 94 | struct array 2025-03-21T20:23:30.5885989Z | ^~~~~ 2025-03-21T20:23:30.5886824Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:23:30.5887605Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.5888026Z | ^~~~~~~~ 2025-03-21T20:23:30.5893480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.5903528Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:30.5920064Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:30.5939465Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:30.5967739Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:30.6004229Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:30.6032009Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:30.6051112Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.6068909Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.6077484Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.6079261Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.6080290Z 94 | struct array 2025-03-21T20:23:30.6080741Z | ^~~~~ 2025-03-21T20:23:30.6082473Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:23:30.6084007Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.6084760Z | ^~~~~~~~ 2025-03-21T20:23:30.6095309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.6114867Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:30.6134234Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:30.6153934Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:30.6182700Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:30.6212148Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:30.6237274Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:30.6254328Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.6263306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.6267982Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.6268995Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.6269703Z 94 | struct array 2025-03-21T20:23:30.6269974Z | ^~~~~ 2025-03-21T20:23:30.6270916Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:23:30.6271787Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.6272264Z | ^~~~~~~~ 2025-03-21T20:23:30.6278161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.6289442Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:30.6306002Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:30.6324511Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:30.6345163Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:30.6363515Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:30.6377817Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:30.6388502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.6398479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.6405840Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.6406924Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.6407587Z 94 | struct array 2025-03-21T20:23:30.6407930Z | ^~~~~ 2025-03-21T20:23:30.6408793Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:23:30.6409806Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.6410262Z | ^~~~~~~~ 2025-03-21T20:23:30.6416359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:30.6427931Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:30.6438708Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:30.6451482Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:30.6477546Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:30.8995295Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:30.9024012Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:30.9043180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:30.9060617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:30.9069055Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:23:30.9070784Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:30.9071838Z 94 | struct array 2025-03-21T20:23:30.9072337Z | ^~~~~ 2025-03-21T20:23:30.9073921Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:23:30.9075367Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:30.9076152Z | ^~~~~~~~ 2025-03-21T20:23:30.9077719Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:30.9080245Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:30.9082465Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:30.9084508Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:30.9086563Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:30.9088657Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:30.9090731Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:30.9093089Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:30.9095264Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:30.9096770Z [ 96%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:30.9098229Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:30.9100232Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:30.9102271Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:30.9104393Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:30.9106582Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:42.5791854Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:42.5793042Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:42.5793702Z [ 97%] Built target portable_kernels 2025-03-21T20:23:42.5794432Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:42.5795573Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:42.5796651Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:42.5798403Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:42.5799255Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:42.5800007Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:42.5800571Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:42.5800978Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:23:42.5801912Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:42.5802836Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:42.5803256Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:42.5804006Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:42.5805013Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:42.5805959Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:42.5806854Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:42.5807754Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:42.5808759Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:42.5809514Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:42.5809908Z [100%] Built target executor_runner 2025-03-21T20:23:42.5810215Z + [[ '' == *main* ]] 2025-03-21T20:23:42.5810467Z + [[ '' == *gh* ]] 2025-03-21T20:23:42.5810723Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:42.5811059Z + bash .ci/scripts/test_model.sh add cmake portable 2025-03-21T20:23:42.5811430Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:23:42.5811912Z + source .ci/scripts/utils.sh 2025-03-21T20:23:42.5812267Z + MODEL_NAME=add 2025-03-21T20:23:42.5812509Z + [[ -z add ]] 2025-03-21T20:23:42.5812744Z + BUILD_TOOL=cmake 2025-03-21T20:23:42.5812985Z + [[ -z cmake ]] 2025-03-21T20:23:42.5813232Z + BACKEND=portable 2025-03-21T20:23:42.5813463Z + [[ -z portable ]] 2025-03-21T20:23:42.5813706Z + UPLOAD_DIR= 2025-03-21T20:23:42.5813936Z + [[ -z python ]] 2025-03-21T20:23:42.5814175Z + which python 2025-03-21T20:23:42.5814426Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:23:42.5814734Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:42.5815021Z + EXPORTED_MODEL=add 2025-03-21T20:23:42.5815299Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:23:42.5815648Z + echo 'Testing add with portable kernels...' 2025-03-21T20:23:42.5816015Z Testing add with portable kernels... 2025-03-21T20:23:42.5816314Z + test_model 2025-03-21T20:23:42.5816551Z + [[ add == \l\l\a\m\a\2 ]] 2025-03-21T20:23:42.5816828Z + STRICT=--strict 2025-03-21T20:23:42.5817076Z + [[ add == \l\l\a\v\a ]] 2025-03-21T20:23:42.5817396Z + [[ add == \l\l\a\m\a\3\_\2\_\v\i\s\i\o\n\_\e\n\c\o\d\e\r ]] 2025-03-21T20:23:42.5817780Z + [[ add == \l\l\a\m\a\3\_\2\_\t\e\x\t\_\d\e\c\o\d\e\r ]] 2025-03-21T20:23:42.5818130Z + [[ add == \q\w\e\n\2\_\5 ]] 2025-03-21T20:23:42.5818419Z + [[ add == \p\h\i\-\4\-\m\i\n\i ]] 2025-03-21T20:23:42.5818860Z + python -m examples.portable.scripts.export --model_name=add --strict 2025-03-21T20:23:42.5820293Z /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:23:42.5821860Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:23:42.5823157Z /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:23:42.5824603Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:23:42.5825905Z /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:23:42.5827207Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:23:42.5828505Z /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:23:42.5829811Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:23:42.5830221Z [INFO 2025-03-21 20:23:37,470 utils.py:50] Core ATen graph: 2025-03-21T20:23:42.5830586Z graph(): 2025-03-21T20:23:42.5830830Z %x : [num_users=1] = placeholder[target=x] 2025-03-21T20:23:42.5831188Z %y : [num_users=1] = placeholder[target=y] 2025-03-21T20:23:42.5831730Z %add : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%x, %y), kwargs = {}) 2025-03-21T20:23:42.5832244Z return (add,) 2025-03-21T20:23:42.5833454Z /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:23:42.5834759Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:23:42.5835145Z [INFO 2025-03-21 20:23:37,813 utils.py:70] Exported graph: 2025-03-21T20:23:42.5835522Z ExportedProgram: 2025-03-21T20:23:42.5835843Z class GraphModule(torch.nn.Module): 2025-03-21T20:23:42.5836237Z def forward(self, x: "f32[1]", y: "f32[1]"): 2025-03-21T20:23:42.5836816Z # File: /pytorch/executorch/examples/models/toy_model/model.py:47 in forward, code: z = x + y 2025-03-21T20:23:42.5837545Z aten_add_tensor: "f32[1]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(x, y); x = y = None 2025-03-21T20:23:42.5838076Z return (aten_add_tensor,) 2025-03-21T20:23:42.5838372Z 2025-03-21T20:23:42.5839839Z Graph signature: ExportGraphSignature(input_specs=[InputSpec(kind=, arg=TensorArgument(name='x'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='y'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='aten_add_tensor'), target=None)]) 2025-03-21T20:23:42.5841383Z Range constraints: {} 2025-03-21T20:23:42.5841545Z 2025-03-21T20:23:42.5841775Z [INFO 2025-03-21 20:23:37,857 utils.py:141] Saved exported program to ./add.pte 2025-03-21T20:23:42.5842217Z + run_portable_executor_runner 2025-03-21T20:23:42.5842503Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:42.5842783Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:42.5843066Z + build_cmake_executor_runner 2025-03-21T20:23:42.5843368Z + echo 'Building executor_runner' 2025-03-21T20:23:42.5843674Z Building executor_runner 2025-03-21T20:23:42.5843936Z + rm -rf cmake-out 2025-03-21T20:23:42.5844480Z + cmake -DCMAKE_BUILD_TYPE=Debug -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:23:42.5845123Z -- The C compiler identification is GNU 9.5.0 2025-03-21T20:23:42.5845515Z -- The CXX compiler identification is GNU 9.5.0 2025-03-21T20:23:42.5845882Z -- Detecting C compiler ABI info 2025-03-21T20:23:42.5846193Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:42.5846634Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:42.5847032Z -- Detecting C compile features 2025-03-21T20:23:42.5847349Z -- Detecting C compile features - done 2025-03-21T20:23:42.5847691Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:42.5848039Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:42.5848454Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:42.5848869Z -- Detecting CXX compile features 2025-03-21T20:23:42.5849197Z -- Detecting CXX compile features - done 2025-03-21T20:23:42.5850007Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:42.5850748Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:42.5851171Z CMake. 2025-03-21T20:23:42.5851311Z 2025-03-21T20:23:42.5851542Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:42.5852318Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:42.5852822Z to work with policies introduced by or earlier. 2025-03-21T20:23:42.5853086Z 2025-03-21T20:23:42.5853228Z  2025-03-21T20:23:42.5853844Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:42.5854595Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:42.5855032Z CMake. 2025-03-21T20:23:42.5855166Z 2025-03-21T20:23:42.5855396Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:42.5855970Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:42.5856480Z to work with policies introduced by or earlier. 2025-03-21T20:23:42.5856743Z 2025-03-21T20:23:42.5856851Z  2025-03-21T20:23:42.5857101Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:42.5857490Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:42.5857854Z -- Found Threads: TRUE 2025-03-21T20:23:42.5858630Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:42.5859390Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:42.5859824Z CMake. 2025-03-21T20:23:42.5859960Z 2025-03-21T20:23:42.5860186Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:42.5860754Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:42.5868165Z to work with policies introduced by or earlier. 2025-03-21T20:23:42.5868449Z 2025-03-21T20:23:42.5868622Z  2025-03-21T20:23:42.5868841Z -- Using python executable 'python' 2025-03-21T20:23:42.5869148Z -- Resolved buck2 as buck2. 2025-03-21T20:23:42.5869436Z -- Killing buck2 daemon 2025-03-21T20:23:42.5869689Z 'buck2 killall' 2025-03-21T20:23:42.5869961Z -- executorch: Generating source lists 2025-03-21T20:23:46.5782165Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:46.5783410Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:46.5784377Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:46.5784730Z -- Generating operator lib: 2025-03-21T20:23:46.5785022Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:46.5785445Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:46.5785884Z -- ROOT_OPS: 2025-03-21T20:23:46.5786135Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:46.5787555Z 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:23:46.5788749Z -- Generating kernel bindings: 2025-03-21T20:23:46.5789074Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:46.5789812Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:46.5790340Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:46.5790691Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:46.5792764Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:46.5794465Z -- Generating operator lib: 2025-03-21T20:23:46.5794827Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:46.5795144Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:46.5795489Z -- DEPS: executorch 2025-03-21T20:23:46.5796095Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:23:46.5796726Z -- Generating operator lib: 2025-03-21T20:23:46.5797096Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:46.5797541Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:23:46.5797986Z -- ROOT_OPS: 2025-03-21T20:23:46.5798218Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:46.5799492Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-03-21T20:23:46.5800621Z -- Generating kernel bindings: 2025-03-21T20:23:46.5800931Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:46.5801398Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:23:46.5801842Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:46.5802116Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:23:46.5803829Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-03-21T20:23:46.5805503Z -- Generating operator lib: 2025-03-21T20:23:46.5805859Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:46.5806174Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:23:46.5806490Z -- DEPS: executorch 2025-03-21T20:23:46.5806750Z -- Merging kernel yaml files: 2025-03-21T20:23:46.5807255Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:23:46.5808047Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:23:46.5808708Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:23:46.5809165Z -- Generating operator lib: 2025-03-21T20:23:46.5809482Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:46.5809997Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:23:46.5810467Z -- ROOT_OPS: 2025-03-21T20:23:46.5810755Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:46.5812296Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-03-21T20:23:46.5813551Z -- Generating kernel bindings: 2025-03-21T20:23:46.5813917Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:46.5814440Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:23:46.5814904Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:46.5815243Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:23:46.5817117Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-03-21T20:23:46.5819439Z -- Generating operator lib: 2025-03-21T20:23:46.5819762Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:46.5820180Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:23:46.5820796Z -- DEPS: executorch 2025-03-21T20:23:46.5821533Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:46.5822214Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:46.5822683Z CMake. 2025-03-21T20:23:46.5822806Z 2025-03-21T20:23:46.5823033Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:46.5823608Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:46.5824100Z to work with policies introduced by or earlier. 2025-03-21T20:23:46.5824369Z 2025-03-21T20:23:46.5824480Z  2025-03-21T20:23:46.5824715Z -- Looking for C++ include unistd.h 2025-03-21T20:23:46.5825055Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:46.5825387Z -- Looking for C++ include stdint.h 2025-03-21T20:23:46.5825726Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:46.5826075Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:46.5826425Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:46.5826779Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:46.5827112Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:46.5827465Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:46.5827807Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:46.5828161Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:46.5828505Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:46.5828837Z -- Looking for C++ include stddef.h 2025-03-21T20:23:46.5829169Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:46.5829502Z -- Check size of uint32_t 2025-03-21T20:23:46.5829789Z -- Check size of uint32_t - done 2025-03-21T20:23:46.5830092Z -- Looking for strtoll 2025-03-21T20:23:46.5830352Z -- Looking for strtoll - found 2025-03-21T20:23:46.5830699Z -- 2025-03-21T20:23:46.5830927Z -- ******** Summary ******** 2025-03-21T20:23:46.5831274Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:23:46.5831611Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:46.5831932Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:23:46.5832270Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:46.5832592Z -- BUCK2 : buck2 2025-03-21T20:23:46.5832931Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:46.5833435Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:46.5833943Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:23:46.5834322Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:23:46.5834702Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:46.5835083Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:46.5835466Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:46.5835833Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:46.5836202Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:46.5836576Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:46.5836949Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:46.5837322Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:46.5837692Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:46.5838079Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:46.5838447Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:46.5838818Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:46.5839266Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:46.5839638Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:46.5840019Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:46.5840450Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:46.5840820Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:46.5841193Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:46.5841604Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:46.5841978Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:46.5842358Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:23:46.5842736Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:46.5843106Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:46.5843471Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:46.5843829Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:46.5844199Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:46.5844567Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:46.5844931Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:46.5845302Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:46.5845656Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:46.5846026Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:46.5846374Z -- Configuring done (4.6s) 2025-03-21T20:23:46.5846667Z -- Generating done (0.1s) 2025-03-21T20:23:46.5847045Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:46.5847475Z + cmake --build cmake-out -j4 --config Debug 2025-03-21T20:23:46.5847970Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:46.5848780Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:46.5849774Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:46.5850739Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:23:46.5851449Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:23:46.5852084Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:23:46.5852522Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:23:46.5853006Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:46.5853420Z CMake Warning: 2025-03-21T20:23:46.5853748Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:46.5854033Z 2025-03-21T20:23:46.5854137Z  2025-03-21T20:23:46.5854400Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:46.5854867Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:46.5855254Z git describe failed with exit code: 128 2025-03-21T20:23:46.5855475Z 2025-03-21T20:23:46.5855655Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:46.5856049Z Call Stack (most recent call first): 2025-03-21T20:23:46.5856356Z CMakeLists.txt:5 (include) 2025-03-21T20:23:46.5856546Z 2025-03-21T20:23:46.5856650Z  2025-03-21T20:23:46.5856891Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:46.5857660Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:48.7564164Z -- The CXX compiler identification is GNU 9.5.0 2025-03-21T20:23:48.7564822Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:48.7565704Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:48.7566799Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:48.7567780Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:48.7568377Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:48.7569142Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:48.7569868Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:48.7570329Z -- Detecting CXX compile features 2025-03-21T20:23:48.7570664Z -- Detecting CXX compile features - done 2025-03-21T20:23:48.7571244Z -- Looking for strtof_l 2025-03-21T20:23:48.7571992Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:48.7572955Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:23:48.7573913Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:48.7574512Z -- Looking for strtof_l - found 2025-03-21T20:23:48.7575235Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:48.7575878Z -- Looking for strtoull_l 2025-03-21T20:23:48.7576523Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:48.7577246Z [ 5%] Linking C static library libpthreadpool.a 2025-03-21T20:23:48.7577624Z -- Looking for strtoull_l - found 2025-03-21T20:23:48.7577935Z -- Looking for realpath 2025-03-21T20:23:48.7578217Z [ 5%] Built target pthreadpool 2025-03-21T20:23:48.7578871Z [ 5%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:48.7579828Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:48.7580773Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:48.7581379Z -- Looking for realpath - found 2025-03-21T20:23:48.7581734Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:48.7582109Z -- Configuring done (0.6s) 2025-03-21T20:23:48.7582393Z -- Generating done (0.0s) 2025-03-21T20:23:48.7582844Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:48.7583711Z [ 7%] Performing build step for 'flatbuffers' 2025-03-21T20:23:48.7584298Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:48.7585099Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:48.7586070Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:48.7587081Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:48.7587912Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:48.7588777Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:23:48.7589767Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:48.7590768Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:48.7591683Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:48.7592520Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:48.7593560Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:48.7594636Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:48.7595473Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:48.7596073Z [ 9%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:23:48.7596940Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:23:48.7598009Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:48.7598656Z [ 9%] Built target gflags_nothreads_static 2025-03-21T20:23:48.7599406Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:48.7600240Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:48.7600905Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:48.7601757Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:48.7602781Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:48.7603796Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:48.7604623Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:48.7605476Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:48.7606498Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:48.7607223Z [ 11%] Linking C static library libcpuinfo.a 2025-03-21T20:23:48.7607591Z [ 11%] Built target cpuinfo 2025-03-21T20:23:48.7608275Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:48.7609096Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:48.7609919Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:23:48.7610970Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:23:48.7612047Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:48.7613065Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:23:48.7614065Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:48.7614887Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:48.7615724Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:23:48.7616722Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:48.7617772Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:48.7618782Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:23:48.7619822Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:23:48.7621139Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:48.7622106Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:48.7622988Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:48.7623999Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:23:48.7625035Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:48.7626286Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:48.7627381Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:23:48.7628358Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:23:48.7629400Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:48.7630266Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:48.7631082Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:23:48.7632092Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:48.7633103Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:23:48.7634161Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:48.7635194Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:23:48.7635989Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:52.6010258Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:23:52.6011419Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:52.6012736Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:52.6014451Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:23:52.6015550Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:52.6016429Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:52.6017333Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:52.6018393Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:23:52.6019377Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:23:52.6020200Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:52.6021267Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:23:52.6022254Z [ 17%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:23:52.6023402Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:52.6024481Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:23:52.6025342Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:52.6026263Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:52.6027379Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:52.6028167Z [ 18%] Linking CXX static library libeigen_blas.a 2025-03-21T20:23:52.6028807Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:52.6029733Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:52.6030590Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:52.6031183Z [ 18%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:52.6031781Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:52.6032248Z [ 18%] Built target cpuinfo_internals 2025-03-21T20:23:52.6032798Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:52.6033470Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:52.6034209Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:52.6034972Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:52.6035642Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:52.6036265Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:52.6036880Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:52.6037524Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:52.6038254Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:52.6038959Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:52.6039604Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:52.6040269Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:52.6041099Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:52.6041864Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:52.6042648Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:52.6043444Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:52.6044246Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:52.6045033Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:52.6045624Z [100%] Linking CXX executable flatc 2025-03-21T20:23:52.6045962Z [ 18%] Built target eigen_blas 2025-03-21T20:23:52.6046255Z [100%] Built target flatc 2025-03-21T20:23:52.6046624Z [ 18%] No install step for 'flatbuffers' 2025-03-21T20:23:52.6047051Z [ 18%] Completed 'flatbuffers' 2025-03-21T20:23:52.6047391Z [ 18%] Built target flatbuffers 2025-03-21T20:23:52.6047762Z [ 18%] Generating common_schema headers 2025-03-21T20:23:52.6048163Z [ 18%] Built target common_schema 2025-03-21T20:23:52.6048565Z [ 18%] Generating program_schema headers 2025-03-21T20:23:52.6048931Z [ 18%] Built target program_schema 2025-03-21T20:23:52.6049542Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:52.6050347Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:52.6051267Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:52.6052439Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:52.6053448Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:52.6054339Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:52.6055141Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:52.6055957Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:52.6056776Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:52.6057609Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:52.6058449Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:52.6059358Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:52.6060319Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:52.6061233Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:52.6062079Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:52.6062851Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:52.6063660Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:52.6064483Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:52.6065289Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:52.6066127Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:52.6066908Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:52.6067303Z [ 22%] Built target executorch_core 2025-03-21T20:23:52.6067927Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:52.6068802Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:52.6069968Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:52.6070930Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:52.6072026Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:52.6073101Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:52.6074262Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:52.6075522Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:52.6076598Z [ 24%] Built target executorch 2025-03-21T20:23:52.6077328Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:52.6078391Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:52.6079391Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:52.6080113Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:52.6080863Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:52.6081441Z [ 25%] Built target extension_threadpool 2025-03-21T20:23:52.6082113Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:52.7973853Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:52.7975900Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:52.7977795Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:52.7979551Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:52.7980732Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:52.7981429Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:52.7982171Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:52.7982900Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:52.7983848Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:52.7984941Z from /pytorch/executorch/kernels/portable/cpu/op_add.cpp:9: 2025-03-21T20:23:52.7994555Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8011258Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8029850Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8046381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.8061849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8069385Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:52.8071187Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8072299Z 94 | struct array 2025-03-21T20:23:52.8072740Z | ^~~~~ 2025-03-21T20:23:52.8074403Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:52.8075860Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8076629Z | ^~~~~~~~ 2025-03-21T20:23:52.8086075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8103592Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8121541Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8138440Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.8153396Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8160762Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:52.8162526Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8163608Z 94 | struct array 2025-03-21T20:23:52.8164059Z | ^~~~~ 2025-03-21T20:23:52.8165714Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:52.8167286Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8168031Z | ^~~~~~~~ 2025-03-21T20:23:52.8177317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8194245Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8212106Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8232681Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.8246824Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8251198Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:52.8252256Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8252839Z 94 | struct array 2025-03-21T20:23:52.8253109Z | ^~~~~ 2025-03-21T20:23:52.8253973Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:52.8254770Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8255187Z | ^~~~~~~~ 2025-03-21T20:23:52.8259970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8268625Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8277599Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8285978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.8293631Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8297366Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:52.8298246Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8298808Z 94 | struct array 2025-03-21T20:23:52.8299074Z | ^~~~~ 2025-03-21T20:23:52.8299882Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:52.8300643Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8301045Z | ^~~~~~~~ 2025-03-21T20:23:52.8305774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8314363Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8323672Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8332186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.8339851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8343571Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:52.8344462Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8345038Z 94 | struct array 2025-03-21T20:23:52.8345353Z | ^~~~~ 2025-03-21T20:23:52.8346211Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:52.8347018Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8347427Z | ^~~~~~~~ 2025-03-21T20:23:52.8352162Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8360770Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8369785Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8378213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.8385872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8389624Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:52.8390488Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8391047Z 94 | struct array 2025-03-21T20:23:52.8391317Z | ^~~~~ 2025-03-21T20:23:52.8392138Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:52.8392927Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8393347Z | ^~~~~~~~ 2025-03-21T20:23:52.8398108Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8406707Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8415812Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8424412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.8432111Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8435836Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:52.8436719Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8437275Z 94 | struct array 2025-03-21T20:23:52.8437538Z | ^~~~~ 2025-03-21T20:23:52.8438374Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:52.8439159Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8439576Z | ^~~~~~~~ 2025-03-21T20:23:52.8444319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8452997Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8462098Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8470431Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.8478051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8481790Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:52.8482707Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8483248Z 94 | struct array 2025-03-21T20:23:52.8483517Z | ^~~~~ 2025-03-21T20:23:52.8484331Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:52.8485100Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8485515Z | ^~~~~~~~ 2025-03-21T20:23:52.8489725Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8497541Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8505421Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8512744Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:52.8519544Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8523115Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:52.8524047Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8524626Z 94 | struct array 2025-03-21T20:23:52.8524892Z | ^~~~~ 2025-03-21T20:23:52.8525798Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:52.8526638Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8527138Z | ^~~~~~~~ 2025-03-21T20:23:52.8531338Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8539140Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8547033Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8554285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:52.8561040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8564384Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:52.8565287Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8565856Z 94 | struct array 2025-03-21T20:23:52.8566146Z | ^~~~~ 2025-03-21T20:23:52.8567033Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:52.8567863Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8568279Z | ^~~~~~~~ 2025-03-21T20:23:52.8572557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8580227Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8588111Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8595311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:52.8602049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8605393Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:52.8606317Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8606909Z 94 | struct array 2025-03-21T20:23:52.8607180Z | ^~~~~ 2025-03-21T20:23:52.8608045Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:52.8608858Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8609281Z | ^~~~~~~~ 2025-03-21T20:23:52.8613502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8621353Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8629162Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8636383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:52.8643087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8646416Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:52.8647283Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8647822Z 94 | struct array 2025-03-21T20:23:52.8648093Z | ^~~~~ 2025-03-21T20:23:52.8648903Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:52.8649675Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8650094Z | ^~~~~~~~ 2025-03-21T20:23:52.8654377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8662071Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8670077Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8677398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:52.8684257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8687660Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:52.8688567Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8689137Z 94 | struct array 2025-03-21T20:23:52.8689408Z | ^~~~~ 2025-03-21T20:23:52.8690268Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:52.8691080Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8691515Z | ^~~~~~~~ 2025-03-21T20:23:52.8696211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8703944Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8711793Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8719054Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:52.8725945Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8729284Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:52.8730164Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8730713Z 94 | struct array 2025-03-21T20:23:52.8730982Z | ^~~~~ 2025-03-21T20:23:52.8731988Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:52.8732827Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8733249Z | ^~~~~~~~ 2025-03-21T20:23:52.8737451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8745104Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8752960Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8760135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:52.8766859Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.8770209Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:52.8771104Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.8771662Z 94 | struct array 2025-03-21T20:23:52.8772015Z | ^~~~~ 2025-03-21T20:23:52.8772856Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:52.8773641Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.8774060Z | ^~~~~~~~ 2025-03-21T20:23:52.8778279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.8785902Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8793725Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.8800907Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:52.9785831Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:52.9791914Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:52.9793213Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.9793845Z 94 | struct array 2025-03-21T20:23:52.9794237Z | ^~~~~ 2025-03-21T20:23:52.9795114Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:52.9795891Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.9796310Z | ^~~~~~~~ 2025-03-21T20:23:52.9797009Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:52.9798062Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:52.9799103Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:52.9800075Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:52.9800703Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:52.9801093Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:52.9801512Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:52.9801928Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:52.9802440Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:52.9803034Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:52.9807648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.9815831Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.9830933Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.9845958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.9859845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:52.9866841Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:52.9868644Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.9869771Z 94 | struct array 2025-03-21T20:23:52.9870241Z | ^~~~~ 2025-03-21T20:23:52.9871978Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:52.9873565Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.9874334Z | ^~~~~~~~ 2025-03-21T20:23:52.9883116Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.9893201Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.9903403Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.9918222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:52.9932505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:52.9939497Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:52.9941251Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:52.9942337Z 94 | struct array 2025-03-21T20:23:52.9942794Z | ^~~~~ 2025-03-21T20:23:52.9944472Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:52.9946027Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:52.9946774Z | ^~~~~~~~ 2025-03-21T20:23:52.9955416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:52.9971109Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:52.9987723Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0002518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.0016352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.0023674Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.0025411Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.0026487Z 94 | struct array 2025-03-21T20:23:53.0026958Z | ^~~~~ 2025-03-21T20:23:53.0028726Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:53.0030330Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.0031059Z | ^~~~~~~~ 2025-03-21T20:23:53.0039470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.0055269Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0071865Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0086801Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.0100780Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.0107626Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.0109326Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.0110357Z 94 | struct array 2025-03-21T20:23:53.0110818Z | ^~~~~ 2025-03-21T20:23:53.0112357Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:53.0113786Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.0114481Z | ^~~~~~~~ 2025-03-21T20:23:53.0122665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.0138345Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0154933Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0169721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.0183547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.0190279Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.0192018Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.0193057Z 94 | struct array 2025-03-21T20:23:53.0193481Z | ^~~~~ 2025-03-21T20:23:53.0194995Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:53.0196495Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.0197242Z | ^~~~~~~~ 2025-03-21T20:23:53.0205634Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.0221557Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0238137Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0253096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.0266848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.0273740Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.0275544Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.0276583Z 94 | struct array 2025-03-21T20:23:53.0277006Z | ^~~~~ 2025-03-21T20:23:53.0278526Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:53.0279904Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.0280601Z | ^~~~~~~~ 2025-03-21T20:23:53.0288980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.0304937Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0322082Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0336596Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.0350504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.0357368Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.0359079Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.0360135Z 94 | struct array 2025-03-21T20:23:53.0360622Z | ^~~~~ 2025-03-21T20:23:53.0362123Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:53.0363588Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.0364511Z | ^~~~~~~~ 2025-03-21T20:23:53.0373113Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.0388840Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0405324Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.0420291Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.0434361Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.0441205Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.0442907Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.0443944Z 94 | struct array 2025-03-21T20:23:53.0444380Z | ^~~~~ 2025-03-21T20:23:53.0445275Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:53.0446652Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:53.0447903Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:53.0449121Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:23:53.0450363Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:53.0451457Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:53.0453895Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:53.0455564Z 379 | unsigned short x; 2025-03-21T20:23:53.0456163Z | ^ 2025-03-21T20:23:53.0456771Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:53.0457459Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:53.0458189Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:53.0458934Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:53.0459868Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:53.0460979Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:53.0469699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.4204190Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.4218353Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:53.4230758Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.4240841Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.4245223Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.4246177Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.4247122Z 94 | struct array 2025-03-21T20:23:53.4247393Z | ^~~~~ 2025-03-21T20:23:53.4247884Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:53.4248934Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:53.4249795Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:23:53.4250468Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:53.4251080Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:53.4252760Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:53.4262267Z 87 | uint16_t x; 2025-03-21T20:23:53.4262731Z | ^ 2025-03-21T20:23:53.4263896Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:53.4265492Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:53.4267017Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:53.4268688Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:53.4270466Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:53.4272324Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:53.4274032Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:53.4275663Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:53.4276692Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:53.4277296Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:53.4277959Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:53.4278599Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:53.4279500Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:53.4280402Z from /pytorch/executorch/kernels/portable/cpu/op_add.cpp:9: 2025-03-21T20:23:53.4288536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.4297834Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.4306584Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.4315276Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.4328990Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.4350700Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.4363740Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.4372916Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.4381078Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.4384841Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:53.4385752Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.4386348Z 94 | struct array 2025-03-21T20:23:53.4386663Z | ^~~~~ 2025-03-21T20:23:53.4387604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:53.4388450Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.4388866Z | ^~~~~~~~ 2025-03-21T20:23:53.4393592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.4406146Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.4419101Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.4432540Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.4447460Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.4463890Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.4477226Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.4485792Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.4493533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.4497277Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:53.4498230Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.4498843Z 94 | struct array 2025-03-21T20:23:53.4499109Z | ^~~~~ 2025-03-21T20:23:53.4499983Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:53.4500812Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.4501232Z | ^~~~~~~~ 2025-03-21T20:23:53.4505952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.4514717Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.4523831Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.4533165Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.4546273Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.4568502Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.4582623Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.4591208Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.4598807Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.4602578Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:53.4603485Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.4604067Z 94 | struct array 2025-03-21T20:23:53.4604341Z | ^~~~~ 2025-03-21T20:23:53.4605209Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:53.4606020Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.4606423Z | ^~~~~~~~ 2025-03-21T20:23:53.4611123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.4620114Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.4629392Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.4638313Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.4651037Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.4668272Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.4682215Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.4692030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.4700245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.4704627Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:53.4705630Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.4706299Z 94 | struct array 2025-03-21T20:23:53.4706559Z | ^~~~~ 2025-03-21T20:23:53.4707464Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:53.4708228Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.4708648Z | ^~~~~~~~ 2025-03-21T20:23:53.4713352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.4722890Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.4732527Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.4741692Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.4754815Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.4771670Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.4786158Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.4794775Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.4802389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.4806135Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:53.4807025Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.4807598Z 94 | struct array 2025-03-21T20:23:53.4807866Z | ^~~~~ 2025-03-21T20:23:53.4808724Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:53.4809558Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.4809977Z | ^~~~~~~~ 2025-03-21T20:23:53.4815159Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.4824570Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.4833280Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.4843069Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.4855689Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.4872563Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.4886750Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.4895556Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.4903279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.4907031Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:53.4907901Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.4908466Z 94 | struct array 2025-03-21T20:23:53.4908733Z | ^~~~~ 2025-03-21T20:23:53.4909582Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:53.4910508Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.4910931Z | ^~~~~~~~ 2025-03-21T20:23:53.4915702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.4925058Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.4933938Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.4942601Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.4955272Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.4971402Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.4984126Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.4992630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.5000605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5004356Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:53.5005248Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5005813Z 94 | struct array 2025-03-21T20:23:53.5006067Z | ^~~~~ 2025-03-21T20:23:53.5006912Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:53.5007709Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5008146Z | ^~~~~~~~ 2025-03-21T20:23:53.5012962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5021854Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5030949Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5039570Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5052263Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5068355Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5080959Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5089480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.5097158Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5100871Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:53:3: required from here 2025-03-21T20:23:53.5101744Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5102310Z 94 | struct array 2025-03-21T20:23:53.5102574Z | ^~~~~ 2025-03-21T20:23:53.5103390Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:53.5104205Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5104625Z | ^~~~~~~~ 2025-03-21T20:23:53.5108834Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5116716Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5125098Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5132977Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5144125Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5158514Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5169881Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5177398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:53.5184232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5187616Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:53.5188530Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5189122Z 94 | struct array 2025-03-21T20:23:53.5189372Z | ^~~~~ 2025-03-21T20:23:53.5190272Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:53.5191110Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5191534Z | ^~~~~~~~ 2025-03-21T20:23:53.5195719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5203562Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5211282Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5219031Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5230468Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5244745Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5256467Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5263871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:53.5270589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5273999Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:53.5274887Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5275469Z 94 | struct array 2025-03-21T20:23:53.5275735Z | ^~~~~ 2025-03-21T20:23:53.5276618Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:53.5277444Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5277860Z | ^~~~~~~~ 2025-03-21T20:23:53.5282080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5289842Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5297927Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5305603Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5316820Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5331265Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5342706Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5350076Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:53.5356821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5360164Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:53.5361061Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5361641Z 94 | struct array 2025-03-21T20:23:53.5361907Z | ^~~~~ 2025-03-21T20:23:53.5362755Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:53.5363568Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5363984Z | ^~~~~~~~ 2025-03-21T20:23:53.5368141Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5376017Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5383632Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5391248Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5402629Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5417055Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5428544Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5435928Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:53.5442639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5445996Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:53.5446878Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5447425Z 94 | struct array 2025-03-21T20:23:53.5447698Z | ^~~~~ 2025-03-21T20:23:53.5448508Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:53.5449273Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5449691Z | ^~~~~~~~ 2025-03-21T20:23:53.5454009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5461770Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5469502Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5477150Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5488233Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5502510Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5513797Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5521318Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:53.5528091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5531425Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:53.5532377Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5532959Z 94 | struct array 2025-03-21T20:23:53.5533232Z | ^~~~~ 2025-03-21T20:23:53.5534149Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:53.5534979Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5535398Z | ^~~~~~~~ 2025-03-21T20:23:53.5539568Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5547334Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5554943Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5562599Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5573675Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5587880Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5599149Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5606476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:53.5613234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5616556Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:53.5617432Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5617991Z 94 | struct array 2025-03-21T20:23:53.5618246Z | ^~~~~ 2025-03-21T20:23:53.5619074Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:53.5619882Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5620299Z | ^~~~~~~~ 2025-03-21T20:23:53.5624818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5632580Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5640256Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5647869Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5659075Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5673269Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5684414Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5691849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:53.5698690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5702022Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:53.5702910Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5703475Z 94 | struct array 2025-03-21T20:23:53.5703736Z | ^~~~~ 2025-03-21T20:23:53.5704576Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:53.5705361Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5705805Z | ^~~~~~~~ 2025-03-21T20:23:53.5709962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5717734Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5725672Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5733391Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5744515Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5758636Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5769874Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5777356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:53.5784075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::add_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:53.5787428Z /pytorch/executorch/kernels/portable/cpu/op_add.cpp:102:3: required from here 2025-03-21T20:23:53.5788288Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5788850Z 94 | struct array 2025-03-21T20:23:53.5789121Z | ^~~~~ 2025-03-21T20:23:53.5789941Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:53.5790719Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5791142Z | ^~~~~~~~ 2025-03-21T20:23:53.5791518Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:53.5791914Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:53.5792334Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:53.5792752Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:53.5793270Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:53.5793852Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:53.5801004Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5809307Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5818258Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5826747Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5840607Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5856001Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5867761Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5876224Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.5883321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.5886786Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.5887745Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5888369Z 94 | struct array 2025-03-21T20:23:53.5888624Z | ^~~~~ 2025-03-21T20:23:53.5889532Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:53.5890373Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5890793Z | ^~~~~~~~ 2025-03-21T20:23:53.5895269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5903409Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.5911400Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.5919383Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.5931261Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.5946366Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.5958097Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.5966027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.5973124Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.5976589Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.5977501Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.5978071Z 94 | struct array 2025-03-21T20:23:53.5978341Z | ^~~~~ 2025-03-21T20:23:53.5979220Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:53.5980047Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.5980469Z | ^~~~~~~~ 2025-03-21T20:23:53.5984851Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.5992909Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.6000918Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.6008845Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.6020430Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.6035467Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.6047209Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.6055267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.6062541Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.6066023Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.6066910Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.6067488Z 94 | struct array 2025-03-21T20:23:53.6067759Z | ^~~~~ 2025-03-21T20:23:53.6068628Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:53.6069443Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.6069872Z | ^~~~~~~~ 2025-03-21T20:23:53.6074219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.6082524Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.6091059Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.6101206Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.6114604Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.6133083Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.6145121Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.6153333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.6160593Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.6164392Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.6165613Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.6166184Z 94 | struct array 2025-03-21T20:23:53.6166461Z | ^~~~~ 2025-03-21T20:23:53.6167294Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:53.6168157Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.6168582Z | ^~~~~~~~ 2025-03-21T20:23:53.6173216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.6181749Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.6189715Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.6197691Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.6209635Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.6224826Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.6241414Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.6252568Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.6262373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.6267319Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.6268543Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.6269433Z 94 | struct array 2025-03-21T20:23:53.6269868Z | ^~~~~ 2025-03-21T20:23:53.6271216Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:53.6272407Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.6272831Z | ^~~~~~~~ 2025-03-21T20:23:53.6277263Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.6285463Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.6294675Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.6303786Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.6315398Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.6330455Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.6342256Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.6350096Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.6357079Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.6360551Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.6361438Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.6361995Z 94 | struct array 2025-03-21T20:23:53.6362270Z | ^~~~~ 2025-03-21T20:23:53.6363099Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:53.6363879Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.6364298Z | ^~~~~~~~ 2025-03-21T20:23:53.6368645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.6376879Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.6385816Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.6394700Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.6407233Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.6422663Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.6435675Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.6445148Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.6453347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.6456819Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.6457998Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.6458576Z 94 | struct array 2025-03-21T20:23:53.6458851Z | ^~~~~ 2025-03-21T20:23:53.6459738Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:53.6460608Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:53.6461032Z | ^~~~~~~~ 2025-03-21T20:23:53.6465430Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.6473461Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.6487058Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.6502794Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.6525400Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:53.6554608Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:53.6577942Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:53.6593513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:53.6607444Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:53.6614150Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:53.6615838Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:53.6616870Z 94 | struct array 2025-03-21T20:23:53.6617366Z | ^~~~~ 2025-03-21T20:23:53.6618264Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:53.6619586Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:53.6621128Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:53.6622316Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:23:53.6623599Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:53.6624706Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:53.6627119Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:53.6628819Z 379 | unsigned short x; 2025-03-21T20:23:53.6629407Z | ^ 2025-03-21T20:23:53.6630049Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:53.6630760Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:53.6631484Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:53.6632222Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:53.6633132Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:53.6634214Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:53.6642895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:53.6658977Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:53.6674248Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:53.6689929Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:53.6712822Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:54.6317592Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:54.6329728Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:54.6337814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:54.6345072Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::addmm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, const Tensor&, const Scalar&, const Scalar&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:54.6348545Z /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:59:3: required from here 2025-03-21T20:23:54.6349464Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:54.6350043Z 94 | struct array 2025-03-21T20:23:54.6350314Z | ^~~~~ 2025-03-21T20:23:54.6350811Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:54.6351523Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:54.6352188Z from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:11, 2025-03-21T20:23:54.6352912Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:54.6353548Z from /pytorch/executorch/kernels/portable/cpu/op_addmm.cpp:9: 2025-03-21T20:23:54.6354764Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:54.6355633Z 87 | uint16_t x; 2025-03-21T20:23:54.6355891Z | ^ 2025-03-21T20:23:54.6356501Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:54.6357497Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:54.6358519Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:54.6359525Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:54.6360438Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:23:54.6361361Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:54.6362262Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:23:54.6363163Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:54.6364080Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:54.6364989Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:54.6365744Z [ 30%] Linking CXX static library libcpublas.a 2025-03-21T20:23:54.6366117Z [ 30%] Built target cpublas 2025-03-21T20:23:54.6366735Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:54.6367632Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:54.6368558Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:54.6369494Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:54.6370425Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:54.6371308Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:54.6372353Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:54.6373297Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:54.6374243Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:54.6374884Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:54.6375272Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:54.6375688Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:54.6376102Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:54.6376604Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:54.6377302Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:54.6377918Z from /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:9: 2025-03-21T20:23:54.6382604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:54.6390949Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:54.6399701Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:54.6410084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:54.6420971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:54.6426085Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:23:54.6427374Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:54.6428144Z 94 | struct array 2025-03-21T20:23:54.6428496Z | ^~~~~ 2025-03-21T20:23:54.6429634Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:54.6430721Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:54.6431343Z | ^~~~~~~~ 2025-03-21T20:23:54.6437753Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:54.6449423Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.0378415Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.0394930Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.0409475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:55.0416782Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:23:55.0418457Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.0419495Z 94 | struct array 2025-03-21T20:23:55.0419954Z | ^~~~~ 2025-03-21T20:23:55.0422865Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:55.0424352Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.0425104Z | ^~~~~~~~ 2025-03-21T20:23:55.0426376Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:55.0428313Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:55.0429975Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:23:55.0431217Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:55.0432421Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-03-21T20:23:55.0433512Z from /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:9: 2025-03-21T20:23:55.0434607Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2025-03-21T20:23:55.0436427Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:56:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:55.0437896Z 56 | [alpha_val, b_casted](Vec x) { 2025-03-21T20:23:55.0438479Z | ^ 2025-03-21T20:23:55.0439995Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:55.0441323Z 914 | __VA_ARGS__ \ 2025-03-21T20:23:55.0441936Z | ^~~~~~~~~~~ 2025-03-21T20:23:55.0443418Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:55.0444983Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:55.0445728Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0447426Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:55.0449125Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:23:55.0449969Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0451717Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:23:55.0453405Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:23:55.0454097Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0455718Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:23:55.0457366Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:23:55.0458363Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0459682Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:44:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:23:55.0460966Z 44 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2025-03-21T20:23:55.0461698Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0463171Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1157:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:55.0464627Z 1157 | ET_INTERNAL_SWITCH( \ 2025-03-21T20:23:55.0465294Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0466802Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:55.0468307Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:55.0469060Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0470728Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:55.0472467Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:23:55.0473310Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0475043Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:23:55.0476643Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:23:55.0477345Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0478985Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:23:55.0480664Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:23:55.0481527Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0482892Z /pytorch/executorch/kernels/optimized/cpu/op_add.cpp:45:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:23:55.0484264Z 45 | ET_SWITCH_REALB_TYPES(b_type, ctx, "add.out", CTYPE_B, [&]() { 2025-03-21T20:23:55.0485007Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.0486193Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:55.0487959Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:55.0489802Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:55.0491211Z /pytorch/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2025-03-21T20:23:55.0492977Z /pytorch/executorch/kernels/optimized/cpu/op_exp.cpp:39:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:55.0494466Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2025-03-21T20:23:55.0495133Z | ^ 2025-03-21T20:23:55.0496274Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:23:55.4018563Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:55.4019645Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:55.4021090Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:55.4022311Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:23:55.4024411Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:55.4026142Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-03-21T20:23:55.4027282Z from /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:9: 2025-03-21T20:23:55.4027947Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2025-03-21T20:23:55.4028980Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:82:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:55.4029811Z 82 | [scalar_casted](Vec x) { return Vec(scalar_casted) / x; }, 2025-03-21T20:23:55.4030211Z | ^ 2025-03-21T20:23:55.4031130Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:55.4031888Z 914 | __VA_ARGS__ \ 2025-03-21T20:23:55.4032249Z | ^~~~~~~~~~~ 2025-03-21T20:23:55.4033063Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:55.4033894Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:55.4034308Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4035190Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:55.4036098Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:23:55.4036571Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4038064Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:23:55.4039113Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:23:55.4039711Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4041514Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:23:55.4043292Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:23:55.4044132Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4045352Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:74:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:23:55.4046717Z 74 | ET_SWITCH_REALB_TYPES(tensor_type, ctx, "div.out", CTYPE, [&]() { 2025-03-21T20:23:55.4047485Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4048942Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1157:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:55.4050391Z 1157 | ET_INTERNAL_SWITCH( \ 2025-03-21T20:23:55.4051002Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4052194Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:55.4053411Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:55.4053956Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4055109Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:55.4064334Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:23:55.4064955Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4065994Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:23:55.4066864Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:23:55.4067377Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4068274Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:23:55.4069166Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:23:55.4069634Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4070386Z /pytorch/executorch/kernels/optimized/cpu/op_div.cpp:75:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:23:55.4071136Z 75 | ET_SWITCH_REALB_TYPES(scalar_type, ctx, "div.out", CTYPE_SCALAR, [&]() { 2025-03-21T20:23:55.4071596Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.4072258Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:55.4073216Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:55.4073862Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:55.4074264Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:55.4074693Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:55.4075123Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:55.4075645Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:55.4076339Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:55.4076980Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:9: 2025-03-21T20:23:55.4080817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4087428Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4094723Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4100953Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.4106541Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:55.4111218Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4113372Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:55.4114366Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4115007Z 94 | struct array 2025-03-21T20:23:55.4115287Z | ^~~~~ 2025-03-21T20:23:55.4116202Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:55.4117293Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4117725Z | ^~~~~~~~ 2025-03-21T20:23:55.4122422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4129069Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4136042Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4142097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.4147645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:55.4152738Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4154897Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:55.4155850Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4156450Z 94 | struct array 2025-03-21T20:23:55.4156725Z | ^~~~~ 2025-03-21T20:23:55.4157619Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:55.4158446Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4158871Z | ^~~~~~~~ 2025-03-21T20:23:55.4162444Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4168886Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4175542Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4181547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.4187032Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:55.4191656Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4193847Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:55.4194782Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4195353Z 94 | struct array 2025-03-21T20:23:55.4195625Z | ^~~~~ 2025-03-21T20:23:55.4196530Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:55.4197348Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4197770Z | ^~~~~~~~ 2025-03-21T20:23:55.4201174Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4207406Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4214097Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4219877Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.4225695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:55.4230433Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4232596Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:55.4233505Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4234068Z 94 | struct array 2025-03-21T20:23:55.4234388Z | ^~~~~ 2025-03-21T20:23:55.4235233Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:55.4236015Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4236445Z | ^~~~~~~~ 2025-03-21T20:23:55.4239919Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4246264Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4252884Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4258848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.4264257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:55.4268902Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4271035Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:55.4271944Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4272527Z 94 | struct array 2025-03-21T20:23:55.4272801Z | ^~~~~ 2025-03-21T20:23:55.4273665Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:55.4274485Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4274917Z | ^~~~~~~~ 2025-03-21T20:23:55.4278333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4284560Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4291062Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4296943Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.4302249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:55.4306874Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4309010Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:55.4309923Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4310543Z 94 | struct array 2025-03-21T20:23:55.4310809Z | ^~~~~ 2025-03-21T20:23:55.4311641Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:55.4312423Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4312852Z | ^~~~~~~~ 2025-03-21T20:23:55.4317824Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4327060Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4336741Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4345009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.4353271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.4358910Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4361056Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:55.4362005Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4362608Z 94 | struct array 2025-03-21T20:23:55.4362916Z | ^~~~~ 2025-03-21T20:23:55.4363884Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:55.4364742Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4365171Z | ^~~~~~~~ 2025-03-21T20:23:55.4369695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4378059Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4386774Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4394843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.4402198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.4407679Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4409830Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:55.4410776Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4411372Z 94 | struct array 2025-03-21T20:23:55.4411645Z | ^~~~~ 2025-03-21T20:23:55.4412604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:55.4413427Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4413856Z | ^~~~~~~~ 2025-03-21T20:23:55.4418426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4426992Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4435671Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4443719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.4451136Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.4456738Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4458930Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:55.4459889Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4460474Z 94 | struct array 2025-03-21T20:23:55.4460750Z | ^~~~~ 2025-03-21T20:23:55.4461616Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:55.4462433Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4462844Z | ^~~~~~~~ 2025-03-21T20:23:55.4467342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4475551Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4484185Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4492306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.4499573Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.4505025Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4507176Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:55.4508080Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4508639Z 94 | struct array 2025-03-21T20:23:55.4508910Z | ^~~~~ 2025-03-21T20:23:55.4509718Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:55.4510487Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4510899Z | ^~~~~~~~ 2025-03-21T20:23:55.4515480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.4523975Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4532780Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.4540827Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.4548229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.4553773Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.4556203Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:55.4557176Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.4557866Z 94 | struct array 2025-03-21T20:23:55.4558144Z | ^~~~~ 2025-03-21T20:23:55.4559094Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:55.4559985Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.4560403Z | ^~~~~~~~ 2025-03-21T20:23:55.6716247Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.6725281Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.6735069Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.6744034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.6751730Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.6757287Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.6759460Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:55.6760447Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.6761007Z 94 | struct array 2025-03-21T20:23:55.6761287Z | ^~~~~ 2025-03-21T20:23:55.6762120Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:55.6762984Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.6763419Z | ^~~~~~~~ 2025-03-21T20:23:55.6764165Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:55.6765153Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:55.6765881Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:23:55.6767846Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h: In function ‘at::vec::CPU_CAPABILITY::Vectorized at::native::vectorized_gelu_approximated_with_tanh(at::vec::CPU_CAPABILITY::Vectorized) [with T = double; typename std::enable_if<(! is_reduced_floating_point_v), bool>::type = true]’: 2025-03-21T20:23:55.6769880Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:33:20: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:55.6770976Z 33 | vec::Vectorized vectorized_gelu_approximated_with_tanh(vec::Vectorized x) { 2025-03-21T20:23:55.6771517Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:55.6772359Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:55.6773343Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:55.6774042Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:55.6774436Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:55.6774862Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:55.6775289Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:55.6775809Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:55.6776512Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:55.6777148Z from /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:9: 2025-03-21T20:23:55.6781797Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.6790282Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:55.6798764Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:55.6807580Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:55.6820772Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:55.6836511Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:55.6848856Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:55.6857297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.6864830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:55.6868960Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:23:55.6869899Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.6870496Z 94 | struct array 2025-03-21T20:23:55.6870762Z | ^~~~~ 2025-03-21T20:23:55.6871781Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:55.6872973Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.6873402Z | ^~~~~~~~ 2025-03-21T20:23:55.6877980Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.6886350Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:55.6894903Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:55.6903874Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:55.7415429Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:55.7447647Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:55.7472848Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:55.7489810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.7504355Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::atan2_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:55.7511498Z /pytorch/executorch/kernels/portable/cpu/op_atan2.cpp:57:3: required from here 2025-03-21T20:23:55.7513232Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.7514260Z 94 | struct array 2025-03-21T20:23:55.7514805Z | ^~~~~ 2025-03-21T20:23:55.7516444Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:55.7517913Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.7518676Z | ^~~~~~~~ 2025-03-21T20:23:55.7519950Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:55.7522386Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:55.7523587Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:55.7524249Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:55.7524997Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:55.7525742Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:55.7526657Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:55.7527848Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:55.7528953Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:9: 2025-03-21T20:23:55.7535971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.7547808Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7560316Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7572233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.7582919Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:55.7591788Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.7595789Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:55.7597541Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.7598630Z 94 | struct array 2025-03-21T20:23:55.7599108Z | ^~~~~ 2025-03-21T20:23:55.7600835Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:55.7602448Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.7603196Z | ^~~~~~~~ 2025-03-21T20:23:55.7610022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.7623071Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7636092Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7647620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.7658717Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:55.7668386Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.7672885Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:55.7674779Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.7675877Z 94 | struct array 2025-03-21T20:23:55.7676346Z | ^~~~~ 2025-03-21T20:23:55.7678169Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:55.7679766Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.7680512Z | ^~~~~~~~ 2025-03-21T20:23:55.7687538Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.7700501Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7713712Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7725635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.7736463Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:55.7745413Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.7749069Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:55.7750729Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.7751708Z 94 | struct array 2025-03-21T20:23:55.7752341Z | ^~~~~ 2025-03-21T20:23:55.7753984Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:55.7755408Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.7756141Z | ^~~~~~~~ 2025-03-21T20:23:55.7762462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.7773181Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7785173Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7796185Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.7806253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:55.7815039Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.7819116Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:55.7820946Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.7821974Z 94 | struct array 2025-03-21T20:23:55.7822379Z | ^~~~~ 2025-03-21T20:23:55.7823839Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:55.7825246Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.7826009Z | ^~~~~~~~ 2025-03-21T20:23:55.7832670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.7845245Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7858065Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7869669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.7880035Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:55.7889396Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.7893772Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:55.7895522Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.7896765Z 94 | struct array 2025-03-21T20:23:55.7897651Z | ^~~~~ 2025-03-21T20:23:55.7899407Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:55.7900945Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.7901902Z | ^~~~~~~~ 2025-03-21T20:23:55.7908719Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.7921703Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7934796Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.7946676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.7956732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:55.7966006Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.7970111Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:55.7971825Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.7972801Z 94 | struct array 2025-03-21T20:23:55.7973256Z | ^~~~~ 2025-03-21T20:23:55.7974685Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:55.7976036Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.7976764Z | ^~~~~~~~ 2025-03-21T20:23:55.7984913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.7999448Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8015705Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8031559Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.8045706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.8056490Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8060641Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:55.8062421Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8063520Z 94 | struct array 2025-03-21T20:23:55.8063997Z | ^~~~~ 2025-03-21T20:23:55.8065729Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:55.8067311Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8068069Z | ^~~~~~~~ 2025-03-21T20:23:55.8076948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8093250Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8109079Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8125320Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.8140379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.8151826Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8156098Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:55.8157916Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8158991Z 94 | struct array 2025-03-21T20:23:55.8159460Z | ^~~~~ 2025-03-21T20:23:55.8161153Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:55.8163084Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8164066Z | ^~~~~~~~ 2025-03-21T20:23:55.8173311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8189802Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8206891Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8221733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.8229743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.8235677Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8237952Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:55.8238951Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8239573Z 94 | struct array 2025-03-21T20:23:55.8239851Z | ^~~~~ 2025-03-21T20:23:55.8240796Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:55.8241671Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8242140Z | ^~~~~~~~ 2025-03-21T20:23:55.8246962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8255890Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8264991Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8273108Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.8280673Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.8286301Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8288470Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:55.8289396Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8289960Z 94 | struct array 2025-03-21T20:23:55.8290219Z | ^~~~~ 2025-03-21T20:23:55.8291101Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:55.8291960Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8292393Z | ^~~~~~~~ 2025-03-21T20:23:55.8297270Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8305863Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8315125Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8323675Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.8331325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.8337255Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8339591Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:55.8340600Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8341180Z 94 | struct array 2025-03-21T20:23:55.8341490Z | ^~~~~ 2025-03-21T20:23:55.8342419Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:55.8343283Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8343711Z | ^~~~~~~~ 2025-03-21T20:23:55.8348669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8357448Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8366517Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8375088Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.8382866Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.8802689Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8806305Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:55.8807600Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8808601Z 94 | struct array 2025-03-21T20:23:55.8808921Z | ^~~~~ 2025-03-21T20:23:55.8809878Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:55.8810823Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8811306Z | ^~~~~~~~ 2025-03-21T20:23:55.8812497Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:55.8813801Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:55.8814559Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:55.8815120Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:55.8815600Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:55.8816107Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:55.8816743Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:55.8817450Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:55.8818103Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:9: 2025-03-21T20:23:55.8822056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8828751Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8835562Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8842726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.8848383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:55.8853142Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8855392Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:55.8856366Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8856971Z 94 | struct array 2025-03-21T20:23:55.8857234Z | ^~~~~ 2025-03-21T20:23:55.8858144Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:55.8858993Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8859468Z | ^~~~~~~~ 2025-03-21T20:23:55.8863067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8869558Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8876397Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8882465Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.8889160Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:55.8894885Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8897553Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:55.8898704Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8899351Z 94 | struct array 2025-03-21T20:23:55.8899629Z | ^~~~~ 2025-03-21T20:23:55.8900531Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:55.8901365Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8901784Z | ^~~~~~~~ 2025-03-21T20:23:55.8905621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8914445Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8922028Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8928752Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.8934480Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:55.8939843Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.8943535Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:55.8945291Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.8946351Z 94 | struct array 2025-03-21T20:23:55.8946806Z | ^~~~~ 2025-03-21T20:23:55.8948448Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:55.8949987Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.8950761Z | ^~~~~~~~ 2025-03-21T20:23:55.8957552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.8969938Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8982488Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.8994115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.9004610Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:55.9013797Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.9017951Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:55.9019715Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.9021140Z 94 | struct array 2025-03-21T20:23:55.9021600Z | ^~~~~ 2025-03-21T20:23:55.9023133Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:55.9024590Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.9025340Z | ^~~~~~~~ 2025-03-21T20:23:55.9032108Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.9044322Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9057445Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9069171Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.9080065Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:55.9089315Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.9093644Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:55.9095416Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.9096468Z 94 | struct array 2025-03-21T20:23:55.9096919Z | ^~~~~ 2025-03-21T20:23:55.9098522Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:55.9099948Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.9100682Z | ^~~~~~~~ 2025-03-21T20:23:55.9107495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.9120000Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9133038Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9144595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:55.9155083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:55.9164217Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.9168566Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:55.9170296Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.9171318Z 94 | struct array 2025-03-21T20:23:55.9171862Z | ^~~~~ 2025-03-21T20:23:55.9173498Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:55.9174960Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.9175719Z | ^~~~~~~~ 2025-03-21T20:23:55.9184778Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.9201334Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9218694Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9234584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.9249338Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.9260422Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.9264633Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:55.9266447Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.9267552Z 94 | struct array 2025-03-21T20:23:55.9268006Z | ^~~~~ 2025-03-21T20:23:55.9269677Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:55.9271264Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.9272015Z | ^~~~~~~~ 2025-03-21T20:23:55.9280803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.9297343Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9314633Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9326185Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.9334427Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.9340277Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.9342558Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:55.9343508Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.9344101Z 94 | struct array 2025-03-21T20:23:55.9344375Z | ^~~~~ 2025-03-21T20:23:55.9345269Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:55.9346139Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.9346629Z | ^~~~~~~~ 2025-03-21T20:23:55.9352293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.9361861Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9370561Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9378880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.9386316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.9391935Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.9394138Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:55.9395066Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.9395655Z 94 | struct array 2025-03-21T20:23:55.9395928Z | ^~~~~ 2025-03-21T20:23:55.9396802Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:55.9397630Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.9398063Z | ^~~~~~~~ 2025-03-21T20:23:55.9402576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.9410995Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9419957Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9429414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.9437662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.9443468Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.9445625Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:55.9446525Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.9447087Z 94 | struct array 2025-03-21T20:23:55.9447361Z | ^~~~~ 2025-03-21T20:23:55.9448179Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:55.9449002Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.9449470Z | ^~~~~~~~ 2025-03-21T20:23:55.9454652Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.9462959Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9471659Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9480400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:55.9488151Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:55.9493714Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:55.9496011Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:55.9497041Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:55.9497611Z 94 | struct array 2025-03-21T20:23:55.9497904Z | ^~~~~ 2025-03-21T20:23:55.9498822Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:55.9499706Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:55.9500139Z | ^~~~~~~~ 2025-03-21T20:23:55.9504748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:55.9514783Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:55.9524272Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.0086502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.0096376Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.0102104Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0104271Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:56.0105179Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0105742Z 94 | struct array 2025-03-21T20:23:56.0106065Z | ^~~~~ 2025-03-21T20:23:56.0106942Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:56.0107718Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0108124Z | ^~~~~~~~ 2025-03-21T20:23:56.0108796Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:56.0109394Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:56.0109777Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:56.0110187Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:56.0110606Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:56.0111096Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:56.0111776Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:56.0112426Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:9: 2025-03-21T20:23:56.0116130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0122988Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0129466Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0136139Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0145534Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0157791Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0167561Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0173904Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.0179490Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:56.0184158Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0186310Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:56.0187260Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0187859Z 94 | struct array 2025-03-21T20:23:56.0188112Z | ^~~~~ 2025-03-21T20:23:56.0189030Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:56.0189924Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0190347Z | ^~~~~~~~ 2025-03-21T20:23:56.0193945Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0200581Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0206895Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0213434Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0222755Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0234685Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0244337Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0250520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.0256220Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:56.0260885Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0263056Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:56.0263994Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0264562Z 94 | struct array 2025-03-21T20:23:56.0264824Z | ^~~~~ 2025-03-21T20:23:56.0265710Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:56.0266535Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0266955Z | ^~~~~~~~ 2025-03-21T20:23:56.0270462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0276940Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0283094Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0289543Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0298534Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0310146Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0319623Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0326044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.0331505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:56.0336177Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0338313Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:56.0339234Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0339808Z 94 | struct array 2025-03-21T20:23:56.0340074Z | ^~~~~ 2025-03-21T20:23:56.0340948Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:56.0341763Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0342173Z | ^~~~~~~~ 2025-03-21T20:23:56.0345565Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0351965Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0357968Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0364136Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0372760Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0384102Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0393320Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0399241Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.0404468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:56.0409001Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0411196Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:56.0412202Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0412757Z 94 | struct array 2025-03-21T20:23:56.0413014Z | ^~~~~ 2025-03-21T20:23:56.0413832Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:56.0414594Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0415013Z | ^~~~~~~~ 2025-03-21T20:23:56.0418512Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0425637Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0431752Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0438053Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0447052Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0458654Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0467948Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0473992Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.0479421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:56.0484048Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0486182Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:56.0487092Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0487669Z 94 | struct array 2025-03-21T20:23:56.0487934Z | ^~~~~ 2025-03-21T20:23:56.0488790Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:56.0489596Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0490009Z | ^~~~~~~~ 2025-03-21T20:23:56.0505377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0511921Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0517994Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0524510Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0533285Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0545495Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0555503Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0561971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.0567678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:56.0572622Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0574915Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:22:62: required from here 2025-03-21T20:23:56.0575845Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0576455Z 94 | struct array 2025-03-21T20:23:56.0576725Z | ^~~~~ 2025-03-21T20:23:56.0577545Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:56.0578321Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0578783Z | ^~~~~~~~ 2025-03-21T20:23:56.0583370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0591884Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0600490Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0608864Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0621565Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0637350Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0649557Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0657864Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.0665228Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.0670705Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0672904Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:56.0673854Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0674448Z 94 | struct array 2025-03-21T20:23:56.0674715Z | ^~~~~ 2025-03-21T20:23:56.0675618Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:56.0676445Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0676886Z | ^~~~~~~~ 2025-03-21T20:23:56.0681576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0690096Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0698676Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0707008Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0719015Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0734866Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0747080Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0755293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.0762602Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.0768145Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0770281Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:56.0771209Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0771839Z 94 | struct array 2025-03-21T20:23:56.0772102Z | ^~~~~ 2025-03-21T20:23:56.0772991Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:56.0773820Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0774244Z | ^~~~~~~~ 2025-03-21T20:23:56.0778814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0787174Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0795420Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0803682Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0815745Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0831572Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0843795Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0852047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.0859337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.0864899Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0867037Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:56.0867957Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0868519Z 94 | struct array 2025-03-21T20:23:56.0868784Z | ^~~~~ 2025-03-21T20:23:56.0869648Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:56.0870465Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0870888Z | ^~~~~~~~ 2025-03-21T20:23:56.0875389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0883700Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.0892113Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.0900557Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.0912529Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.0928105Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.0940415Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.0948561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.0958872Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.0969509Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.0972915Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:56.0973956Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.0974772Z 94 | struct array 2025-03-21T20:23:56.0975155Z | ^~~~~ 2025-03-21T20:23:56.0976211Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:56.0976999Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.0977419Z | ^~~~~~~~ 2025-03-21T20:23:56.0982052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.0992522Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.1005138Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.1016419Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.1035756Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.1059828Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.1072653Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.1081093Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.1088956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.1094955Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.1097435Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:56.1098751Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.1099443Z 94 | struct array 2025-03-21T20:23:56.1099875Z | ^~~~~ 2025-03-21T20:23:56.1100931Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:56.1101733Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.1102154Z | ^~~~~~~~ 2025-03-21T20:23:56.1106974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.1115349Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.1123853Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.1132190Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.1144695Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.1360526Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.1385129Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.1401434Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.1415982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.1427133Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.1431612Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_and.cpp:32:62: required from here 2025-03-21T20:23:56.1433286Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.1434314Z 94 | struct array 2025-03-21T20:23:56.1434780Z | ^~~~~ 2025-03-21T20:23:56.1436312Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:56.1437736Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.1438480Z | ^~~~~~~~ 2025-03-21T20:23:56.1439900Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:56.1442049Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:56.1443982Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:56.1445672Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:23:56.1447046Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:56.1448152Z from /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:11: 2025-03-21T20:23:56.1449205Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2025-03-21T20:23:56.1450839Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:49:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:56.1452387Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2025-03-21T20:23:56.1452993Z | ^ 2025-03-21T20:23:56.1454548Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:56.1455964Z 914 | __VA_ARGS__ \ 2025-03-21T20:23:56.1456561Z | ^~~~~~~~~~~ 2025-03-21T20:23:56.1458090Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:56.1459587Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:56.1460333Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:56.1462036Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:56.1463732Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:23:56.1464713Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:56.1466466Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:23:56.1468091Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:23:56.1468882Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:56.1470261Z /pytorch/executorch/kernels/optimized/cpu/op_le.cpp:45:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:23:56.1471450Z 45 | ET_SWITCH_REAL_TYPES_AND( 2025-03-21T20:23:56.1471972Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:56.2126005Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:23:56.2127840Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:56.2129030Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:56.2129703Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:56.2130417Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:56.2131031Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:56.2131897Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:56.2132961Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:56.2133963Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:9: 2025-03-21T20:23:56.2140449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2148636Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2155681Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2162764Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2172752Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2185490Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2195371Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2201955Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.2208022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:56.2213100Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2215410Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:56.2216371Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2216971Z 94 | struct array 2025-03-21T20:23:56.2217238Z | ^~~~~ 2025-03-21T20:23:56.2218271Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:56.2219195Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2219612Z | ^~~~~~~~ 2025-03-21T20:23:56.2224659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2232008Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2239036Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2248435Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2261430Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2278281Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2289226Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2295532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.2301020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:56.2305714Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2307857Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:56.2308792Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2309436Z 94 | struct array 2025-03-21T20:23:56.2309902Z | ^~~~~ 2025-03-21T20:23:56.2311233Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:56.2312073Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2312498Z | ^~~~~~~~ 2025-03-21T20:23:56.2316009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2322863Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2329096Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2335596Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2344531Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2356733Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2367056Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2373349Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.2378854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:56.2383501Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2385966Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:56.2386930Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2387504Z 94 | struct array 2025-03-21T20:23:56.2387764Z | ^~~~~ 2025-03-21T20:23:56.2388626Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:56.2389437Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2389852Z | ^~~~~~~~ 2025-03-21T20:23:56.2393242Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2400426Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2410922Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2417927Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2426863Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2438236Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2447391Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2453326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.2458633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:56.2463191Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2465322Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:56.2466220Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2466778Z 94 | struct array 2025-03-21T20:23:56.2467048Z | ^~~~~ 2025-03-21T20:23:56.2467854Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:56.2468663Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2469066Z | ^~~~~~~~ 2025-03-21T20:23:56.2472560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2478983Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2485784Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2492604Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2502565Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2516631Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2527363Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2533699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.2539654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:56.2544792Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2547097Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:56.2548074Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2548711Z 94 | struct array 2025-03-21T20:23:56.2549044Z | ^~~~~ 2025-03-21T20:23:56.2549951Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:56.2550808Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2551320Z | ^~~~~~~~ 2025-03-21T20:23:56.2555066Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2561957Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2568085Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2574410Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2583083Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2594424Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2603635Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2610036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.2616064Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:56.2622436Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2624685Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:22:62: required from here 2025-03-21T20:23:56.2625651Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2626215Z 94 | struct array 2025-03-21T20:23:56.2626495Z | ^~~~~ 2025-03-21T20:23:56.2627314Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:56.2628089Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2628515Z | ^~~~~~~~ 2025-03-21T20:23:56.2633060Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2641558Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2649901Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2658284Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2670393Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2685874Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2698338Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2706687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.2714049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.2719539Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2721868Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:56.2722820Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2723410Z 94 | struct array 2025-03-21T20:23:56.2723666Z | ^~~~~ 2025-03-21T20:23:56.2724575Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:56.2725426Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2725848Z | ^~~~~~~~ 2025-03-21T20:23:56.2730377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2738998Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2747322Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2755570Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2767662Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2783248Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2795438Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2803655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.2811035Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.2816583Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2818724Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:56.2819657Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2820254Z 94 | struct array 2025-03-21T20:23:56.2820679Z | ^~~~~ 2025-03-21T20:23:56.2821569Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:56.2822402Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2822823Z | ^~~~~~~~ 2025-03-21T20:23:56.2827423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2835846Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2844153Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2852408Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2864426Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2879806Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.2893538Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.2903878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.2917721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.2925686Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.2928050Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:56.2929167Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.2929803Z 94 | struct array 2025-03-21T20:23:56.2930123Z | ^~~~~ 2025-03-21T20:23:56.2930999Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:56.2931977Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.2932393Z | ^~~~~~~~ 2025-03-21T20:23:56.2937304Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.2946408Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.2955522Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.2964456Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.2976519Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.2993014Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.3005633Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.3013978Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.3022232Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.3027866Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.3030024Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:56.3030932Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.3031487Z 94 | struct array 2025-03-21T20:23:56.3031749Z | ^~~~~ 2025-03-21T20:23:56.3032552Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:56.3033316Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.3033717Z | ^~~~~~~~ 2025-03-21T20:23:56.3038340Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.3046784Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.3055267Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.3063470Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.3075553Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.3090897Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.3103059Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.3111351Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.3118660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.3124332Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.3126483Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:56.3127387Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.3127961Z 94 | struct array 2025-03-21T20:23:56.3128227Z | ^~~~~ 2025-03-21T20:23:56.3129081Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:56.3129882Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.3130298Z | ^~~~~~~~ 2025-03-21T20:23:56.3134995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.3143346Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.3151589Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.3159756Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.3171859Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.3187372Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4092026Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4103662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.4111935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.4117838Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4120164Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_or.cpp:32:62: required from here 2025-03-21T20:23:56.4121281Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4121844Z 94 | struct array 2025-03-21T20:23:56.4122166Z | ^~~~~ 2025-03-21T20:23:56.4123073Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:56.4123940Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4124363Z | ^~~~~~~~ 2025-03-21T20:23:56.4125142Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:56.4126156Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:56.4127102Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:56.4127709Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:56.4128095Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:56.4128511Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:56.4128922Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:56.4129424Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:56.4130097Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:11, 2025-03-21T20:23:56.4130997Z from /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:9: 2025-03-21T20:23:56.4135169Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4142234Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4148647Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4155300Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4164742Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4177072Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4186911Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4193437Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.4201179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:56.4207970Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4210896Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:56.4212327Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4213160Z 94 | struct array 2025-03-21T20:23:56.4213511Z | ^~~~~ 2025-03-21T20:23:56.4214734Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:56.4215987Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4216546Z | ^~~~~~~~ 2025-03-21T20:23:56.4225245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4234734Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4243558Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4250080Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4259242Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4271138Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4281291Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4287461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.4293046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:56.4297739Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4299877Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:56.4300820Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4301412Z 94 | struct array 2025-03-21T20:23:56.4301664Z | ^~~~~ 2025-03-21T20:23:56.4302578Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:56.4303401Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4303819Z | ^~~~~~~~ 2025-03-21T20:23:56.4307370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4313871Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4320040Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4327038Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4336120Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4347810Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4357254Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4363341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.4368848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:56.4373590Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4375740Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:56.4376675Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4377244Z 94 | struct array 2025-03-21T20:23:56.4377516Z | ^~~~~ 2025-03-21T20:23:56.4378390Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:56.4379208Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4379629Z | ^~~~~~~~ 2025-03-21T20:23:56.4383016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4389370Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4395331Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4401520Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4410470Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4422830Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4432650Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4438884Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.4444406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:56.4449239Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4451548Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:56.4452611Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4453225Z 94 | struct array 2025-03-21T20:23:56.4453539Z | ^~~~~ 2025-03-21T20:23:56.4454496Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:56.4455307Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4455726Z | ^~~~~~~~ 2025-03-21T20:23:56.4459226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4465704Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4471836Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4478135Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4487008Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4498917Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4509164Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4515683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.4521815Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:56.4526959Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4529241Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:56.4530176Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4530740Z 94 | struct array 2025-03-21T20:23:56.4530990Z | ^~~~~ 2025-03-21T20:23:56.4531921Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:56.4532838Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4533300Z | ^~~~~~~~ 2025-03-21T20:23:56.4536736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4543068Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4549175Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4555413Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4564077Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4575886Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4585212Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4591116Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:56.4596411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:56.4600990Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:81:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_tensor_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4603127Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:22:62: required from here 2025-03-21T20:23:56.4604040Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4604604Z 94 | struct array 2025-03-21T20:23:56.4604876Z | ^~~~~ 2025-03-21T20:23:56.4605688Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:56.4606460Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4606869Z | ^~~~~~~~ 2025-03-21T20:23:56.4611453Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4619975Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4629118Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4637440Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4649514Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4665068Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4677303Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4685520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.4693144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.4698962Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4701113Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:56.4702058Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4702650Z 94 | struct array 2025-03-21T20:23:56.4702914Z | ^~~~~ 2025-03-21T20:23:56.4703813Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:56.4704657Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4705076Z | ^~~~~~~~ 2025-03-21T20:23:56.4709693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4718057Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4726687Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4735088Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4747208Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4762606Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4774898Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4783066Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.4790448Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.4795942Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4798082Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:56.4799017Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4799605Z 94 | struct array 2025-03-21T20:23:56.4799855Z | ^~~~~ 2025-03-21T20:23:56.4800731Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:56.4801590Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4802003Z | ^~~~~~~~ 2025-03-21T20:23:56.4806536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4814992Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4823463Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4831672Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4843826Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4859307Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4871470Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4879721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.4887046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.4892552Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4894691Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:56.4895611Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4896182Z 94 | struct array 2025-03-21T20:23:56.4896444Z | ^~~~~ 2025-03-21T20:23:56.4897345Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:56.4898161Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4898597Z | ^~~~~~~~ 2025-03-21T20:23:56.4903138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.4911517Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.4919731Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.4928224Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.4940278Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.4955580Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.4967668Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.4975856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.4983152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.4988589Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.4990721Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:56.4991623Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.4992210Z 94 | struct array 2025-03-21T20:23:56.4992479Z | ^~~~~ 2025-03-21T20:23:56.4993287Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:56.4994037Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.4994481Z | ^~~~~~~~ 2025-03-21T20:23:56.4998989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.5007358Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.5015702Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.5024265Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.5036339Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.5051776Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.5063886Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.5072420Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.5080057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.5089791Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.5092428Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:56.5093720Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.5094396Z 94 | struct array 2025-03-21T20:23:56.5094868Z | ^~~~~ 2025-03-21T20:23:56.5095814Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:56.5096677Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.5097352Z | ^~~~~~~~ 2025-03-21T20:23:56.5103224Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.5114679Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:56.5127379Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:56.5138177Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:56.5151354Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:56.5677652Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:56.5690246Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:56.5698802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.5706179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]::::::]’ 2025-03-21T20:23:56.5712252Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/bitwise_op.h:121:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::bitwise_scalar_out(torch::executor::RuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name); torch::executor::RuntimeContext = executorch::runtime::KernelRuntimeContext]’ 2025-03-21T20:23:56.5714715Z /pytorch/executorch/kernels/portable/cpu/op_bitwise_xor.cpp:32:62: required from here 2025-03-21T20:23:56.5715717Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.5716321Z 94 | struct array 2025-03-21T20:23:56.5716604Z | ^~~~~ 2025-03-21T20:23:56.5717526Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:56.5718349Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.5718769Z | ^~~~~~~~ 2025-03-21T20:23:56.5719497Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:56.5720644Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:56.5721668Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:23:56.5722538Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:23:56.5724423Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h: In function ‘scalar_t at::vec::vec_reduce_all(const Op&, at::vec::CPU_CAPABILITY::Vectorized, int64_t) [with scalar_t = float; Op = std::plus >]’: 2025-03-21T20:23:56.5737241Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:13:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:56.5738472Z 13 | inline scalar_t vec_reduce_all( 2025-03-21T20:23:56.5738786Z | ^~~~~~~~~~~~~~ 2025-03-21T20:23:56.5739503Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:56.5740122Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:56.5740639Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:56.5741107Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:56.5741527Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:56.5741973Z from /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:9: 2025-03-21T20:23:56.5746878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.5754804Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5762759Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5770089Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.5777292Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.5780967Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:56.5781922Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.5782517Z 94 | struct array 2025-03-21T20:23:56.5782786Z | ^~~~~ 2025-03-21T20:23:56.5783695Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:56.5784543Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.5784950Z | ^~~~~~~~ 2025-03-21T20:23:56.5789240Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.5796995Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5804917Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5812300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.5819084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.5822839Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:56.5823778Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.5824367Z 94 | struct array 2025-03-21T20:23:56.5824642Z | ^~~~~ 2025-03-21T20:23:56.5825519Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:56.5826340Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.5826745Z | ^~~~~~~~ 2025-03-21T20:23:56.5830961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.5838714Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5846603Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5854030Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.5860793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.5864163Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:56.5865056Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.5865622Z 94 | struct array 2025-03-21T20:23:56.5865891Z | ^~~~~ 2025-03-21T20:23:56.5866787Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:56.5867622Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.5868032Z | ^~~~~~~~ 2025-03-21T20:23:56.5872201Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.5879822Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5887689Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5894941Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.5901677Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.5905061Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:56.5905944Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.5906511Z 94 | struct array 2025-03-21T20:23:56.5906784Z | ^~~~~ 2025-03-21T20:23:56.5907600Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:56.5908366Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.5908769Z | ^~~~~~~~ 2025-03-21T20:23:56.5913436Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.5921395Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5929364Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5936852Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.5943585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.5947006Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:56.5947945Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.5948520Z 94 | struct array 2025-03-21T20:23:56.5948785Z | ^~~~~ 2025-03-21T20:23:56.5949640Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:56.5950428Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.5950842Z | ^~~~~~~~ 2025-03-21T20:23:56.5955034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.5962693Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5970568Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.5977927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.5984656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.5988001Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:56.5988886Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.5989446Z 94 | struct array 2025-03-21T20:23:56.5989709Z | ^~~~~ 2025-03-21T20:23:56.5990530Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:56.5991301Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.5991751Z | ^~~~~~~~ 2025-03-21T20:23:56.5995967Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6003633Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6011528Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6018861Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.6025970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6029331Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:56.6030220Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6030795Z 94 | struct array 2025-03-21T20:23:56.6031072Z | ^~~~~ 2025-03-21T20:23:56.6031985Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:56.6032766Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6033190Z | ^~~~~~~~ 2025-03-21T20:23:56.6037380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6045156Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6053184Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6061013Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:56.6069258Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6072844Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:56.6073760Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6074322Z 94 | struct array 2025-03-21T20:23:56.6074592Z | ^~~~~ 2025-03-21T20:23:56.6075452Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:56.6076214Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6076634Z | ^~~~~~~~ 2025-03-21T20:23:56.6082138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6092571Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6104255Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6115133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:56.6126584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6133636Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:56.6134666Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6135261Z 94 | struct array 2025-03-21T20:23:56.6135529Z | ^~~~~ 2025-03-21T20:23:56.6136432Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:23:56.6137284Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6137696Z | ^~~~~~~~ 2025-03-21T20:23:56.6143498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6154424Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6165153Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6175803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:56.6192183Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6200122Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:56.6201770Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6202631Z 94 | struct array 2025-03-21T20:23:56.6203042Z | ^~~~~ 2025-03-21T20:23:56.6204562Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:23:56.6205969Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6206599Z | ^~~~~~~~ 2025-03-21T20:23:56.6212788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6223188Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6233662Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6243253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:56.6253243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6259298Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:56.6260403Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6260984Z 94 | struct array 2025-03-21T20:23:56.6261337Z | ^~~~~ 2025-03-21T20:23:56.6262223Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:23:56.6263044Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6263451Z | ^~~~~~~~ 2025-03-21T20:23:56.6268834Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6278844Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6288958Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6298612Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:56.6307518Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6311992Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:56.6312965Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6313518Z 94 | struct array 2025-03-21T20:23:56.6313780Z | ^~~~~ 2025-03-21T20:23:56.6314588Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:23:56.6315351Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6315767Z | ^~~~~~~~ 2025-03-21T20:23:56.6321336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6331584Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6341890Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6351401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:56.6360405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6364861Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:56.6365765Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6366326Z 94 | struct array 2025-03-21T20:23:56.6366597Z | ^~~~~ 2025-03-21T20:23:56.6367485Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:23:56.6368312Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6368729Z | ^~~~~~~~ 2025-03-21T20:23:56.6374494Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6386109Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6396522Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6406140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:56.6415214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6419647Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:56.6420843Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6421411Z 94 | struct array 2025-03-21T20:23:56.6421663Z | ^~~~~ 2025-03-21T20:23:56.6422499Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:23:56.6423277Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6423689Z | ^~~~~~~~ 2025-03-21T20:23:56.6429149Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:56.6439333Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6449548Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:56.6459223Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:56.6468231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:56.6472749Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:56.6473653Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:56.6474218Z 94 | struct array 2025-03-21T20:23:56.6474487Z | ^~~~~ 2025-03-21T20:23:56.6475314Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:23:56.6476105Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:56.6476519Z | ^~~~~~~~ 2025-03-21T20:23:57.2624595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.2634914Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.2645168Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.2655221Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.2664203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.2668703Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.2669637Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.2670205Z 94 | struct array 2025-03-21T20:23:57.2670473Z | ^~~~~ 2025-03-21T20:23:57.2671287Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:23:57.2672056Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.2672471Z | ^~~~~~~~ 2025-03-21T20:23:57.2673149Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:57.2674100Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:57.2675067Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:57.2676090Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:57.2677095Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:57.2678069Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:57.2679064Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:57.2680068Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:57.2680909Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2025-03-21T20:23:57.2681914Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:97:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:57.2682740Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2025-03-21T20:23:57.2683080Z | ^ 2025-03-21T20:23:57.2683662Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:57.2684602Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:57.2685434Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:23:57.2686151Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:57.2686794Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-03-21T20:23:57.2687376Z from /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:9: 2025-03-21T20:23:57.3265305Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2025-03-21T20:23:57.3267254Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:100:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:57.3268879Z 100 | [b_casted](Vec x) { return x * Vec(b_casted); }, 2025-03-21T20:23:57.3269648Z | ^ 2025-03-21T20:23:57.3271356Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:57.3272619Z 914 | __VA_ARGS__ \ 2025-03-21T20:23:57.3273230Z | ^~~~~~~~~~~ 2025-03-21T20:23:57.3274780Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:57.3276575Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:57.3277313Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3279142Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:57.3280883Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:23:57.3281728Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3283472Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:23:57.3285084Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:23:57.3285800Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3287448Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:23:57.3289159Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:23:57.3289705Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3290426Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:93:7: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:23:57.3291129Z 93 | ET_SWITCH_REALB_TYPES(a_type, ctx, "mul.out", CTYPE, [&]() { 2025-03-21T20:23:57.3291536Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3292750Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1157:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:57.3293527Z 1157 | ET_INTERNAL_SWITCH( \ 2025-03-21T20:23:57.3293903Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3294710Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:57.3295545Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:57.3295949Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3296820Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:989:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:57.3297709Z 989 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:23:57.3298169Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3299074Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1161:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2025-03-21T20:23:57.3300182Z 1161 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2025-03-21T20:23:57.3300562Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3301493Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1197:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2025-03-21T20:23:57.3302385Z 1197 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2025-03-21T20:23:57.3302898Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3303650Z /pytorch/executorch/kernels/optimized/cpu/op_mul.cpp:94:9: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2025-03-21T20:23:57.3304404Z 94 | ET_SWITCH_REALB_TYPES(b_type, ctx, "mul.out", CTYPE_B, [&]() { 2025-03-21T20:23:57.3304857Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.3305607Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:57.3306653Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:57.3307300Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:57.3307764Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:57.3308233Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:57.3308649Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:57.3309104Z from /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:9: 2025-03-21T20:23:57.3313965Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.3323481Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.3331368Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.3339199Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.3350634Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.3365001Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.3376501Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.3387316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:57.3395564Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.3398974Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:57.3399902Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.3400485Z 94 | struct array 2025-03-21T20:23:57.3400751Z | ^~~~~ 2025-03-21T20:23:57.3401652Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:57.3402564Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.3402990Z | ^~~~~~~~ 2025-03-21T20:23:57.3407211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.3415178Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.3423473Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.3431245Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.3442957Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.3458082Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.3469844Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.3477937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:57.3485070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.3488659Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:57.3489693Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.3490281Z 94 | struct array 2025-03-21T20:23:57.3490594Z | ^~~~~ 2025-03-21T20:23:57.3491545Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:57.3492507Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.3492969Z | ^~~~~~~~ 2025-03-21T20:23:57.3497483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.3505821Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.3514183Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.3522616Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.3534804Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.3550571Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.3562647Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.3570531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:57.3577957Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.3581411Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:57.3582331Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.3582905Z 94 | struct array 2025-03-21T20:23:57.3583173Z | ^~~~~ 2025-03-21T20:23:57.3584109Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:57.3584923Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.3585348Z | ^~~~~~~~ 2025-03-21T20:23:57.3589773Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.3597731Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.3605744Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.3613828Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.3625847Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.3641607Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.3653892Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.3661505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:57.3668254Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.3671699Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:57.3672621Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.3673183Z 94 | struct array 2025-03-21T20:23:57.3673450Z | ^~~~~ 2025-03-21T20:23:57.3674267Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:57.3675039Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.3675460Z | ^~~~~~~~ 2025-03-21T20:23:57.3679680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.3687928Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.3695909Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.3703739Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.3714946Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.3729605Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.3741232Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.3748744Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:57.3755537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.3758904Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:57.3759804Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.3760370Z 94 | struct array 2025-03-21T20:23:57.3760636Z | ^~~~~ 2025-03-21T20:23:57.3761488Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:57.3762287Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.3762701Z | ^~~~~~~~ 2025-03-21T20:23:57.3766908Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.3774784Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.3782517Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.3790163Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.3801272Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.3816003Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.3829663Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.3838423Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:57.3848520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.3852110Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:57.3853202Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.3853824Z 94 | struct array 2025-03-21T20:23:57.3854095Z | ^~~~~ 2025-03-21T20:23:57.3854924Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:57.3855710Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.3856135Z | ^~~~~~~~ 2025-03-21T20:23:57.3860358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.3868704Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.3877591Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.3886132Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.3898592Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.3912884Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.3924604Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.3932086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:57.3938939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.3942301Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:57.3943199Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.3943861Z 94 | struct array 2025-03-21T20:23:57.3944200Z | ^~~~~ 2025-03-21T20:23:57.3945164Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:57.3946002Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.3946417Z | ^~~~~~~~ 2025-03-21T20:23:57.3952325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.3963531Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.3974602Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.3985451Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.3999373Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4014133Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4026054Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4033522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:57.4040305Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4043652Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:136:3: required from here 2025-03-21T20:23:57.4044538Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4045095Z 94 | struct array 2025-03-21T20:23:57.4045418Z | ^~~~~ 2025-03-21T20:23:57.4046237Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:57.4046998Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4047417Z | ^~~~~~~~ 2025-03-21T20:23:57.4052932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.4063115Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.4072982Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.4083054Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.4097686Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4116241Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4130915Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4140761Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.4149897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4154378Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.4155307Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4155897Z 94 | struct array 2025-03-21T20:23:57.4156161Z | ^~~~~ 2025-03-21T20:23:57.4157060Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:23:57.4157900Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4158311Z | ^~~~~~~~ 2025-03-21T20:23:57.4163709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.4173969Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.4183823Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.4193953Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.4208404Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4227232Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4241652Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4251388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.4260451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4264941Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.4265856Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4266443Z 94 | struct array 2025-03-21T20:23:57.4266716Z | ^~~~~ 2025-03-21T20:23:57.4267603Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:23:57.4268431Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4268841Z | ^~~~~~~~ 2025-03-21T20:23:57.4274693Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.4285706Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.4296891Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.4307799Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.4323757Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4348355Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4363640Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4373905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.4383445Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4388003Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.4388975Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4389587Z 94 | struct array 2025-03-21T20:23:57.4389866Z | ^~~~~ 2025-03-21T20:23:57.4390796Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:23:57.4391697Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4392111Z | ^~~~~~~~ 2025-03-21T20:23:57.4397862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.4408224Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.4418582Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.4429235Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.4445759Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4465323Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4480365Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4490670Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.4500494Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4505018Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.4505908Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4506460Z 94 | struct array 2025-03-21T20:23:57.4506778Z | ^~~~~ 2025-03-21T20:23:57.4507590Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:23:57.4508347Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4508749Z | ^~~~~~~~ 2025-03-21T20:23:57.4514552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.4525996Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.4536905Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.4547900Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.4562844Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4582479Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4597363Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4607788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.4617657Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4622791Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.4623772Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4624349Z 94 | struct array 2025-03-21T20:23:57.4624618Z | ^~~~~ 2025-03-21T20:23:57.4625557Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:23:57.4626365Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4626777Z | ^~~~~~~~ 2025-03-21T20:23:57.4632369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.4642921Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.4653261Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.4663594Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.4679544Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4699166Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4717577Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4727842Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.4737192Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4742019Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.4742936Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4743508Z 94 | struct array 2025-03-21T20:23:57.4743783Z | ^~~~~ 2025-03-21T20:23:57.4744621Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:23:57.4745543Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4746011Z | ^~~~~~~~ 2025-03-21T20:23:57.4751619Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.4762043Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.4772100Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.4782215Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.4796775Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4820673Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4841226Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4854686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.4863778Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4868257Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.4869166Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4869732Z 94 | struct array 2025-03-21T20:23:57.4870000Z | ^~~~~ 2025-03-21T20:23:57.4870837Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:23:57.4871608Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4872025Z | ^~~~~~~~ 2025-03-21T20:23:57.4877382Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.4888133Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:57.4898006Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:57.4907988Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:57.4922578Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:57.4946636Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:57.4962728Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:57.4973202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:57.4982654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::clamp_tensor_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::aten::optional&, executorch::aten::optional&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.4987406Z /pytorch/executorch/kernels/portable/cpu/op_clamp.cpp:212:3: required from here 2025-03-21T20:23:57.4988313Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.4988935Z 94 | struct array 2025-03-21T20:23:57.4989200Z | ^~~~~ 2025-03-21T20:23:57.4990071Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:23:57.4990879Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.4991285Z | ^~~~~~~~ 2025-03-21T20:23:57.4992119Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:57.4993152Z In file included from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2025-03-21T20:23:57.4993835Z from /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2025-03-21T20:23:57.4994474Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2025-03-21T20:23:57.4995416Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:32:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:57.4996277Z 32 | [](Vec x) { return x.neg(); }, 2025-03-21T20:23:57.4996604Z | ^ 2025-03-21T20:23:57.4997426Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:57.4998231Z 914 | __VA_ARGS__ \ 2025-03-21T20:23:57.4998580Z | ^~~~~~~~~~~ 2025-03-21T20:23:57.4999544Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:57.5001002Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:57.5001767Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.5003458Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:995:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:57.5005245Z 995 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2025-03-21T20:23:57.5006127Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.5007954Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1170:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND2’ 2025-03-21T20:23:57.5009688Z 1170 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND2( \ 2025-03-21T20:23:57.5010505Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.5012013Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1193:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND2’ 2025-03-21T20:23:57.5025269Z 1193 | ET_SWITCH_REAL_TYPES_AND2( \ 2025-03-21T20:23:57.5026006Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.5027445Z /pytorch/executorch/kernels/optimized/cpu/op_neg.cpp:29:3: note: in expansion of macro ‘ET_SWITCH_REALHBF16_TYPES’ 2025-03-21T20:23:57.5028737Z 29 | ET_SWITCH_REALHBF16_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2025-03-21T20:23:57.5029247Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:57.5030082Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:57.5031316Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:57.5032015Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:57.5032406Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:57.5033030Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:57.5033661Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:57.5034155Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:57.5034854Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:57.5036123Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:57.5041880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5050328Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5058982Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5076926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5083959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5087429Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5088365Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5088970Z 94 | struct array 2025-03-21T20:23:57.5089236Z | ^~~~~ 2025-03-21T20:23:57.5090145Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:57.5090995Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5091401Z | ^~~~~~~~ 2025-03-21T20:23:57.5095700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5103395Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5111283Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5118625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5127238Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5131028Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5132108Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5132697Z 94 | struct array 2025-03-21T20:23:57.5132972Z | ^~~~~ 2025-03-21T20:23:57.5133874Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:57.5134962Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5135598Z | ^~~~~~~~ 2025-03-21T20:23:57.5141784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5152750Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5163869Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5174083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5182313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5185746Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5186659Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5187237Z 94 | struct array 2025-03-21T20:23:57.5187512Z | ^~~~~ 2025-03-21T20:23:57.5188388Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:57.5189212Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5189624Z | ^~~~~~~~ 2025-03-21T20:23:57.5193808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5201518Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5210114Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5217460Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5224426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5227757Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5228633Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5229192Z 94 | struct array 2025-03-21T20:23:57.5229458Z | ^~~~~ 2025-03-21T20:23:57.5230261Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:57.5231038Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5231444Z | ^~~~~~~~ 2025-03-21T20:23:57.5235635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5243271Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5251200Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5258580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5265252Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5268558Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5269447Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5270181Z 94 | struct array 2025-03-21T20:23:57.5270447Z | ^~~~~ 2025-03-21T20:23:57.5271441Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:57.5272356Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5272825Z | ^~~~~~~~ 2025-03-21T20:23:57.5277253Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5284963Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5292849Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5300176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5306814Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5310169Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5311060Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5311617Z 94 | struct array 2025-03-21T20:23:57.5311891Z | ^~~~~ 2025-03-21T20:23:57.5312765Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:57.5313549Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5313970Z | ^~~~~~~~ 2025-03-21T20:23:57.5318203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5326067Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5333948Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5341255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5347996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5351327Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5352219Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5352772Z 94 | struct array 2025-03-21T20:23:57.5353036Z | ^~~~~ 2025-03-21T20:23:57.5353877Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:57.5354662Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5355073Z | ^~~~~~~~ 2025-03-21T20:23:57.5359258Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5368578Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5376570Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5383903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5390673Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5393962Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5394854Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5395405Z 94 | struct array 2025-03-21T20:23:57.5395668Z | ^~~~~ 2025-03-21T20:23:57.5396142Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:57.5396863Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:57.5397538Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:57.5398218Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:57.5398987Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:57.5399734Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:57.5400357Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:57.5401568Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:57.5402484Z 379 | unsigned short x; 2025-03-21T20:23:57.5402761Z | ^ 2025-03-21T20:23:57.5403063Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:57.5403450Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:57.5403864Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:57.5404280Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:57.5404811Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:57.5405480Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:57.5406101Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:57.5410377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5418122Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5426131Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5433369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5440091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5443419Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5444309Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5444874Z 94 | struct array 2025-03-21T20:23:57.5445146Z | ^~~~~ 2025-03-21T20:23:57.5445966Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:57.5446728Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5447144Z | ^~~~~~~~ 2025-03-21T20:23:57.5451348Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5459674Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5467904Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5480525Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5491924Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:57.5496049Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:57.5497101Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5497750Z 94 | struct array 2025-03-21T20:23:57.5498022Z | ^~~~~ 2025-03-21T20:23:57.5498631Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:57.5499368Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:57.5500062Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:57.5500888Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:57.5501699Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:57.5502373Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:57.5503596Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:57.5504445Z 87 | uint16_t x; 2025-03-21T20:23:57.5504693Z | ^ 2025-03-21T20:23:57.5505044Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:57.5505531Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:57.5506005Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:57.5506411Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:57.5506982Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:57.5507745Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:57.5508382Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:57.5512894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5521193Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5529954Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5537589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5544359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5547671Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5548639Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5549236Z 94 | struct array 2025-03-21T20:23:57.5549498Z | ^~~~~ 2025-03-21T20:23:57.5550415Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:57.5551264Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5551688Z | ^~~~~~~~ 2025-03-21T20:23:57.5555817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5563918Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5572060Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5579161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5585725Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5588986Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5590123Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5590698Z 94 | struct array 2025-03-21T20:23:57.5590961Z | ^~~~~ 2025-03-21T20:23:57.5591936Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:57.5592761Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5593347Z | ^~~~~~~~ 2025-03-21T20:23:57.5597837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5605383Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5613203Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5620284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5627960Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5631631Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5632779Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5633450Z 94 | struct array 2025-03-21T20:23:57.5633760Z | ^~~~~ 2025-03-21T20:23:57.5634807Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:57.5635688Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5636110Z | ^~~~~~~~ 2025-03-21T20:23:57.5640873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5649309Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5658696Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5666234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5673792Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5677425Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5678294Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5678849Z 94 | struct array 2025-03-21T20:23:57.5679114Z | ^~~~~ 2025-03-21T20:23:57.5679922Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:57.5680752Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5681219Z | ^~~~~~~~ 2025-03-21T20:23:57.5685414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5693158Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5700907Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5708049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5714687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5717953Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5718849Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5719424Z 94 | struct array 2025-03-21T20:23:57.5719695Z | ^~~~~ 2025-03-21T20:23:57.5720923Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:57.5721739Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5722157Z | ^~~~~~~~ 2025-03-21T20:23:57.5726255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5734315Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5742645Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5750269Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5757405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5760889Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5761975Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5762594Z 94 | struct array 2025-03-21T20:23:57.5762860Z | ^~~~~ 2025-03-21T20:23:57.5763870Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:57.5764698Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5765196Z | ^~~~~~~~ 2025-03-21T20:23:57.5769733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5778005Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5786294Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5794104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5801203Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5804528Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5805422Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5805991Z 94 | struct array 2025-03-21T20:23:57.5806252Z | ^~~~~ 2025-03-21T20:23:57.5807075Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:57.5807861Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5808336Z | ^~~~~~~~ 2025-03-21T20:23:57.5812591Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5820336Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5828528Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5835776Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5842443Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5846005Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5846918Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5847493Z 94 | struct array 2025-03-21T20:23:57.5847764Z | ^~~~~ 2025-03-21T20:23:57.5848227Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:57.5849012Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:57.5849692Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:57.5850434Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:57.5851324Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:57.5852231Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:57.5852906Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:57.5854254Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:57.5855177Z 379 | unsigned short x; 2025-03-21T20:23:57.5855459Z | ^ 2025-03-21T20:23:57.5855775Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:57.5856163Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:57.5856560Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:57.5857035Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:57.5857546Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:57.5858233Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:57.5858890Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:57.5863196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5870704Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5878360Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5885367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:57.5892036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:57.5895275Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:57.5896152Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:57.5896711Z 94 | struct array 2025-03-21T20:23:57.5896981Z | ^~~~~ 2025-03-21T20:23:57.5897799Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:57.5898577Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:57.5898989Z | ^~~~~~~~ 2025-03-21T20:23:57.5903278Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:57.5910963Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:57.5919125Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.0965377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.0977400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.0983361Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.0984901Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.0985873Z 94 | struct array 2025-03-21T20:23:58.0986142Z | ^~~~~ 2025-03-21T20:23:58.0986627Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:58.0987330Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:58.0988016Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:58.0988779Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:58.0989537Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:58.0990167Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.0991400Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:58.0992242Z 87 | uint16_t x; 2025-03-21T20:23:58.0992497Z | ^ 2025-03-21T20:23:58.0993085Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:58.0994064Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:58.0994874Z /pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp: In lambda function: 2025-03-21T20:23:58.0995793Z /pytorch/executorch/kernels/optimized/cpu/op_sigmoid.cpp:38:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:58.0996582Z 38 | [](Vec x) { 2025-03-21T20:23:58.0996839Z | ^ 2025-03-21T20:23:58.0997554Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:58.0998557Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:58.0999485Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:58.1000432Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:58.1001385Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:58.1002209Z In file included from /pytorch/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2025-03-21T20:23:58.1002921Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2025-03-21T20:23:58.1003578Z from /pytorch/executorch/../executorch/kernels/optimized/cpu/binary_ops.h:12, 2025-03-21T20:23:58.1004169Z from /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:9: 2025-03-21T20:23:58.1004746Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2025-03-21T20:23:58.1005618Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:122:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2025-03-21T20:23:58.1006390Z 122 | [alpha_val, scalar_casted](Vec x) { 2025-03-21T20:23:58.1006739Z | ^ 2025-03-21T20:23:58.1007530Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:914:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:58.1008274Z 914 | __VA_ARGS__ \ 2025-03-21T20:23:58.1008618Z | ^~~~~~~~~~~ 2025-03-21T20:23:58.1009396Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:58.1010242Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:58.1010728Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:58.1011910Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1153:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:58.1012789Z 1153 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2025-03-21T20:23:58.1013221Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:58.1013935Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:111:7: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2025-03-21T20:23:58.1014643Z 111 | ET_SWITCH_REAL_TYPES(tensor_type, ctx, "sub.out", CTYPE, [&]() { 2025-03-21T20:23:58.1015060Z | ^~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:58.1015876Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1149:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH’ 2025-03-21T20:23:58.1016674Z 1149 | ET_INTERNAL_SWITCH( \ 2025-03-21T20:23:58.1017082Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:58.1017881Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:973:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2025-03-21T20:23:58.1018689Z 973 | ET_INTERNAL_SWITCH_CASE( \ 2025-03-21T20:23:58.1019098Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:58.1019970Z /pytorch/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1153:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2025-03-21T20:23:58.1021047Z 1153 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2025-03-21T20:23:58.1021474Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:58.1022303Z /pytorch/executorch/kernels/optimized/cpu/op_sub.cpp:112:9: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2025-03-21T20:23:58.1023047Z 112 | ET_SWITCH_REAL_TYPES(scalar_type, ctx, "sub.out", CTYPE_SCALAR, [&]() { 2025-03-21T20:23:58.1023501Z | ^~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:58.1024216Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:58.1025170Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:58.1025807Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:58.1026233Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:58.1026657Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:58.1027079Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:58.1027591Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:58.1028283Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:58.1028917Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.1033268Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1041254Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1049049Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1056911Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1068086Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1083062Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1094526Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1101990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1108765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1112089Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1113009Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1113619Z 94 | struct array 2025-03-21T20:23:58.1113886Z | ^~~~~ 2025-03-21T20:23:58.1114771Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:58.1115669Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.1116094Z | ^~~~~~~~ 2025-03-21T20:23:58.1120330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1129071Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1136954Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1144664Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1155822Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1170024Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1181383Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1188757Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1195474Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1198810Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1199717Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1200288Z 94 | struct array 2025-03-21T20:23:58.1200559Z | ^~~~~ 2025-03-21T20:23:58.1201444Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:58.1202274Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.1202690Z | ^~~~~~~~ 2025-03-21T20:23:58.1206894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1214695Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1222981Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1230717Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1241882Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1256203Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1267549Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1274873Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1281603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1284906Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1285799Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1286374Z 94 | struct array 2025-03-21T20:23:58.1286637Z | ^~~~~ 2025-03-21T20:23:58.1287492Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:58.1288303Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.1288706Z | ^~~~~~~~ 2025-03-21T20:23:58.1292987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1300723Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1308344Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1315962Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1327208Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1341448Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1352646Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1359915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1366512Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1369782Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1370689Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1371246Z 94 | struct array 2025-03-21T20:23:58.1371502Z | ^~~~~ 2025-03-21T20:23:58.1372428Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:58.1373198Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.1373624Z | ^~~~~~~~ 2025-03-21T20:23:58.1377791Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1385542Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1393183Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1401823Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1413761Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1428121Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1439946Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1447263Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1454086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1457432Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1458333Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1458900Z 94 | struct array 2025-03-21T20:23:58.1459171Z | ^~~~~ 2025-03-21T20:23:58.1460030Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:58.1460845Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.1461273Z | ^~~~~~~~ 2025-03-21T20:23:58.1465455Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1473225Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1480880Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1488508Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1502451Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1523122Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1539054Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1548662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1555357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1558644Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1559524Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1560085Z 94 | struct array 2025-03-21T20:23:58.1560351Z | ^~~~~ 2025-03-21T20:23:58.1561178Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:58.1561964Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.1562409Z | ^~~~~~~~ 2025-03-21T20:23:58.1566639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1574452Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1582894Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1590494Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1601526Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1615824Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1627355Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1634694Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1641335Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1644711Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1645596Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1646163Z 94 | struct array 2025-03-21T20:23:58.1646417Z | ^~~~~ 2025-03-21T20:23:58.1647251Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:58.1648033Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.1648453Z | ^~~~~~~~ 2025-03-21T20:23:58.1652709Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1660488Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1668153Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1675772Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1686967Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1701495Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1712681Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1720012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1726877Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1730182Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1731065Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1731633Z 94 | struct array 2025-03-21T20:23:58.1731987Z | ^~~~~ 2025-03-21T20:23:58.1732461Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:58.1733185Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:58.1733845Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:58.1734530Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:58.1735395Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:58.1736156Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:58.1736783Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.1738124Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:58.1739001Z 379 | unsigned short x; 2025-03-21T20:23:58.1739268Z | ^ 2025-03-21T20:23:58.1739584Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:58.1739971Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:58.1740384Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:58.1740801Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:58.1741292Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:58.1741978Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:58.1742602Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.1746899Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1754661Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1762269Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1770392Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1782885Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1797519Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1816670Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1830606Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1843459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1849630Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1851075Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1851641Z 94 | struct array 2025-03-21T20:23:58.1852019Z | ^~~~~ 2025-03-21T20:23:58.1852856Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:58.1853736Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.1854162Z | ^~~~~~~~ 2025-03-21T20:23:58.1858420Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1868116Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1882185Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1890018Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.1901396Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.1916149Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.1928627Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.1936741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.1943990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, const Tensor&, bool, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:23:58.1947850Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:49:3: required from here 2025-03-21T20:23:58.1948881Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.1949571Z 94 | struct array 2025-03-21T20:23:58.1949863Z | ^~~~~ 2025-03-21T20:23:58.1950436Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:58.1951282Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:58.1951986Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:58.1952823Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:58.1953581Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:58.1954209Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.1955431Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:58.1956281Z 87 | uint16_t x; 2025-03-21T20:23:58.1956516Z | ^ 2025-03-21T20:23:58.1956811Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:58.1957192Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:58.1957603Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:58.1958106Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:58.1958618Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:58.1959442Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:58.1960205Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.1964748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.1972883Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.1980942Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.1992696Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2004310Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2018398Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2029849Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2037316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2043936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2047345Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2048280Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2048871Z 94 | struct array 2025-03-21T20:23:58.2049138Z | ^~~~~ 2025-03-21T20:23:58.2050043Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:58.2050891Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2051312Z | ^~~~~~~~ 2025-03-21T20:23:58.2055533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2063240Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2070798Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2078797Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2089663Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2103763Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2114845Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2122249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2128976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2132326Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2133285Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2133874Z 94 | struct array 2025-03-21T20:23:58.2134152Z | ^~~~~ 2025-03-21T20:23:58.2135019Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:58.2135848Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2136274Z | ^~~~~~~~ 2025-03-21T20:23:58.2140390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2148014Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2155547Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2163082Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2173986Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2187911Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2198970Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2206159Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2212711Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2215958Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2216845Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2217467Z 94 | struct array 2025-03-21T20:23:58.2217731Z | ^~~~~ 2025-03-21T20:23:58.2218604Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:58.2219424Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2219881Z | ^~~~~~~~ 2025-03-21T20:23:58.2224314Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2231913Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2239356Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2246810Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2258171Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2271966Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2282948Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2290176Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2296740Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2299974Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2300851Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2301409Z 94 | struct array 2025-03-21T20:23:58.2301676Z | ^~~~~ 2025-03-21T20:23:58.2302471Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:58.2303238Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2303662Z | ^~~~~~~~ 2025-03-21T20:23:58.2307765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2315421Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2323418Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2330948Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2341939Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2355871Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2366898Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2374115Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2380713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2383959Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2385505Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2386499Z 94 | struct array 2025-03-21T20:23:58.2386891Z | ^~~~~ 2025-03-21T20:23:58.2388127Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:58.2388938Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2389357Z | ^~~~~~~~ 2025-03-21T20:23:58.2393488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2401075Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2408597Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2416197Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2427016Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2440924Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2452042Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2459233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2465707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2468942Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2469825Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2470396Z 94 | struct array 2025-03-21T20:23:58.2470666Z | ^~~~~ 2025-03-21T20:23:58.2471476Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:58.2472309Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2472737Z | ^~~~~~~~ 2025-03-21T20:23:58.2476858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2484507Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2492094Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2499551Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2510253Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2524287Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2535438Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2555726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2562598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2565857Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2566744Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2567313Z 94 | struct array 2025-03-21T20:23:58.2567575Z | ^~~~~ 2025-03-21T20:23:58.2568406Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:58.2569201Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2569607Z | ^~~~~~~~ 2025-03-21T20:23:58.2573826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2581508Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2589035Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2596537Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2607353Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2621680Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2632746Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2639962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2646504Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::Half; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2649745Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2650634Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2651208Z 94 | struct array 2025-03-21T20:23:58.2651462Z | ^~~~~ 2025-03-21T20:23:58.2652044Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:23:58.2652799Z from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:23:58.2653471Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:23:58.2654165Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:58.2654926Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:58.2655671Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:58.2656286Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.2657512Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:379:18: note: and the implicitly-defined constructor does not initialize ‘short unsigned int c10::Half::x’ 2025-03-21T20:23:58.2658388Z 379 | unsigned short x; 2025-03-21T20:23:58.2658651Z | ^ 2025-03-21T20:23:58.2658964Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:58.2659349Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:58.2659760Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:58.2660179Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:58.2660678Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:58.2661358Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:11, 2025-03-21T20:23:58.2661983Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.2666239Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2673815Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2681314Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2688905Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2699861Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2713815Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2725202Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2732591Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2739118Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2742345Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2743219Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2743822Z 94 | struct array 2025-03-21T20:23:58.2744139Z | ^~~~~ 2025-03-21T20:23:58.2744964Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:58.2745741Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2746156Z | ^~~~~~~~ 2025-03-21T20:23:58.2750281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2757948Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2765515Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2773123Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2784047Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2798019Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2809110Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2816438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.2823260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = c10::BFloat16; const char* op_name = (& op_name); Op = torch::executor::native::copy_(executorch::runtime::KernelRuntimeContext&, torch::executor::native::Tensor&, const Tensor&, bool)::::::]’ 2025-03-21T20:23:58.2826553Z /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:82:3: required from here 2025-03-21T20:23:58.2827475Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2828060Z 94 | struct array 2025-03-21T20:23:58.2828325Z | ^~~~~ 2025-03-21T20:23:58.2828810Z In file included from /pytorch/executorch/../executorch/runtime/core/portable_type/bfloat16.h:11, 2025-03-21T20:23:58.2829523Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:35, 2025-03-21T20:23:58.2830216Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/delinearize_index.h:11, 2025-03-21T20:23:58.2830983Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_indexes_range.h:17, 2025-03-21T20:23:58.2831735Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/broadcast_util.h:12, 2025-03-21T20:23:58.2832358Z from /pytorch/executorch/kernels/portable/cpu/op_copy.cpp:11: 2025-03-21T20:23:58.2833563Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h:87:12: note: and the implicitly-defined constructor does not initialize ‘uint16_t c10::BFloat16::x’ 2025-03-21T20:23:58.2834407Z 87 | uint16_t x; 2025-03-21T20:23:58.2834663Z | ^ 2025-03-21T20:23:58.2835304Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:58.2836621Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:58.2837414Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:58.2837847Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:58.2838251Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:58.2838669Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:58.2839228Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/c10/util/irange.h:7, 2025-03-21T20:23:58.2839961Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:58.2840597Z from /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:8: 2025-03-21T20:23:58.2846039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2857305Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.2868304Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.2878352Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.2892783Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.2918849Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.2945053Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.2963563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:58.2974493Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.2978944Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:23:58.2979969Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.2980559Z 94 | struct array 2025-03-21T20:23:58.2980828Z | ^~~~~ 2025-03-21T20:23:58.2981735Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:23:58.2982635Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.2983057Z | ^~~~~~~~ 2025-03-21T20:23:58.2988363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.2998482Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.3008352Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.3018487Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.3033002Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.3051475Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.3066010Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.3075647Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:58.3084593Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.3089024Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:23:58.3089935Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.3090519Z 94 | struct array 2025-03-21T20:23:58.3090783Z | ^~~~~ 2025-03-21T20:23:58.3091667Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:23:58.3092559Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.3092991Z | ^~~~~~~~ 2025-03-21T20:23:58.3098319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.3108928Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.3119635Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.3130256Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.3145856Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.3164288Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.3181058Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.3192358Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:58.3206875Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.3213846Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:23:58.3215334Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.3216035Z 94 | struct array 2025-03-21T20:23:58.3216301Z | ^~~~~ 2025-03-21T20:23:58.3217203Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:23:58.3218286Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.3218701Z | ^~~~~~~~ 2025-03-21T20:23:58.3224427Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.3236147Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.3246509Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.3257663Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.3276579Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.3295121Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.3313316Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.3324102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:58.3333121Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.3337582Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:23:58.3338467Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.3339253Z 94 | struct array 2025-03-21T20:23:58.3339530Z | ^~~~~ 2025-03-21T20:23:58.3340364Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:23:58.3341533Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.3342246Z | ^~~~~~~~ 2025-03-21T20:23:58.3352011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.3371124Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.3389314Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.3401886Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.3416201Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.3434862Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.3454545Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.3471087Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:58.3486279Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.3494033Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:23:58.3495583Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.3496628Z 94 | struct array 2025-03-21T20:23:58.3497115Z | ^~~~~ 2025-03-21T20:23:58.3498577Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:23:58.3499957Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.3500631Z | ^~~~~~~~ 2025-03-21T20:23:58.3509626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.3527294Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.3544255Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.3561256Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.3585950Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.3617645Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.3642394Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.3659159Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:58.3676086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.3684651Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:23:58.3686174Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.3687149Z 94 | struct array 2025-03-21T20:23:58.3687529Z | ^~~~~ 2025-03-21T20:23:58.3688742Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:23:58.3689529Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.3690066Z | ^~~~~~~~ 2025-03-21T20:23:58.3695547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.3705583Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.3715303Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.3725390Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.3739755Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.3758041Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.3772333Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.3781963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:58.3790837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.3795283Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:23:58.3796172Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.3796743Z 94 | struct array 2025-03-21T20:23:58.3797010Z | ^~~~~ 2025-03-21T20:23:58.3797848Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:23:58.3798639Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.3799053Z | ^~~~~~~~ 2025-03-21T20:23:58.3804369Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.3814406Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.3824723Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.3834618Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.3848810Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.5698091Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.5726658Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.5746271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:23:58.5764006Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::opt_where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.5772912Z /pytorch/executorch/kernels/optimized/cpu/op_where.cpp:73:5: required from here 2025-03-21T20:23:58.5774680Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.5775715Z 94 | struct array 2025-03-21T20:23:58.5776156Z | ^~~~~ 2025-03-21T20:23:58.5777699Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:23:58.5779167Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.5779884Z | ^~~~~~~~ 2025-03-21T20:23:58.5780803Z [ 42%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:23:58.5782131Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:58.5783871Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:58.5785746Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:58.5787717Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:58.5789595Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:58.5790764Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:58.5791519Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:58.5792249Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:58.5793047Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:58.5793934Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:58.5795168Z from /pytorch/executorch/kernels/portable/cpu/op_div.cpp:9: 2025-03-21T20:23:58.5804236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.5822484Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.5839724Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.5855432Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.5869805Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.5876896Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:23:58.5878590Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.5879649Z 94 | struct array 2025-03-21T20:23:58.5880108Z | ^~~~~ 2025-03-21T20:23:58.5881673Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:58.5883126Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.5883879Z | ^~~~~~~~ 2025-03-21T20:23:58.5892986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.5909281Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.5926726Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.5942804Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.5957285Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.5964415Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:23:58.5966101Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.5967150Z 94 | struct array 2025-03-21T20:23:58.5967610Z | ^~~~~ 2025-03-21T20:23:58.5969169Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:58.5970640Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.5971392Z | ^~~~~~~~ 2025-03-21T20:23:58.5980957Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.5998881Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6016372Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6033716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.6049164Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6056757Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.6058547Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6059652Z 94 | struct array 2025-03-21T20:23:58.6060123Z | ^~~~~ 2025-03-21T20:23:58.6061782Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:58.6063404Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6064170Z | ^~~~~~~~ 2025-03-21T20:23:58.6073522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6091482Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6109859Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6126869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.6142389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6150035Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.6151779Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6152844Z 94 | struct array 2025-03-21T20:23:58.6153293Z | ^~~~~ 2025-03-21T20:23:58.6154997Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:58.6156572Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6157295Z | ^~~~~~~~ 2025-03-21T20:23:58.6166694Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6184289Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6202388Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6219201Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.6238114Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6245736Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.6247451Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6248457Z 94 | struct array 2025-03-21T20:23:58.6248903Z | ^~~~~ 2025-03-21T20:23:58.6250493Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:58.6252068Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6252796Z | ^~~~~~~~ 2025-03-21T20:23:58.6262154Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6277354Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6286629Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6295281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.6302997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6306817Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.6307694Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6308238Z 94 | struct array 2025-03-21T20:23:58.6308506Z | ^~~~~ 2025-03-21T20:23:58.6309318Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:58.6310089Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6310512Z | ^~~~~~~~ 2025-03-21T20:23:58.6315302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6324599Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6333885Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6342432Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.6350221Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6354050Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.6354950Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6355516Z 94 | struct array 2025-03-21T20:23:58.6355793Z | ^~~~~ 2025-03-21T20:23:58.6356651Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:58.6357466Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6357900Z | ^~~~~~~~ 2025-03-21T20:23:58.6362747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6371830Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6381092Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6389654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.6397412Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6401189Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.6402063Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6402609Z 94 | struct array 2025-03-21T20:23:58.6402875Z | ^~~~~ 2025-03-21T20:23:58.6403699Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:58.6404482Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6404902Z | ^~~~~~~~ 2025-03-21T20:23:58.6409679Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6418813Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6428149Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6436869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.6444606Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6448548Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.6449437Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6450002Z 94 | struct array 2025-03-21T20:23:58.6450254Z | ^~~~~ 2025-03-21T20:23:58.6451090Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:58.6451968Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6452401Z | ^~~~~~~~ 2025-03-21T20:23:58.6456461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6463756Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6471215Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6478085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.6484476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6487700Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:23:58.6488567Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6489128Z 94 | struct array 2025-03-21T20:23:58.6489393Z | ^~~~~ 2025-03-21T20:23:58.6490223Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:58.6491008Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6491426Z | ^~~~~~~~ 2025-03-21T20:23:58.6495464Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6502720Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6510226Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6517117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.6523910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6527069Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:23:58.6527950Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6528510Z 94 | struct array 2025-03-21T20:23:58.6528770Z | ^~~~~ 2025-03-21T20:23:58.6529589Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:58.6530364Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6530773Z | ^~~~~~~~ 2025-03-21T20:23:58.6535145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6543150Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6551296Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6558733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.6565628Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6569046Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:58.6569960Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6570603Z 94 | struct array 2025-03-21T20:23:58.6570871Z | ^~~~~ 2025-03-21T20:23:58.6571860Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:58.6572747Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6573153Z | ^~~~~~~~ 2025-03-21T20:23:58.6577740Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6585910Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6594708Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6602574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.6610120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6614116Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:58.6615067Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6615753Z 94 | struct array 2025-03-21T20:23:58.6616075Z | ^~~~~ 2025-03-21T20:23:58.6617038Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:58.6617980Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6618406Z | ^~~~~~~~ 2025-03-21T20:23:58.6623284Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6631803Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6640339Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6648058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.6659277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6663087Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:58.6664044Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6664626Z 94 | struct array 2025-03-21T20:23:58.6664891Z | ^~~~~ 2025-03-21T20:23:58.6665758Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:58.6666572Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6667029Z | ^~~~~~~~ 2025-03-21T20:23:58.6671357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6679957Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6688421Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6696180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.6703346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6706802Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:58.6707721Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6708274Z 94 | struct array 2025-03-21T20:23:58.6708550Z | ^~~~~ 2025-03-21T20:23:58.6709359Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:58.6710154Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6710577Z | ^~~~~~~~ 2025-03-21T20:23:58.6717579Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6727679Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6735728Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6743063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.6750100Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6753574Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:58.6754458Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6755036Z 94 | struct array 2025-03-21T20:23:58.6755302Z | ^~~~~ 2025-03-21T20:23:58.6756156Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:58.6756963Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6757377Z | ^~~~~~~~ 2025-03-21T20:23:58.6761619Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.6769387Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6777444Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.6784787Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.6791732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.6795128Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:58.6795999Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.6796560Z 94 | struct array 2025-03-21T20:23:58.6796818Z | ^~~~~ 2025-03-21T20:23:58.6797643Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:58.6798424Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.6798839Z | ^~~~~~~~ 2025-03-21T20:23:58.9242004Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.9257466Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.9267871Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:58.9275200Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:58.9282135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.9285536Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:58.9286473Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.9287036Z 94 | struct array 2025-03-21T20:23:58.9287303Z | ^~~~~ 2025-03-21T20:23:58.9288146Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:58.9288965Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.9289381Z | ^~~~~~~~ 2025-03-21T20:23:58.9290070Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:58.9290994Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:58.9292084Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:58.9293035Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:58.9293668Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:58.9294087Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:58.9294503Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:58.9294909Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:58.9295419Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:58.9296007Z from /pytorch/executorch/kernels/portable/cpu/op_div.cpp:9: 2025-03-21T20:23:58.9300625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.9309032Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.9317357Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.9325955Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.9338111Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.9354218Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.9366441Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.9374656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.9381932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.9385523Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:23:58.9386408Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.9386980Z 94 | struct array 2025-03-21T20:23:58.9387245Z | ^~~~~ 2025-03-21T20:23:58.9388068Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:58.9388892Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.9389341Z | ^~~~~~~~ 2025-03-21T20:23:58.9394862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.9403875Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.9412332Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.9421285Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.9433326Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.9448735Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.9460938Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.9469093Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.9476400Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.9479939Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:60:3: required from here 2025-03-21T20:23:58.9480824Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.9481382Z 94 | struct array 2025-03-21T20:23:58.9481646Z | ^~~~~ 2025-03-21T20:23:58.9482460Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:58.9483236Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.9483652Z | ^~~~~~~~ 2025-03-21T20:23:58.9488486Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.9497710Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.9506640Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.9515450Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.9528532Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.9545270Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.9558231Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.9567003Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.9574871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.9578704Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.9579617Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.9580213Z 94 | struct array 2025-03-21T20:23:58.9580484Z | ^~~~~ 2025-03-21T20:23:58.9581392Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:58.9582238Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.9582709Z | ^~~~~~~~ 2025-03-21T20:23:58.9587549Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.9596830Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.9605834Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.9614730Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.9627896Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.9644384Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.9657372Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.9666138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.9673922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.9677711Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.9678618Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.9679242Z 94 | struct array 2025-03-21T20:23:58.9679534Z | ^~~~~ 2025-03-21T20:23:58.9680406Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:58.9681231Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.9681648Z | ^~~~~~~~ 2025-03-21T20:23:58.9686565Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.9695991Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.9704973Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.9716714Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.9729855Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.9749660Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.9764906Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.9774161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.9783153Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.9787002Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.9787978Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.9788755Z 94 | struct array 2025-03-21T20:23:58.9789046Z | ^~~~~ 2025-03-21T20:23:58.9790101Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:58.9790979Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.9791451Z | ^~~~~~~~ 2025-03-21T20:23:58.9796829Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.9806508Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.9816113Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.9825677Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.9839642Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.9857078Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.9869927Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.9878546Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:58.9886621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:58.9890424Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:58.9891314Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:58.9891934Z 94 | struct array 2025-03-21T20:23:58.9892191Z | ^~~~~ 2025-03-21T20:23:58.9893004Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:58.9893773Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:58.9894190Z | ^~~~~~~~ 2025-03-21T20:23:58.9909881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:58.9921103Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:58.9930722Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:58.9940039Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:58.9953298Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:58.9970750Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:58.9984759Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:58.9993580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.0002222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0006493Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:59.0007555Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0008318Z 94 | struct array 2025-03-21T20:23:59.0008614Z | ^~~~~ 2025-03-21T20:23:59.0009617Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:59.0010544Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0010970Z | ^~~~~~~~ 2025-03-21T20:23:59.0016137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0025514Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0034348Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0043714Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0056838Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0076375Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0090150Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0099875Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.0108499Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0112410Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:59.0113373Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0113991Z 94 | struct array 2025-03-21T20:23:59.0114265Z | ^~~~~ 2025-03-21T20:23:59.0115153Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:59.0115980Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0116389Z | ^~~~~~~~ 2025-03-21T20:23:59.0121810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0132065Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0141505Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0150343Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0164974Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0182700Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0195567Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0204220Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.0212052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_out_mode(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0215817Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:124:3: required from here 2025-03-21T20:23:59.0216764Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0217408Z 94 | struct array 2025-03-21T20:23:59.0217726Z | ^~~~~ 2025-03-21T20:23:59.0218618Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:59.0219465Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0219962Z | ^~~~~~~~ 2025-03-21T20:23:59.0225039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0234443Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0242555Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0250601Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0261687Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0276528Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0292582Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0300142Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.0306594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0309781Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:23:59.0310677Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0311297Z 94 | struct array 2025-03-21T20:23:59.0311572Z | ^~~~~ 2025-03-21T20:23:59.0312446Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:59.0313225Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0313647Z | ^~~~~~~~ 2025-03-21T20:23:59.0317632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0325781Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0334178Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0341870Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0352535Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0366014Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0377029Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0384592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.0391236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0394497Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:189:3: required from here 2025-03-21T20:23:59.0395387Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0395935Z 94 | struct array 2025-03-21T20:23:59.0396203Z | ^~~~~ 2025-03-21T20:23:59.0397070Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:59.0397846Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0398266Z | ^~~~~~~~ 2025-03-21T20:23:59.0402597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0413341Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0428701Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0443524Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0465267Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0486936Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0502016Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0513860Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.0522023Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0525769Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:59.0526834Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0527446Z 94 | struct array 2025-03-21T20:23:59.0527751Z | ^~~~~ 2025-03-21T20:23:59.0528722Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:59.0529622Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0530083Z | ^~~~~~~~ 2025-03-21T20:23:59.0534948Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0543624Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0552860Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0561298Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0573607Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0588969Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0601008Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0610051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.0617360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0621031Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:59.0621960Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0622551Z 94 | struct array 2025-03-21T20:23:59.0622826Z | ^~~~~ 2025-03-21T20:23:59.0623719Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:59.0624563Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0624982Z | ^~~~~~~~ 2025-03-21T20:23:59.0629238Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0637233Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0645086Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0653663Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0665167Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0679676Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0691139Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0699163Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.0706041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0709435Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:59.0710329Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0710910Z 94 | struct array 2025-03-21T20:23:59.0711179Z | ^~~~~ 2025-03-21T20:23:59.0712042Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:59.0712842Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0713293Z | ^~~~~~~~ 2025-03-21T20:23:59.0717557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0725626Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0733555Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0741298Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0752581Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0766965Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0778439Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0786120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.0793024Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0796437Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:59.0797337Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0797875Z 94 | struct array 2025-03-21T20:23:59.0798136Z | ^~~~~ 2025-03-21T20:23:59.0798939Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:59.0799702Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0800121Z | ^~~~~~~~ 2025-03-21T20:23:59.0804379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0812435Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0820260Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0828349Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0840198Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0854813Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0866244Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0873961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.0880862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0884256Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:59.0885147Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0885712Z 94 | struct array 2025-03-21T20:23:59.0885973Z | ^~~~~ 2025-03-21T20:23:59.0886828Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:59.0887638Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0888046Z | ^~~~~~~~ 2025-03-21T20:23:59.0892444Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0900323Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0908150Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.0915892Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.0927357Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.0942301Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.0953919Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.0961676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.0968522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.0972003Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:59.0972894Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.0973463Z 94 | struct array 2025-03-21T20:23:59.0973720Z | ^~~~~ 2025-03-21T20:23:59.0974553Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:59.0975337Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.0975766Z | ^~~~~~~~ 2025-03-21T20:23:59.0980041Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.0987951Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.0995789Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.1003556Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.1015014Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.1030052Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::, std::__invoke_result >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.1041515Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.1049251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.1056238Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::div_scalar_mode_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::aten::optional >, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.1059631Z /pytorch/executorch/kernels/portable/cpu/op_div.cpp:255:3: required from here 2025-03-21T20:23:59.1060511Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1061075Z 94 | struct array 2025-03-21T20:23:59.1061345Z | ^~~~~ 2025-03-21T20:23:59.1062162Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:59.1062946Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1063397Z | ^~~~~~~~ 2025-03-21T20:23:59.1064077Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:59.1064656Z [ 44%] Built target optimized_kernels 2025-03-21T20:23:59.1065363Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:59.1066323Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:59.1066958Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:59.1067344Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:59.1067759Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:59.1068171Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:59.1068680Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:59.1069364Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:59.1069987Z from /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:9: 2025-03-21T20:23:59.1073662Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1080283Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1087028Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1093180Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.1098802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:59.1103249Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1105176Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.1106081Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1106656Z 94 | struct array 2025-03-21T20:23:59.1106922Z | ^~~~~ 2025-03-21T20:23:59.1107815Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:59.1108693Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1109113Z | ^~~~~~~~ 2025-03-21T20:23:59.1112685Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1119163Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1126014Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1132226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.1137731Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:59.1142241Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1144165Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.1145059Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1145637Z 94 | struct array 2025-03-21T20:23:59.1145902Z | ^~~~~ 2025-03-21T20:23:59.1146778Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:59.1147602Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1148021Z | ^~~~~~~~ 2025-03-21T20:23:59.1151571Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1157994Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1164547Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1170465Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.1176337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:59.1180747Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1183450Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.1184382Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1184939Z 94 | struct array 2025-03-21T20:23:59.1185206Z | ^~~~~ 2025-03-21T20:23:59.1186071Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:59.1186881Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1187375Z | ^~~~~~~~ 2025-03-21T20:23:59.1190786Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1197612Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1204689Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1210979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.1216505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:59.1221225Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1223294Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.1224192Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1224752Z 94 | struct array 2025-03-21T20:23:59.1225027Z | ^~~~~ 2025-03-21T20:23:59.1225898Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:59.1226673Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1227096Z | ^~~~~~~~ 2025-03-21T20:23:59.1230986Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1238030Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1244832Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1250830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.1256407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:59.1260868Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1262867Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.1263753Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1264329Z 94 | struct array 2025-03-21T20:23:59.1264593Z | ^~~~~ 2025-03-21T20:23:59.1265458Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:59.1266311Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1266717Z | ^~~~~~~~ 2025-03-21T20:23:59.1270218Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1276700Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1283325Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1289533Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.1296109Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:59.1302684Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1305487Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.1306692Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1307561Z 94 | struct array 2025-03-21T20:23:59.1307884Z | ^~~~~ 2025-03-21T20:23:59.1309002Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:59.1310133Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1310724Z | ^~~~~~~~ 2025-03-21T20:23:59.1315687Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1324838Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1334196Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1342216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.1347580Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:59.1352112Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1354059Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.1354953Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1355532Z 94 | struct array 2025-03-21T20:23:59.1355802Z | ^~~~~ 2025-03-21T20:23:59.1356642Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:59.1357454Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1357872Z | ^~~~~~~~ 2025-03-21T20:23:59.1361303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1367565Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1374677Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1380439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.1385792Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:59.1390160Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1392084Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.1392950Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1393495Z 94 | struct array 2025-03-21T20:23:59.1393760Z | ^~~~~ 2025-03-21T20:23:59.1394569Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:59.1395383Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1395794Z | ^~~~~~~~ 2025-03-21T20:23:59.1400047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1407803Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1415877Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1423461Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.1430346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.1435364Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1437350Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.1438266Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1438844Z 94 | struct array 2025-03-21T20:23:59.1439106Z | ^~~~~ 2025-03-21T20:23:59.1440008Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:59.1440854Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1441271Z | ^~~~~~~~ 2025-03-21T20:23:59.1445572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1453379Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1461329Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1468592Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.1475459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.1480467Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1482407Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.1483332Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1483915Z 94 | struct array 2025-03-21T20:23:59.1484167Z | ^~~~~ 2025-03-21T20:23:59.1485054Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:59.1485883Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1486302Z | ^~~~~~~~ 2025-03-21T20:23:59.1490528Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1498409Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1506339Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1513615Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.1520389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.1525678Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1527621Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.1528514Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1529187Z 94 | struct array 2025-03-21T20:23:59.1529440Z | ^~~~~ 2025-03-21T20:23:59.1530309Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:59.1531125Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1531598Z | ^~~~~~~~ 2025-03-21T20:23:59.1535850Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1543551Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1551408Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1558659Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.1565442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.1570421Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1572397Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.1573259Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1573808Z 94 | struct array 2025-03-21T20:23:59.1574071Z | ^~~~~ 2025-03-21T20:23:59.1574864Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:59.1575638Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1576094Z | ^~~~~~~~ 2025-03-21T20:23:59.1580310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1588030Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1595961Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1603211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.1610410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.1615672Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1617653Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.1618539Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1619165Z 94 | struct array 2025-03-21T20:23:59.1619429Z | ^~~~~ 2025-03-21T20:23:59.1620347Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:59.1621384Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1621811Z | ^~~~~~~~ 2025-03-21T20:23:59.1626267Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1634206Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1642122Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1649583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.1656633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.1661837Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1663896Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.1664845Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1665461Z 94 | struct array 2025-03-21T20:23:59.1665724Z | ^~~~~ 2025-03-21T20:23:59.1666601Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:59.1667430Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1667849Z | ^~~~~~~~ 2025-03-21T20:23:59.1672175Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.1680165Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1688619Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.1696656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.1703974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.1709231Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.1711334Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.1712270Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.1712969Z 94 | struct array 2025-03-21T20:23:59.1713277Z | ^~~~~ 2025-03-21T20:23:59.1714183Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:59.1715063Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.1715496Z | ^~~~~~~~ 2025-03-21T20:23:59.2768049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.2782921Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.2793982Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.2802123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.2809139Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.2814422Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.2816436Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.2817319Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.2817893Z 94 | struct array 2025-03-21T20:23:59.2818167Z | ^~~~~ 2025-03-21T20:23:59.2818975Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:59.2819761Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.2820181Z | ^~~~~~~~ 2025-03-21T20:23:59.2821247Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:59.2822245Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:59.2823160Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:59.2824105Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:59.2824714Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:59.2825098Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:59.2825706Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:59.2826375Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:59.2826941Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:23:59.2827789Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:23:59.2828425Z from /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:9: 2025-03-21T20:23:59.2832331Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.2839645Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.2847530Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.2855069Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.2864322Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.2877182Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.2887337Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.2897182Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.2905196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:23:59.2911598Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.2914369Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.2915594Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.2916374Z 94 | struct array 2025-03-21T20:23:59.2916721Z | ^~~~~ 2025-03-21T20:23:59.2918037Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:59.2919181Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.2919794Z | ^~~~~~~~ 2025-03-21T20:23:59.2924981Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.2934965Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.2941510Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.2948026Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.2957399Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.2969295Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.2978991Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.2986522Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.2992126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:23:59.2996550Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.2998493Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.2999398Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.2999971Z 94 | struct array 2025-03-21T20:23:59.3000237Z | ^~~~~ 2025-03-21T20:23:59.3001122Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:59.3001947Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3002368Z | ^~~~~~~~ 2025-03-21T20:23:59.3006010Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3012695Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3018881Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3026244Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3035209Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3046912Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3056502Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3062566Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.3068001Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:23:59.3072419Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3074359Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.3075247Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3075824Z 94 | struct array 2025-03-21T20:23:59.3076090Z | ^~~~~ 2025-03-21T20:23:59.3076954Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:59.3077763Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3078169Z | ^~~~~~~~ 2025-03-21T20:23:59.3081561Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3087921Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3093945Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3100144Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3108746Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3120029Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3129409Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3135397Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.3140625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:23:59.3144938Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3146874Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.3147790Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3148356Z 94 | struct array 2025-03-21T20:23:59.3148613Z | ^~~~~ 2025-03-21T20:23:59.3149467Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:59.3150241Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3150659Z | ^~~~~~~~ 2025-03-21T20:23:59.3154132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3160595Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3166735Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3173102Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3181947Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3193535Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3202927Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3208936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.3214457Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:23:59.3218854Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3220966Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.3221851Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3222425Z 94 | struct array 2025-03-21T20:23:59.3222691Z | ^~~~~ 2025-03-21T20:23:59.3223547Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:59.3224421Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3224833Z | ^~~~~~~~ 2025-03-21T20:23:59.3228333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3234714Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3240799Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3247098Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3255908Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3267356Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3276649Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3282624Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.3287951Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:23:59.3292416Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3294353Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.3295233Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3295796Z 94 | struct array 2025-03-21T20:23:59.3296047Z | ^~~~~ 2025-03-21T20:23:59.3296881Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:59.3297657Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3298078Z | ^~~~~~~~ 2025-03-21T20:23:59.3301539Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3308021Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3314127Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3320425Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3330023Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3341772Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3351084Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3357131Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.3362490Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:23:59.3366851Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3368807Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.3369706Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3370274Z 94 | struct array 2025-03-21T20:23:59.3370537Z | ^~~~~ 2025-03-21T20:23:59.3371367Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:23:59.3372217Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3372640Z | ^~~~~~~~ 2025-03-21T20:23:59.3376090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3382455Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3388500Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3394723Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3403498Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3415004Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3424414Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3430932Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.3440675Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:23:59.3445944Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3448142Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:22:65: required from here 2025-03-21T20:23:59.3449022Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3449640Z 94 | struct array 2025-03-21T20:23:59.3449954Z | ^~~~~ 2025-03-21T20:23:59.3450914Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:23:59.3451694Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3452281Z | ^~~~~~~~ 2025-03-21T20:23:59.3456804Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3465213Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3473419Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3481839Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3494035Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3509399Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3522554Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3530511Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.3537697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.3542898Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3544908Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.3545823Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3546407Z 94 | struct array 2025-03-21T20:23:59.3546668Z | ^~~~~ 2025-03-21T20:23:59.3547598Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:23:59.3548471Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3548943Z | ^~~~~~~~ 2025-03-21T20:23:59.3553344Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3561356Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3569375Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3577554Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3589582Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3604314Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3615734Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3623830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.3630695Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.3636007Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3637959Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.3638875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3639449Z 94 | struct array 2025-03-21T20:23:59.3639720Z | ^~~~~ 2025-03-21T20:23:59.3640607Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:23:59.3641451Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3642112Z | ^~~~~~~~ 2025-03-21T20:23:59.3646997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3656117Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3664557Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3673411Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3686213Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3701796Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3714236Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3722479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.3729497Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.3734935Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3736959Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.3749523Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3750381Z 94 | struct array 2025-03-21T20:23:59.3750659Z | ^~~~~ 2025-03-21T20:23:59.3751734Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:23:59.3752771Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3753257Z | ^~~~~~~~ 2025-03-21T20:23:59.3758026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3766609Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3774985Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3783447Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3799165Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3814049Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3825638Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3833337Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.3840110Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.3845088Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3847030Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.3847895Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3848447Z 94 | struct array 2025-03-21T20:23:59.3848710Z | ^~~~~ 2025-03-21T20:23:59.3849521Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:23:59.3850293Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3850700Z | ^~~~~~~~ 2025-03-21T20:23:59.3855099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3862956Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3870687Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3878365Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3889585Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3903979Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.3915419Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.3923317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.3930121Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.3935244Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.3937203Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.3938091Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.3938670Z 94 | struct array 2025-03-21T20:23:59.3938920Z | ^~~~~ 2025-03-21T20:23:59.3939778Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:23:59.3940578Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.3940993Z | ^~~~~~~~ 2025-03-21T20:23:59.3945213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.3953193Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.3960904Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.3968600Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.3979840Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.3994198Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.4005542Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.4013251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.4020104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.4025302Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.4027327Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.4028187Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.4028751Z 94 | struct array 2025-03-21T20:23:59.4029019Z | ^~~~~ 2025-03-21T20:23:59.4029844Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:23:59.4030620Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.4031036Z | ^~~~~~~~ 2025-03-21T20:23:59.4037582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.4045505Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.4053414Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.4061109Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.4072374Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.4086716Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.4098081Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.4105747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.4114439Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.4120286Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.4122487Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.4123395Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.4123976Z 94 | struct array 2025-03-21T20:23:59.4124236Z | ^~~~~ 2025-03-21T20:23:59.4125077Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:23:59.4125953Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.4126380Z | ^~~~~~~~ 2025-03-21T20:23:59.4130962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.4139463Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:23:59.4147229Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:23:59.4154936Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:23:59.4166419Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:23:59.4180785Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:23:59.9247558Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:23:59.9263017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:23:59.9276527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:23:59.9286583Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:23:59.9290386Z /pytorch/executorch/kernels/portable/cpu/op_eq.cpp:32:65: required from here 2025-03-21T20:23:59.9292134Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.9293151Z 94 | struct array 2025-03-21T20:23:59.9293600Z | ^~~~~ 2025-03-21T20:23:59.9295199Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:23:59.9296637Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.9297384Z | ^~~~~~~~ 2025-03-21T20:23:59.9298742Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:59.9300676Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:59.9302519Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:59.9304281Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:59.9306165Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:59.9307635Z [ 46%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:23:59.9309178Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:59.9310910Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:59.9312146Z [ 47%] Generating code for kernel registration 2025-03-21T20:23:59.9313474Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:59.9315306Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:59.9317059Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:59.9318160Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:23:59.9318844Z from /usr/include/c++/9/functional:54, 2025-03-21T20:23:59.9319558Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:23:59.9320267Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:23:59.9321344Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:23:59.9322451Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:23:59.9323705Z from /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:9: 2025-03-21T20:23:59.9333031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.9349900Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9367213Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9382525Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.9390826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.9394504Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:59.9395468Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.9396079Z 94 | struct array 2025-03-21T20:23:59.9396348Z | ^~~~~ 2025-03-21T20:23:59.9397325Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:23:59.9398181Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.9398612Z | ^~~~~~~~ 2025-03-21T20:23:59.9403198Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.9411595Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9420834Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9429081Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.9436479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.9440201Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:59.9441149Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.9441749Z 94 | struct array 2025-03-21T20:23:59.9442012Z | ^~~~~ 2025-03-21T20:23:59.9442907Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:23:59.9443742Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.9444229Z | ^~~~~~~~ 2025-03-21T20:23:59.9448846Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.9457349Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9466105Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9474260Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.9481720Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.9485357Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:59.9486293Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.9486873Z 94 | struct array 2025-03-21T20:23:59.9487132Z | ^~~~~ 2025-03-21T20:23:59.9487998Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:23:59.9488818Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.9489243Z | ^~~~~~~~ 2025-03-21T20:23:59.9493923Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.9502229Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9510995Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9519086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.9526725Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.9530353Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:59.9531265Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.9531963Z 94 | struct array 2025-03-21T20:23:59.9532225Z | ^~~~~ 2025-03-21T20:23:59.9533046Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:23:59.9533819Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.9534246Z | ^~~~~~~~ 2025-03-21T20:23:59.9538813Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.9547261Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9556052Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9564146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.9571543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.9575257Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:59.9576189Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.9576768Z 94 | struct array 2025-03-21T20:23:59.9577071Z | ^~~~~ 2025-03-21T20:23:59.9577934Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:23:59.9578749Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.9579178Z | ^~~~~~~~ 2025-03-21T20:23:59.9583732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:23:59.9592048Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9600777Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:23:59.9608904Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:23:59.9616306Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:23:59.9619921Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:23:59.9621290Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:23:59.9622030Z 94 | struct array 2025-03-21T20:23:59.9622357Z | ^~~~~ 2025-03-21T20:23:59.9623507Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:23:59.9624695Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:23:59.9625328Z | ^~~~~~~~ 2025-03-21T20:24:00.0361893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.0379422Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.0397102Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.0413531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.0428595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.0436056Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:24:00.0437854Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.0438922Z 94 | struct array 2025-03-21T20:24:00.0439393Z | ^~~~~ 2025-03-21T20:24:00.0441100Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:00.0442614Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.0443370Z | ^~~~~~~~ 2025-03-21T20:24:00.0444770Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:00.0446578Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:00.0447824Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:00.0448520Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:00.0449271Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:00.0450025Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:00.0450969Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:00.0452179Z from /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:11: 2025-03-21T20:24:00.0461597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.0478327Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.0496013Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.0512420Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.0527385Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.0534905Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:24:00.0536641Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.0537698Z 94 | struct array 2025-03-21T20:24:00.0538149Z | ^~~~~ 2025-03-21T20:24:00.0539753Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:00.0541266Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.0542014Z | ^~~~~~~~ 2025-03-21T20:24:00.0551029Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.0567954Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.0585638Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.0601875Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.0616697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.0624406Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:24:00.0626116Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.0627351Z 94 | struct array 2025-03-21T20:24:00.0627820Z | ^~~~~ 2025-03-21T20:24:00.0629430Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:00.0630905Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.0631651Z | ^~~~~~~~ 2025-03-21T20:24:00.0639688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.0654508Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.0669512Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.0683327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.0696336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.0702739Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:24:00.0704492Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.0705549Z 94 | struct array 2025-03-21T20:24:00.0706013Z | ^~~~~ 2025-03-21T20:24:00.0707618Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:00.0709128Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.0709887Z | ^~~~~~~~ 2025-03-21T20:24:00.0717894Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.0732805Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.2470604Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.2484776Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.2497572Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.2503931Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:24:00.2505650Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.2506704Z 94 | struct array 2025-03-21T20:24:00.2507161Z | ^~~~~ 2025-03-21T20:24:00.2508882Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:00.2510379Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.2511185Z | ^~~~~~~~ 2025-03-21T20:24:00.2512658Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:00.2514564Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:00.2516400Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:00.2517760Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:00.2518467Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:00.2519211Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:00.2519952Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:00.2521142Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:00.2522454Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:00.2523704Z from /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:9: 2025-03-21T20:24:00.2533186Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.2550382Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.2567247Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.2584342Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.2609115Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.2640870Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.2665883Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.2682543Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.2697498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.2704939Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:24:00.2706878Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.2707942Z 94 | struct array 2025-03-21T20:24:00.2708381Z | ^~~~~ 2025-03-21T20:24:00.2710115Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:00.2711714Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.2712447Z | ^~~~~~~~ 2025-03-21T20:24:00.2721671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.2738909Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.2755686Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.2773316Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.2797966Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.2829595Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.2854332Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.2870903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.2885768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.2893248Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:24:00.2895106Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.2896210Z 94 | struct array 2025-03-21T20:24:00.2896650Z | ^~~~~ 2025-03-21T20:24:00.2898336Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:00.2899925Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.2900661Z | ^~~~~~~~ 2025-03-21T20:24:00.2909703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.2926913Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.2943751Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.2960434Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.2984742Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.3016057Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.3041037Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.3057885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.3072707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.3080062Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:24:00.3081875Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.3082946Z 94 | struct array 2025-03-21T20:24:00.3083410Z | ^~~~~ 2025-03-21T20:24:00.3085071Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:00.3086605Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.3087358Z | ^~~~~~~~ 2025-03-21T20:24:00.3096421Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.3113160Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.3125606Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.3134170Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.3146376Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.3161917Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.3174176Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.3182454Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.3189753Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.3193405Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:24:00.3194319Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.3194899Z 94 | struct array 2025-03-21T20:24:00.3195172Z | ^~~~~ 2025-03-21T20:24:00.3195985Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:00.3196760Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.3197184Z | ^~~~~~~~ 2025-03-21T20:24:00.3201749Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.3210272Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.3218725Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.3227410Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.3239611Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.3255261Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.3267507Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.3275774Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.3283144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.3286778Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:24:00.3287708Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.3288310Z 94 | struct array 2025-03-21T20:24:00.3288583Z | ^~~~~ 2025-03-21T20:24:00.3289445Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:00.3290285Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.3290709Z | ^~~~~~~~ 2025-03-21T20:24:00.3295323Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.3303737Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.3312163Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.3320701Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.3332987Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.3348668Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.3360878Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.3369091Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.3376594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.3380224Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:24:00.3381143Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.3381707Z 94 | struct array 2025-03-21T20:24:00.3381970Z | ^~~~~ 2025-03-21T20:24:00.3382802Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:00.3383586Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.3384048Z | ^~~~~~~~ 2025-03-21T20:24:00.3388635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.3397080Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.3405496Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.3413902Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.4373269Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.4389515Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.4402620Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.4410920Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.4419083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::floor_divide_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.4425300Z /pytorch/executorch/kernels/portable/cpu/op_floor_divide.cpp:55:3: required from here 2025-03-21T20:24:00.4426749Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.4427528Z 94 | struct array 2025-03-21T20:24:00.4427885Z | ^~~~~ 2025-03-21T20:24:00.4429052Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:00.4430145Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.4430743Z | ^~~~~~~~ 2025-03-21T20:24:00.4431781Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:00.4433536Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:00.4434883Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:00.4435823Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:00.4436357Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:00.4436981Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:00.4437558Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:00.4438268Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:00.4439126Z from /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:11: 2025-03-21T20:24:00.4446366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.4459451Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.4474524Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.4483014Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.4502302Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.4533237Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.4557324Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.4573697Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.4588058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.4595008Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:24:00.4596725Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.4597892Z 94 | struct array 2025-03-21T20:24:00.4598362Z | ^~~~~ 2025-03-21T20:24:00.4600019Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:00.4601446Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.4602193Z | ^~~~~~~~ 2025-03-21T20:24:00.4610857Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.4625990Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.4634606Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.4643037Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.4655280Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.4670855Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.4683060Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.4691487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.4699283Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.4702879Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:57:3: required from here 2025-03-21T20:24:00.4703772Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.4704335Z 94 | struct array 2025-03-21T20:24:00.4704617Z | ^~~~~ 2025-03-21T20:24:00.4705527Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:00.4706371Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.4706806Z | ^~~~~~~~ 2025-03-21T20:24:00.4710856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.4718311Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.4726233Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.4734199Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.4744572Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.4758135Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.4768898Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.4776059Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.4782422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.4785608Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:24:00.4786501Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.4787080Z 94 | struct array 2025-03-21T20:24:00.4787406Z | ^~~~~ 2025-03-21T20:24:00.4788254Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:00.4789035Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.4789459Z | ^~~~~~~~ 2025-03-21T20:24:00.4793605Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.4801025Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:00.4808125Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:00.4815488Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:00.4826205Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:00.6470734Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:00.6481916Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:00.6489099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.6495655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::fmod_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:00.6499203Z /pytorch/executorch/kernels/portable/cpu/op_fmod.cpp:132:3: required from here 2025-03-21T20:24:00.6500138Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6500710Z 94 | struct array 2025-03-21T20:24:00.6500986Z | ^~~~~ 2025-03-21T20:24:00.6501823Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:00.6502619Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6503037Z | ^~~~~~~~ 2025-03-21T20:24:00.6503722Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:00.6504702Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:00.6505383Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:00.6505776Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:00.6506191Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:00.6506615Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:00.6507127Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:00.6507825Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:00.6508460Z from /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:9: 2025-03-21T20:24:00.6512161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6518891Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6525939Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6532212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.6537783Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:00.6542261Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6545240Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:00.6546595Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6547212Z 94 | struct array 2025-03-21T20:24:00.6547486Z | ^~~~~ 2025-03-21T20:24:00.6548407Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:00.6549258Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6549799Z | ^~~~~~~~ 2025-03-21T20:24:00.6553416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6560155Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6569232Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6577959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.6585840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:00.6592360Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6594988Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:00.6596240Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6597077Z 94 | struct array 2025-03-21T20:24:00.6597425Z | ^~~~~ 2025-03-21T20:24:00.6598606Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:00.6599787Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6600442Z | ^~~~~~~~ 2025-03-21T20:24:00.6605336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6613036Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6619628Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6625929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.6631411Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:00.6635837Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6637776Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:00.6638890Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6639871Z 94 | struct array 2025-03-21T20:24:00.6640179Z | ^~~~~ 2025-03-21T20:24:00.6641067Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:00.6641886Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6642310Z | ^~~~~~~~ 2025-03-21T20:24:00.6645714Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6652002Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6658485Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6664255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.6669493Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:00.6673850Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6675801Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:00.6676664Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6677235Z 94 | struct array 2025-03-21T20:24:00.6677497Z | ^~~~~ 2025-03-21T20:24:00.6678321Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:00.6679106Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6679533Z | ^~~~~~~~ 2025-03-21T20:24:00.6683019Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6689406Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6696180Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6702130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.6707574Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:00.6711961Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6713911Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:00.6714846Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6715432Z 94 | struct array 2025-03-21T20:24:00.6715705Z | ^~~~~ 2025-03-21T20:24:00.6716573Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:00.6717424Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6717842Z | ^~~~~~~~ 2025-03-21T20:24:00.6721483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6727875Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6734421Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6740334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.6745689Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:00.6750047Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6752033Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:00.6752909Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6753464Z 94 | struct array 2025-03-21T20:24:00.6753740Z | ^~~~~ 2025-03-21T20:24:00.6754567Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:00.6755349Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6755777Z | ^~~~~~~~ 2025-03-21T20:24:00.6759282Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6765595Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6772178Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6778107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.6783492Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:00.6787844Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6789850Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:00.6790733Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6791308Z 94 | struct array 2025-03-21T20:24:00.6791614Z | ^~~~~ 2025-03-21T20:24:00.6792498Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:00.6793294Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6793719Z | ^~~~~~~~ 2025-03-21T20:24:00.6797199Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6803418Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6809884Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6815762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.6821354Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:00.6825718Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6827704Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:00.6828571Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6829143Z 94 | struct array 2025-03-21T20:24:00.6829417Z | ^~~~~ 2025-03-21T20:24:00.6830243Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:00.6831021Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6831456Z | ^~~~~~~~ 2025-03-21T20:24:00.6835698Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6843583Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6851566Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6858958Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.6865823Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:00.6870982Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6872941Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:00.6873850Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6874460Z 94 | struct array 2025-03-21T20:24:00.6874737Z | ^~~~~ 2025-03-21T20:24:00.6875653Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:00.6876507Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6876938Z | ^~~~~~~~ 2025-03-21T20:24:00.6881245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6888986Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6897003Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6904354Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.6911145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:00.6916229Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6918177Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:00.6919081Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6919663Z 94 | struct array 2025-03-21T20:24:00.6919936Z | ^~~~~ 2025-03-21T20:24:00.6921080Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:00.6921921Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6922352Z | ^~~~~~~~ 2025-03-21T20:24:00.6926597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6934529Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6942446Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6960117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.6967039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:00.6972164Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.6974163Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:00.6975068Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.6975654Z 94 | struct array 2025-03-21T20:24:00.6975931Z | ^~~~~ 2025-03-21T20:24:00.6976825Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:00.6977644Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.6978073Z | ^~~~~~~~ 2025-03-21T20:24:00.6982293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.6990006Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.6997878Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7005132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.7011935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:00.7016915Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.7018861Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:00.7019779Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.7020345Z 94 | struct array 2025-03-21T20:24:00.7020847Z | ^~~~~ 2025-03-21T20:24:00.7021926Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:00.7022704Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.7023137Z | ^~~~~~~~ 2025-03-21T20:24:00.7027376Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.7035239Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7043225Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7050535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.7059262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:00.7064431Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.7066382Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:00.7067286Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.7067926Z 94 | struct array 2025-03-21T20:24:00.7068199Z | ^~~~~ 2025-03-21T20:24:00.7069072Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:00.7069871Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.7070298Z | ^~~~~~~~ 2025-03-21T20:24:00.7074565Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.7083139Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7091442Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7100393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.7108135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:00.7113489Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.7115448Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:00.7116336Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.7116908Z 94 | struct array 2025-03-21T20:24:00.7117183Z | ^~~~~ 2025-03-21T20:24:00.7118018Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:00.7118802Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.7119283Z | ^~~~~~~~ 2025-03-21T20:24:00.7123716Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.7131526Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7140605Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7148063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.7155655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:00.7160681Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.7162666Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:00.7163556Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.7164143Z 94 | struct array 2025-03-21T20:24:00.7164421Z | ^~~~~ 2025-03-21T20:24:00.7165277Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:00.7166084Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.7166499Z | ^~~~~~~~ 2025-03-21T20:24:00.7170747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.7178592Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7186484Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.7193726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:00.7201178Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:00.9893227Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.9895865Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:00.9897094Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.9898010Z 94 | struct array 2025-03-21T20:24:00.9898428Z | ^~~~~ 2025-03-21T20:24:00.9899504Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:00.9900713Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.9901287Z | ^~~~~~~~ 2025-03-21T20:24:00.9902248Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:00.9903683Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:00.9905095Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:00.9906175Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:00.9907163Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:00.9907825Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:00.9908228Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:00.9908646Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:00.9909077Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:00.9909593Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:00.9910299Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:00.9910983Z from /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:9: 2025-03-21T20:24:00.9914732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.9921644Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.9928484Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.9935224Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.9940971Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:00.9945503Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.9947459Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:00.9948378Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.9948970Z 94 | struct array 2025-03-21T20:24:00.9949248Z | ^~~~~ 2025-03-21T20:24:00.9950158Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:00.9951018Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.9951449Z | ^~~~~~~~ 2025-03-21T20:24:00.9955092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:00.9961560Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.9968261Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:00.9974405Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:00.9979923Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:00.9984344Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:00.9986336Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:00.9987241Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:00.9987839Z 94 | struct array 2025-03-21T20:24:00.9988118Z | ^~~~~ 2025-03-21T20:24:00.9989034Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:00.9989872Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:00.9990317Z | ^~~~~~~~ 2025-03-21T20:24:00.9993843Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0001579Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0008478Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0014532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0020058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:01.0024777Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0026737Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.0027622Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0028211Z 94 | struct array 2025-03-21T20:24:01.0028491Z | ^~~~~ 2025-03-21T20:24:01.0029373Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:01.0030201Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0030631Z | ^~~~~~~~ 2025-03-21T20:24:01.0034212Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0040381Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0046736Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0052686Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0057942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:01.0062260Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0064234Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.0065136Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0065701Z 94 | struct array 2025-03-21T20:24:01.0065959Z | ^~~~~ 2025-03-21T20:24:01.0066774Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:01.0067541Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0067968Z | ^~~~~~~~ 2025-03-21T20:24:01.0071454Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0077789Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0084413Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0090281Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0095760Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:01.0100171Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0102105Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.0102999Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0103582Z 94 | struct array 2025-03-21T20:24:01.0103853Z | ^~~~~ 2025-03-21T20:24:01.0104724Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:01.0105626Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0106039Z | ^~~~~~~~ 2025-03-21T20:24:01.0109490Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0115863Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0122535Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0128498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0133895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:01.0138239Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0140184Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.0141059Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0141619Z 94 | struct array 2025-03-21T20:24:01.0141948Z | ^~~~~ 2025-03-21T20:24:01.0142783Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:01.0143571Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0143998Z | ^~~~~~~~ 2025-03-21T20:24:01.0147513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0153839Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0160407Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0166298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0171644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:01.0176463Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0178402Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.0179339Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0179916Z 94 | struct array 2025-03-21T20:24:01.0180190Z | ^~~~~ 2025-03-21T20:24:01.0181599Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:01.0182938Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0183600Z | ^~~~~~~~ 2025-03-21T20:24:01.0187226Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0193588Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0200025Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0205799Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0211152Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:01.0215620Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0217564Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.0218425Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0218998Z 94 | struct array 2025-03-21T20:24:01.0219273Z | ^~~~~ 2025-03-21T20:24:01.0220099Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:01.0221070Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0221600Z | ^~~~~~~~ 2025-03-21T20:24:01.0225935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0233824Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0241852Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0249501Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.0256450Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.0261522Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0263478Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.0264382Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0264988Z 94 | struct array 2025-03-21T20:24:01.0265261Z | ^~~~~ 2025-03-21T20:24:01.0266178Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:01.0267039Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0267471Z | ^~~~~~~~ 2025-03-21T20:24:01.0271748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0279512Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0287582Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0295055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.0303424Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.0309345Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0311696Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.0312998Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0313583Z 94 | struct array 2025-03-21T20:24:01.0313942Z | ^~~~~ 2025-03-21T20:24:01.0315077Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:01.0316063Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0316664Z | ^~~~~~~~ 2025-03-21T20:24:01.0322262Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0331933Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0341652Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0350138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.0356955Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.0361994Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0363944Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.0364834Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0365409Z 94 | struct array 2025-03-21T20:24:01.0365685Z | ^~~~~ 2025-03-21T20:24:01.0366570Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:01.0367539Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0368080Z | ^~~~~~~~ 2025-03-21T20:24:01.0374706Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0389124Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0400515Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0408419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.0415832Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.0421566Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0423752Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.0424642Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0425302Z 94 | struct array 2025-03-21T20:24:01.0425752Z | ^~~~~ 2025-03-21T20:24:01.0426685Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:01.0427519Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0428004Z | ^~~~~~~~ 2025-03-21T20:24:01.0432441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0440722Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0448864Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0456784Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.0464036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.0469385Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0471513Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.0472473Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0473058Z 94 | struct array 2025-03-21T20:24:01.0473373Z | ^~~~~ 2025-03-21T20:24:01.0474232Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:01.0475113Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0475585Z | ^~~~~~~~ 2025-03-21T20:24:01.0480077Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0488877Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0500738Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0511072Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.0520910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.0527892Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0530667Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.0531961Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0532898Z 94 | struct array 2025-03-21T20:24:01.0533254Z | ^~~~~ 2025-03-21T20:24:01.0534634Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:01.0535847Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0536528Z | ^~~~~~~~ 2025-03-21T20:24:01.0541028Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0548769Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0556674Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0563937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.0571450Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.0576733Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0578691Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.0579586Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0580166Z 94 | struct array 2025-03-21T20:24:01.0580480Z | ^~~~~ 2025-03-21T20:24:01.0581328Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:01.0582133Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0582543Z | ^~~~~~~~ 2025-03-21T20:24:01.0586760Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0594624Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0602566Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.0609871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.0616765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.0622231Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0624193Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.0625085Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0625653Z 94 | struct array 2025-03-21T20:24:01.0625922Z | ^~~~~ 2025-03-21T20:24:01.0626749Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:01.0627534Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0627949Z | ^~~~~~~~ 2025-03-21T20:24:01.0628755Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:01.0629393Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:01.0629789Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:01.0630212Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:01.0630663Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:01.0631187Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:01.0632035Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:01.0632730Z from /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:9: 2025-03-21T20:24:01.0636813Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0644245Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.0650704Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.0657365Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.0666692Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.0679290Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.0689906Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.0696926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0702768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:01.0707226Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0709168Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:01.0710184Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0710877Z 94 | struct array 2025-03-21T20:24:01.0711192Z | ^~~~~ 2025-03-21T20:24:01.0712171Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:01.0713126Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0713553Z | ^~~~~~~~ 2025-03-21T20:24:01.0717558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0724580Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.0731014Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.0738108Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.0748124Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.0760033Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.0769663Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.0775995Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0781538Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:01.0785979Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0787933Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:01.0788830Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0789424Z 94 | struct array 2025-03-21T20:24:01.0789700Z | ^~~~~ 2025-03-21T20:24:01.0791093Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:01.0792095Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0792588Z | ^~~~~~~~ 2025-03-21T20:24:01.0796503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0803685Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.0810503Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.0817623Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.0826958Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.0839603Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.0849737Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.0856138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0861743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:01.0866401Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0868456Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:01.0869452Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0870042Z 94 | struct array 2025-03-21T20:24:01.0870325Z | ^~~~~ 2025-03-21T20:24:01.0871208Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:01.0872123Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0872559Z | ^~~~~~~~ 2025-03-21T20:24:01.0876079Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0883004Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.0891154Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.0897952Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.0907394Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.0918798Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.0929365Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.0935627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.0940890Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:01.0945257Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.0947203Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:01.0948077Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.0948737Z 94 | struct array 2025-03-21T20:24:01.0949092Z | ^~~~~ 2025-03-21T20:24:01.0950079Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:01.0950977Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.0951471Z | ^~~~~~~~ 2025-03-21T20:24:01.0955102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.0961961Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.0968653Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.0980374Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.0990714Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1003388Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1016355Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1023128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.1029097Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:01.1033884Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1036001Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:01.1037044Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1037677Z 94 | struct array 2025-03-21T20:24:01.1038014Z | ^~~~~ 2025-03-21T20:24:01.1038941Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:01.1039778Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1040261Z | ^~~~~~~~ 2025-03-21T20:24:01.1044067Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1050986Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1057723Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1064044Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1072877Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1085589Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1095145Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1101381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.1106892Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:01.1111336Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1113346Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:01.1114285Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1114846Z 94 | struct array 2025-03-21T20:24:01.1115116Z | ^~~~~ 2025-03-21T20:24:01.1115950Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:01.1116734Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1117216Z | ^~~~~~~~ 2025-03-21T20:24:01.1121043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1127615Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1134262Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1141644Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1150850Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1163334Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1173485Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1179910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.1185653Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:01.1190566Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1192619Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:01.1193574Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1194205Z 94 | struct array 2025-03-21T20:24:01.1194546Z | ^~~~~ 2025-03-21T20:24:01.1195503Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:01.1196372Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1196793Z | ^~~~~~~~ 2025-03-21T20:24:01.1200521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1207354Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1213925Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1220855Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1230504Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1242983Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1253155Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1259501Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.1264797Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:01.1269188Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1271133Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:22:65: required from here 2025-03-21T20:24:01.1272018Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1272593Z 94 | struct array 2025-03-21T20:24:01.1272855Z | ^~~~~ 2025-03-21T20:24:01.1273674Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:01.1274451Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1274882Z | ^~~~~~~~ 2025-03-21T20:24:01.1279167Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1287032Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1294952Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1302764Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1314055Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1329815Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1341585Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1349648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.1356823Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.1362523Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1364475Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:01.1365436Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1366038Z 94 | struct array 2025-03-21T20:24:01.1366314Z | ^~~~~ 2025-03-21T20:24:01.1367230Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:01.1368094Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1368522Z | ^~~~~~~~ 2025-03-21T20:24:01.1372883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1380779Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1388547Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1396356Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1407588Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1422330Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1433793Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1441491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.1448283Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.1453412Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1455366Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:01.1456325Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1456924Z 94 | struct array 2025-03-21T20:24:01.1457198Z | ^~~~~ 2025-03-21T20:24:01.1458073Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:01.1458908Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1459333Z | ^~~~~~~~ 2025-03-21T20:24:01.1463618Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1471486Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1479201Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1486957Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1498348Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1512677Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1524332Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1532441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.1540589Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.1547152Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1549117Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:01.1550036Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1550636Z 94 | struct array 2025-03-21T20:24:01.1550906Z | ^~~~~ 2025-03-21T20:24:01.1551791Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:01.1552819Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1553660Z | ^~~~~~~~ 2025-03-21T20:24:01.1558363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1566184Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1574091Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1582364Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1594311Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1608913Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1620748Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1628514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.1635300Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.1640468Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1642884Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:01.1643949Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1644719Z 94 | struct array 2025-03-21T20:24:01.1644999Z | ^~~~~ 2025-03-21T20:24:01.1645827Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:01.1647003Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1647418Z | ^~~~~~~~ 2025-03-21T20:24:01.1651883Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1659868Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1667604Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1675409Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1689362Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1704679Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1716078Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1724491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.1731447Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.1736548Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1738617Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:01.1739515Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1740096Z 94 | struct array 2025-03-21T20:24:01.1740371Z | ^~~~~ 2025-03-21T20:24:01.1741229Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:01.1742050Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1742487Z | ^~~~~~~~ 2025-03-21T20:24:01.1748691Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1756788Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1764603Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1772426Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1784509Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1805862Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1822559Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1832334Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.1839264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.1844286Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1846235Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:01.1847119Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1847675Z 94 | struct array 2025-03-21T20:24:01.1847948Z | ^~~~~ 2025-03-21T20:24:01.1848780Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:01.1849622Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1850046Z | ^~~~~~~~ 2025-03-21T20:24:01.1854456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1863053Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1870859Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1878537Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1889747Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.1904204Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.1915604Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.1923476Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.1930362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.1936161Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.1938255Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:01.1939234Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.1939860Z 94 | struct array 2025-03-21T20:24:01.1940198Z | ^~~~~ 2025-03-21T20:24:01.1941157Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:01.1942045Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.1942542Z | ^~~~~~~~ 2025-03-21T20:24:01.1947398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.1956170Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.1964913Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.1973517Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.1985366Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.2000220Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.4270211Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.4285810Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.4293507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.4298719Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.4300868Z /pytorch/executorch/kernels/portable/cpu/op_ge.cpp:32:65: required from here 2025-03-21T20:24:01.4301773Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.4302348Z 94 | struct array 2025-03-21T20:24:01.4302624Z | ^~~~~ 2025-03-21T20:24:01.4303572Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:01.4304425Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.4304855Z | ^~~~~~~~ 2025-03-21T20:24:01.4305554Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:01.4306737Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:01.4308020Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:01.4308980Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:01.4309922Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:01.4310678Z [ 52%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:24:01.4311111Z [ 52%] Built target optimized_ops_lib 2025-03-21T20:24:01.4311838Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:01.4312975Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:01.4313951Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:01.4314552Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:01.4314951Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:01.4315375Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:01.4315798Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:01.4316312Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:01.4317015Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:01.4317713Z from /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:9: 2025-03-21T20:24:01.4322564Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.4330237Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.4337125Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.4343943Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.4353474Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.4365866Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.4376215Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.4401929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.4409989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:01.4419563Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.4422662Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.4424139Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.4424931Z 94 | struct array 2025-03-21T20:24:01.4425279Z | ^~~~~ 2025-03-21T20:24:01.4426503Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:01.4427824Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.4428466Z | ^~~~~~~~ 2025-03-21T20:24:01.4433599Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.4446815Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.4459379Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.4472191Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.4490082Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.4513576Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.4532356Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.4544601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.4555585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:01.4564186Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.4567927Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.4569645Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.4570730Z 94 | struct array 2025-03-21T20:24:01.4571328Z | ^~~~~ 2025-03-21T20:24:01.4573113Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:01.4574800Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.4575553Z | ^~~~~~~~ 2025-03-21T20:24:01.4582407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.4595144Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.4607231Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.4619849Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.4635867Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.4647670Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.4657283Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.4663362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.4668869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:01.4673258Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.4675203Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.4676095Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.4676667Z 94 | struct array 2025-03-21T20:24:01.4676941Z | ^~~~~ 2025-03-21T20:24:01.4677813Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:01.4678637Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.4679060Z | ^~~~~~~~ 2025-03-21T20:24:01.4682458Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.4688804Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.4694861Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.4701096Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.4709682Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.4721554Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.4730761Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.4736760Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.4742022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:01.4746419Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.4748359Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.4749271Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.4749839Z 94 | struct array 2025-03-21T20:24:01.4750111Z | ^~~~~ 2025-03-21T20:24:01.4750926Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:01.4751693Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.4752124Z | ^~~~~~~~ 2025-03-21T20:24:01.4755620Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.4762089Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.4768214Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.4774598Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.4783554Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.4795077Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.4804432Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.4810514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.4816005Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:01.4820392Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.4822540Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.4823454Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.4824041Z 94 | struct array 2025-03-21T20:24:01.4824300Z | ^~~~~ 2025-03-21T20:24:01.4825167Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:01.4825976Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.4826401Z | ^~~~~~~~ 2025-03-21T20:24:01.4829846Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.4836222Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.4842433Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.4848723Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.4857492Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.4869017Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.4878312Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.4884277Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.4889625Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:01.4894033Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.4895976Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.4896857Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.4897426Z 94 | struct array 2025-03-21T20:24:01.4897701Z | ^~~~~ 2025-03-21T20:24:01.4898538Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:01.4899322Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.4899739Z | ^~~~~~~~ 2025-03-21T20:24:01.4903296Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.4909757Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.4915876Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.4922392Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.4931195Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.4942939Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.4952279Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.4958312Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.4963649Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:01.4968075Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.4970013Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.4970896Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.4971486Z 94 | struct array 2025-03-21T20:24:01.4971796Z | ^~~~~ 2025-03-21T20:24:01.4972710Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:01.4973512Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.4973938Z | ^~~~~~~~ 2025-03-21T20:24:01.4977363Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.4983743Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.4989765Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.4995962Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5004728Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5016157Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.5025613Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.5031660Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.5036977Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:01.5041332Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.5043323Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:22:65: required from here 2025-03-21T20:24:01.5044214Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.5044775Z 94 | struct array 2025-03-21T20:24:01.5045052Z | ^~~~~ 2025-03-21T20:24:01.5045878Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:01.5046672Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.5047108Z | ^~~~~~~~ 2025-03-21T20:24:01.5051372Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.5059342Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.5067199Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.5074958Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5086304Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5100927Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.5112344Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.5120046Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.5127161Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.5132324Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.5134263Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.5135187Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.5135786Z 94 | struct array 2025-03-21T20:24:01.5136061Z | ^~~~~ 2025-03-21T20:24:01.5136965Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:01.5137864Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.5138282Z | ^~~~~~~~ 2025-03-21T20:24:01.5142538Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.5150438Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.5158208Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.5165972Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5177305Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5191678Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.5203037Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.5210777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.5217672Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.5222976Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.5224926Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.5225903Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.5226500Z 94 | struct array 2025-03-21T20:24:01.5226776Z | ^~~~~ 2025-03-21T20:24:01.5227652Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:01.5228492Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.5228926Z | ^~~~~~~~ 2025-03-21T20:24:01.5233222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.5241199Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.5249134Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.5257170Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5268346Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5282769Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.5294156Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.5301823Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.5308717Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.5313731Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.5315676Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.5316564Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.5317151Z 94 | struct array 2025-03-21T20:24:01.5317411Z | ^~~~~ 2025-03-21T20:24:01.5318285Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:01.5319111Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.5319542Z | ^~~~~~~~ 2025-03-21T20:24:01.5324038Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.5331958Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.5339771Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.5348081Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5359555Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5373914Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.5385329Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.5392905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.5399685Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.5404754Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.5406697Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.5407567Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.5408128Z 94 | struct array 2025-03-21T20:24:01.5408404Z | ^~~~~ 2025-03-21T20:24:01.5409230Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:01.5410009Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.5410441Z | ^~~~~~~~ 2025-03-21T20:24:01.5414769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.5422847Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.5430691Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.5438500Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5449889Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5464774Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.5476115Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.5483778Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.5490565Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.5495642Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.5497638Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.5498525Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.5499101Z 94 | struct array 2025-03-21T20:24:01.5499372Z | ^~~~~ 2025-03-21T20:24:01.5500259Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:01.5501068Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.5501495Z | ^~~~~~~~ 2025-03-21T20:24:01.5505713Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.5513536Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.5521617Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.5529461Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5540766Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5555017Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.5566386Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.5574045Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.5580826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.5585868Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.5587811Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.5588689Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.5589244Z 94 | struct array 2025-03-21T20:24:01.5589519Z | ^~~~~ 2025-03-21T20:24:01.5590355Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:01.5591178Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.5591607Z | ^~~~~~~~ 2025-03-21T20:24:01.5595863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.5603716Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.5611426Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.5619203Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5630679Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5645041Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.5656451Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.5664626Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.5672516Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.5677572Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.5679557Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.5680450Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.5681037Z 94 | struct array 2025-03-21T20:24:01.5681309Z | ^~~~~ 2025-03-21T20:24:01.5682150Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:01.5682943Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.5683354Z | ^~~~~~~~ 2025-03-21T20:24:01.5687562Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.5695596Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:01.5703856Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:01.5711561Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:01.5723040Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:01.5737440Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:01.9858636Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:01.9869119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:01.9876352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:01.9882042Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.9884090Z /pytorch/executorch/kernels/portable/cpu/op_gt.cpp:32:65: required from here 2025-03-21T20:24:01.9884976Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.9885540Z 94 | struct array 2025-03-21T20:24:01.9885806Z | ^~~~~ 2025-03-21T20:24:01.9886625Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:01.9887396Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.9887871Z | ^~~~~~~~ 2025-03-21T20:24:01.9888553Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:01.9889508Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:01.9890515Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:01.9891510Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:01.9893066Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:01.9894324Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:01.9895293Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:01.9896361Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:01.9897387Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:01.9898340Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:01.9898932Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:01.9899324Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:01.9899743Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:01.9900193Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:01.9900698Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:01.9901379Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:01.9902003Z from /pytorch/executorch/kernels/portable/cpu/op_le.cpp:9: 2025-03-21T20:24:01.9905728Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.9912748Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.9921363Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.9928154Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.9934594Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:01.9939564Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.9941719Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:01.9942742Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.9943501Z 94 | struct array 2025-03-21T20:24:01.9943768Z | ^~~~~ 2025-03-21T20:24:01.9944772Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:01.9945673Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.9946100Z | ^~~~~~~~ 2025-03-21T20:24:01.9949722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.9956534Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.9964900Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:01.9971080Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:01.9976678Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:01.9981121Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:01.9983099Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:01.9984006Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:01.9984594Z 94 | struct array 2025-03-21T20:24:01.9984863Z | ^~~~~ 2025-03-21T20:24:01.9985745Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:01.9986560Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:01.9986982Z | ^~~~~~~~ 2025-03-21T20:24:01.9991630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:01.9998035Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0004700Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0010639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.0016342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:02.0021035Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0022992Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.0023896Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0024458Z 94 | struct array 2025-03-21T20:24:02.0024722Z | ^~~~~ 2025-03-21T20:24:02.0025590Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:02.0026405Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0026831Z | ^~~~~~~~ 2025-03-21T20:24:02.0030228Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0036576Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0042973Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0048765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.0054070Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:02.0058409Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0060426Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.0061299Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0061860Z 94 | struct array 2025-03-21T20:24:02.0062137Z | ^~~~~ 2025-03-21T20:24:02.0062936Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:02.0063705Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0064162Z | ^~~~~~~~ 2025-03-21T20:24:02.0067632Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0073974Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0080520Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0086395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.0091811Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:02.0096260Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0098195Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.0099066Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0099633Z 94 | struct array 2025-03-21T20:24:02.0099903Z | ^~~~~ 2025-03-21T20:24:02.0100758Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:02.0101560Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0101980Z | ^~~~~~~~ 2025-03-21T20:24:02.0105442Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0111881Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0118307Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0124570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.0130037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:02.0134444Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0136370Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.0137239Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0137849Z 94 | struct array 2025-03-21T20:24:02.0138106Z | ^~~~~ 2025-03-21T20:24:02.0138977Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:02.0139754Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0140177Z | ^~~~~~~~ 2025-03-21T20:24:02.0143648Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0149977Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0156539Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0162393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.0167726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:02.0172301Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0174236Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.0175132Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0175697Z 94 | struct array 2025-03-21T20:24:02.0175961Z | ^~~~~ 2025-03-21T20:24:02.0176797Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:02.0177587Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0177998Z | ^~~~~~~~ 2025-03-21T20:24:02.0181402Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0187711Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0194105Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0199900Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.0205206Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:02.0209533Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0211463Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.0212384Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0212930Z 94 | struct array 2025-03-21T20:24:02.0213200Z | ^~~~~ 2025-03-21T20:24:02.0214017Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:02.0214786Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0215208Z | ^~~~~~~~ 2025-03-21T20:24:02.0219526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0227478Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0235550Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0242853Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.0249666Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.0254902Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0256851Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.0257767Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0258370Z 94 | struct array 2025-03-21T20:24:02.0258637Z | ^~~~~ 2025-03-21T20:24:02.0259528Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:02.0260377Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0260797Z | ^~~~~~~~ 2025-03-21T20:24:02.0265054Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0272837Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0280769Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0288084Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.0294994Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.0300044Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0301986Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.0302894Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0303479Z 94 | struct array 2025-03-21T20:24:02.0303754Z | ^~~~~ 2025-03-21T20:24:02.0304620Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:02.0305448Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0305869Z | ^~~~~~~~ 2025-03-21T20:24:02.0310102Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0317857Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0327108Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0334508Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.0341268Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.0346342Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0348321Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.0349207Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0349783Z 94 | struct array 2025-03-21T20:24:02.0350046Z | ^~~~~ 2025-03-21T20:24:02.0350913Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:02.0351709Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0352136Z | ^~~~~~~~ 2025-03-21T20:24:02.0356438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0364143Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0372418Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0379733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.0386445Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.0391510Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0393453Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.0394308Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0394864Z 94 | struct array 2025-03-21T20:24:02.0395160Z | ^~~~~ 2025-03-21T20:24:02.0395964Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:02.0396735Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0397149Z | ^~~~~~~~ 2025-03-21T20:24:02.0401370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0409151Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0417080Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0425138Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.0432393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.0437406Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0439428Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.0440394Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0440968Z 94 | struct array 2025-03-21T20:24:02.0441238Z | ^~~~~ 2025-03-21T20:24:02.0442098Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:02.0442946Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0443353Z | ^~~~~~~~ 2025-03-21T20:24:02.0447558Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0455400Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0464252Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0473123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.0480213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.0485236Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0487176Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.0488073Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0488635Z 94 | struct array 2025-03-21T20:24:02.0488907Z | ^~~~~ 2025-03-21T20:24:02.0489732Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:02.0490511Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0490926Z | ^~~~~~~~ 2025-03-21T20:24:02.0495266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0502962Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0510926Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0518170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.0525333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.0530353Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.0532388Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.0533254Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.0533821Z 94 | struct array 2025-03-21T20:24:02.0534089Z | ^~~~~ 2025-03-21T20:24:02.0534920Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:02.0535860Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.0536281Z | ^~~~~~~~ 2025-03-21T20:24:02.0540579Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.0548271Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0556276Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:02.0563496Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.0570322Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.4418399Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.4421098Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.4422677Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.4423584Z 94 | struct array 2025-03-21T20:24:02.4424022Z | ^~~~~ 2025-03-21T20:24:02.4425495Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:02.4426910Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.4427780Z | ^~~~~~~~ 2025-03-21T20:24:02.4429119Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:02.4430809Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:02.4432480Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:02.4434217Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:02.4435781Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:02.4437335Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:02.4439041Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:02.4440737Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:02.4441751Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:02.4442398Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:02.4442968Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:02.4443389Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:02.4443960Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:02.4444668Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:02.4445276Z from /pytorch/executorch/kernels/portable/cpu/op_le.cpp:9: 2025-03-21T20:24:02.4449639Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.4458168Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.4467242Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.4476741Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.4489638Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.4504481Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.4514157Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.4520406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.4526194Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:02.4531827Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.4534378Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.4535553Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.4536155Z 94 | struct array 2025-03-21T20:24:02.4536502Z | ^~~~~ 2025-03-21T20:24:02.4537424Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:02.4538260Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.4538680Z | ^~~~~~~~ 2025-03-21T20:24:02.4542254Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.4548950Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.4555210Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.4561765Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.4570889Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.4589567Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.4604385Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.4612086Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.4617612Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:02.4622643Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.4624599Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.4625535Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.4626130Z 94 | struct array 2025-03-21T20:24:02.4626389Z | ^~~~~ 2025-03-21T20:24:02.4627288Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:02.4628125Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.4628552Z | ^~~~~~~~ 2025-03-21T20:24:02.4632068Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.4640370Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.4650947Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.4658776Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.4668667Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.4681357Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.4691266Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.4701882Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.4711630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:02.4719276Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.4723104Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.4724685Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.4725614Z 94 | struct array 2025-03-21T20:24:02.4725935Z | ^~~~~ 2025-03-21T20:24:02.4726839Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:02.4727790Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.4728409Z | ^~~~~~~~ 2025-03-21T20:24:02.4732011Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.4738347Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.4744348Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.4750544Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.4759185Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.4770419Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.4779596Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.4785701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.4790974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:02.4795518Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.4797453Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.4798306Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.4798860Z 94 | struct array 2025-03-21T20:24:02.4799124Z | ^~~~~ 2025-03-21T20:24:02.4799931Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:02.4800732Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.4801149Z | ^~~~~~~~ 2025-03-21T20:24:02.4804621Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.4811091Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.4817271Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.4823896Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.4832694Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.4844349Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.4853814Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.4859893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.4865264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:02.4869667Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.4871592Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.4872480Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.4873052Z 94 | struct array 2025-03-21T20:24:02.4873325Z | ^~~~~ 2025-03-21T20:24:02.4874168Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:02.4874969Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.4875388Z | ^~~~~~~~ 2025-03-21T20:24:02.4878855Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.4885295Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.4891366Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.4897700Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.4906432Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.4917891Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.4927292Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.4933362Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.4938802Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:02.4943160Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.4945095Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.4945968Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.4946554Z 94 | struct array 2025-03-21T20:24:02.4946854Z | ^~~~~ 2025-03-21T20:24:02.4947688Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:02.4948474Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.4948897Z | ^~~~~~~~ 2025-03-21T20:24:02.4952427Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.4958850Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.4964979Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.4971324Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.4980213Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.4991700Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5001069Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5007095Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.5012532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:02.5016894Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5018829Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.5019703Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5020300Z 94 | struct array 2025-03-21T20:24:02.5020743Z | ^~~~~ 2025-03-21T20:24:02.5021590Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:02.5022371Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5022787Z | ^~~~~~~~ 2025-03-21T20:24:02.5026200Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5042742Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5048779Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5055135Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.5063797Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.5075189Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5084400Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5090293Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:02.5095667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:02.5099990Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5101963Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:22:65: required from here 2025-03-21T20:24:02.5102846Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5103398Z 94 | struct array 2025-03-21T20:24:02.5103669Z | ^~~~~ 2025-03-21T20:24:02.5104491Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:02.5105267Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5105748Z | ^~~~~~~~ 2025-03-21T20:24:02.5110007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5117884Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5126340Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5134256Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.5145580Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.5159932Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5171403Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5179166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.5186017Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.5191101Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5193027Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.5193937Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5194525Z 94 | struct array 2025-03-21T20:24:02.5194787Z | ^~~~~ 2025-03-21T20:24:02.5195687Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:02.5196562Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5196967Z | ^~~~~~~~ 2025-03-21T20:24:02.5201251Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5209064Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5216890Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5225363Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.5236688Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.5251049Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5262541Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5270184Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.5277022Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.5282047Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5284014Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.5284913Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5285499Z 94 | struct array 2025-03-21T20:24:02.5285765Z | ^~~~~ 2025-03-21T20:24:02.5286630Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:02.5287460Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5287889Z | ^~~~~~~~ 2025-03-21T20:24:02.5292177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5300161Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5307890Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5315561Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.5327091Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.5341624Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5352990Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5361073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.5367867Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.5372996Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5374941Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.5375836Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5376397Z 94 | struct array 2025-03-21T20:24:02.5376666Z | ^~~~~ 2025-03-21T20:24:02.5377619Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:02.5378474Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5378899Z | ^~~~~~~~ 2025-03-21T20:24:02.5383081Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5390914Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5398678Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5406467Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.5418553Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.5434324Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5447006Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5455459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.5462955Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.5468266Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5470208Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.5471065Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5471665Z 94 | struct array 2025-03-21T20:24:02.5471936Z | ^~~~~ 2025-03-21T20:24:02.5472784Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:02.5473554Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5473958Z | ^~~~~~~~ 2025-03-21T20:24:02.5478177Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5485972Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5493848Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5501593Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.5512727Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.5527857Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5539357Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5546979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.5553768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.5558805Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5560739Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.5561619Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5562189Z 94 | struct array 2025-03-21T20:24:02.5562439Z | ^~~~~ 2025-03-21T20:24:02.5563288Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:02.5564095Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5564508Z | ^~~~~~~~ 2025-03-21T20:24:02.5569141Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5577039Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5584873Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5592664Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.5603825Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.5618248Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5629829Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5637462Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.5644189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.5649228Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5651164Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.5652127Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5652697Z 94 | struct array 2025-03-21T20:24:02.5652964Z | ^~~~~ 2025-03-21T20:24:02.5653801Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:02.5654593Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5655034Z | ^~~~~~~~ 2025-03-21T20:24:02.5659250Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5667107Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5674776Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5682499Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.5693726Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.5707998Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.5719597Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.5727820Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.5734724Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.5739731Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.5741667Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.5742594Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.5743162Z 94 | struct array 2025-03-21T20:24:02.5743441Z | ^~~~~ 2025-03-21T20:24:02.5744264Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:02.5745050Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.5745465Z | ^~~~~~~~ 2025-03-21T20:24:02.5749712Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:02.5757523Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:02.5765205Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:02.5772957Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:02.9370335Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:02.9385053Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:02.9396903Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:02.9404556Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:02.9411384Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:02.9416506Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:02.9418460Z /pytorch/executorch/kernels/portable/cpu/op_le.cpp:32:65: required from here 2025-03-21T20:24:02.9419342Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:02.9419895Z 94 | struct array 2025-03-21T20:24:02.9420173Z | ^~~~~ 2025-03-21T20:24:02.9421208Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:02.9421996Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:02.9422425Z | ^~~~~~~~ 2025-03-21T20:24:02.9423119Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:02.9424154Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:02.9425153Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:02.9426126Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:02.9427100Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:02.9428116Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:02.9429128Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:02.9430114Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:03.1355862Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:03.1356581Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:03.1357018Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:03.1357443Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:03.1357959Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:03.1358661Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:03.1359385Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:24:03.1360144Z from /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:9: 2025-03-21T20:24:03.1364905Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.1371850Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.1378840Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.1385246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.1391622Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:03.1396341Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.1398525Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-03-21T20:24:03.1399505Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.1400067Z 94 | struct array 2025-03-21T20:24:03.1400321Z | ^~~~~ 2025-03-21T20:24:03.1401151Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:03.1401923Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.1402345Z | ^~~~~~~~ 2025-03-21T20:24:03.1403053Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:03.1404058Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:03.1405130Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:03.1406126Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:03.1406797Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:03.1407186Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:03.1407598Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:03.1408016Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:03.1408513Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:03.1409204Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:03.1409927Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:24:03.1410608Z from /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:9: 2025-03-21T20:24:03.1414257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.1420776Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.1659268Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.1666308Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.1671630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:03.1675974Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.1678077Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-03-21T20:24:03.1678984Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.1679549Z 94 | struct array 2025-03-21T20:24:03.1679843Z | ^~~~~ 2025-03-21T20:24:03.1680724Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:03.1681504Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.1681925Z | ^~~~~~~~ 2025-03-21T20:24:03.1682682Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:03.1683446Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:03.1683896Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:03.1684307Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:03.1684785Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:03.1685347Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:03.1686081Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:03.1686858Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:24:03.1687555Z from /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:9: 2025-03-21T20:24:03.1692200Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.1698916Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.1704959Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.1711247Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.2426177Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.2438688Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.2448714Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.2455398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.2460707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:03.2465166Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.2467157Z /pytorch/executorch/kernels/portable/cpu/op_logical_and.cpp:31:75: required from here 2025-03-21T20:24:03.2468071Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.2468619Z 94 | struct array 2025-03-21T20:24:03.2468894Z | ^~~~~ 2025-03-21T20:24:03.2469710Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:03.2470492Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.2470915Z | ^~~~~~~~ 2025-03-21T20:24:03.2471594Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:03.2472190Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:03.2472580Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:03.2472991Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:03.2473409Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:03.2473914Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:03.2474596Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:03.2475318Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:24:03.2476009Z from /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:9: 2025-03-21T20:24:03.2479576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.3343559Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.3350187Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.3356036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.3361373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:03.3366021Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.3368318Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-03-21T20:24:03.3369269Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.3369858Z 94 | struct array 2025-03-21T20:24:03.3370166Z | ^~~~~ 2025-03-21T20:24:03.3371158Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:03.3372054Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.3372530Z | ^~~~~~~~ 2025-03-21T20:24:03.3373391Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:03.3374440Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:03.3375085Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:03.3375479Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:03.3375969Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:03.3376388Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:03.3376953Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:03.3377656Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:03.3378435Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:24:03.3379191Z from /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:9: 2025-03-21T20:24:03.3382890Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.3389408Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.3395682Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.3402043Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.4658210Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.4672387Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.4681955Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.4688024Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.4693788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:03.4698261Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.4700323Z /pytorch/executorch/kernels/portable/cpu/op_logical_or.cpp:31:74: required from here 2025-03-21T20:24:03.4701248Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.4701827Z 94 | struct array 2025-03-21T20:24:03.4702102Z | ^~~~~ 2025-03-21T20:24:03.4702964Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:03.4703758Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.4704185Z | ^~~~~~~~ 2025-03-21T20:24:03.4704963Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:03.4705992Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:03.4706711Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:03.4707108Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:03.4707521Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:03.4707995Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:03.4708518Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:03.4709229Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:03.4709865Z from /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:9: 2025-03-21T20:24:03.4714327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.4723213Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4730166Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4736406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.4741984Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:03.4746590Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.4748543Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.4749468Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.4750077Z 94 | struct array 2025-03-21T20:24:03.4750351Z | ^~~~~ 2025-03-21T20:24:03.4751597Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:03.4752953Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.4753593Z | ^~~~~~~~ 2025-03-21T20:24:03.4757861Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.4764492Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4771154Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4777287Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.4782939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:03.4787762Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.4789715Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.4790633Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.4791263Z 94 | struct array 2025-03-21T20:24:03.4791536Z | ^~~~~ 2025-03-21T20:24:03.4792437Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:03.4793280Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.4793712Z | ^~~~~~~~ 2025-03-21T20:24:03.4797926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.4810449Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4823782Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4835448Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.4846039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:03.4854850Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.4858599Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.4860244Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.4861280Z 94 | struct array 2025-03-21T20:24:03.4861729Z | ^~~~~ 2025-03-21T20:24:03.4863350Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:03.4864882Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.4865615Z | ^~~~~~~~ 2025-03-21T20:24:03.4871952Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.4884164Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4896874Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4908075Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.4918515Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:03.4927822Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.4931530Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.4933229Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.4934242Z 94 | struct array 2025-03-21T20:24:03.4934715Z | ^~~~~ 2025-03-21T20:24:03.4936232Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:03.4937654Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.4938577Z | ^~~~~~~~ 2025-03-21T20:24:03.4945406Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.4957726Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4969802Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.4978347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.4983746Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:03.4988181Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.4990206Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.4991104Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.4991688Z 94 | struct array 2025-03-21T20:24:03.4991948Z | ^~~~~ 2025-03-21T20:24:03.4992852Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:03.4993660Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.4994085Z | ^~~~~~~~ 2025-03-21T20:24:03.4997598Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5003872Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5010377Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5016290Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.5021963Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:03.5026413Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5028357Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.5029293Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5029862Z 94 | struct array 2025-03-21T20:24:03.5030130Z | ^~~~~ 2025-03-21T20:24:03.5030961Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:03.5031751Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5032173Z | ^~~~~~~~ 2025-03-21T20:24:03.5035654Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5042030Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5048544Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5054535Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.5059939Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:03.5064304Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5066269Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.5067157Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5067718Z 94 | struct array 2025-03-21T20:24:03.5067991Z | ^~~~~ 2025-03-21T20:24:03.5068827Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:03.5069614Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5070036Z | ^~~~~~~~ 2025-03-21T20:24:03.5073459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5079716Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5086156Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5092056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.5097428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:03.5101815Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5103748Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.5104619Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5105186Z 94 | struct array 2025-03-21T20:24:03.5105459Z | ^~~~~ 2025-03-21T20:24:03.5106266Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:03.5107038Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5107461Z | ^~~~~~~~ 2025-03-21T20:24:03.5111755Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5119584Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5127724Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5135236Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.5142099Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.5147178Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5149119Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.5150042Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5150661Z 94 | struct array 2025-03-21T20:24:03.5150933Z | ^~~~~ 2025-03-21T20:24:03.5151831Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:03.5152688Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5153115Z | ^~~~~~~~ 2025-03-21T20:24:03.5157407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5165183Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5173218Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5180544Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.5187371Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.5192385Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5194366Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.5195278Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5195871Z 94 | struct array 2025-03-21T20:24:03.5196146Z | ^~~~~ 2025-03-21T20:24:03.5197031Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:03.5197852Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5198282Z | ^~~~~~~~ 2025-03-21T20:24:03.5202600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5210311Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5218312Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5225803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.5233063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.5238578Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5240528Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.5241431Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5242012Z 94 | struct array 2025-03-21T20:24:03.5242284Z | ^~~~~ 2025-03-21T20:24:03.5243155Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:03.5243972Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5244393Z | ^~~~~~~~ 2025-03-21T20:24:03.5248793Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5256625Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5265679Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5273417Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.5280184Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.5285186Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5287132Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.5288003Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5288609Z 94 | struct array 2025-03-21T20:24:03.5288882Z | ^~~~~ 2025-03-21T20:24:03.5289706Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:03.5290488Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5290905Z | ^~~~~~~~ 2025-03-21T20:24:03.5297302Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5306671Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5315479Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5323593Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.5330747Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.5336203Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5338226Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.5339233Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5339847Z 94 | struct array 2025-03-21T20:24:03.5340123Z | ^~~~~ 2025-03-21T20:24:03.5341058Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:03.5341875Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5342304Z | ^~~~~~~~ 2025-03-21T20:24:03.5346523Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5354345Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5362753Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5370585Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.5378000Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.5383521Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5385743Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.5386620Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5387316Z 94 | struct array 2025-03-21T20:24:03.5387588Z | ^~~~~ 2025-03-21T20:24:03.5388434Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:03.5389227Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5389699Z | ^~~~~~~~ 2025-03-21T20:24:03.5394222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5404027Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5412218Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5419534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.5426564Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.5432534Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5434697Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.5435716Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5436281Z 94 | struct array 2025-03-21T20:24:03.5436583Z | ^~~~~ 2025-03-21T20:24:03.5437472Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:03.5438329Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5438954Z | ^~~~~~~~ 2025-03-21T20:24:03.5443416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5451196Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5459167Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:03.5466498Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.5473315Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.5478326Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.5480269Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.5481150Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.5481730Z 94 | struct array 2025-03-21T20:24:03.5482000Z | ^~~~~ 2025-03-21T20:24:03.5482864Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:03.5483650Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.5484081Z | ^~~~~~~~ 2025-03-21T20:24:03.5484813Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:03.5485747Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:03.5486344Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:03.5486733Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:03.5487155Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:03.5487606Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:03.5488126Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:03.5488817Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:03.5489539Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:9, 2025-03-21T20:24:03.5490185Z from /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:9: 2025-03-21T20:24:03.5493836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.5500275Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.5506283Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.5512511Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.5521439Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.8428222Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.8440438Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.8446513Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.8451990Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:03.8456367Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/logical_op.h:37:54: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::logical_tensor_out(bool (*)(bool, bool), executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.8458432Z /pytorch/executorch/kernels/portable/cpu/op_logical_xor.cpp:31:75: required from here 2025-03-21T20:24:03.8459354Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.8459934Z 94 | struct array 2025-03-21T20:24:03.8460194Z | ^~~~~ 2025-03-21T20:24:03.8461016Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:03.8461843Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.8462266Z | ^~~~~~~~ 2025-03-21T20:24:03.8463005Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:03.8464000Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:03.8465004Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:03.8466063Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:03.8467210Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:03.8467935Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:03.8468430Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:03.8469003Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:03.8469470Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:03.8469997Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:03.8470702Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:03.8471393Z from /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:9: 2025-03-21T20:24:03.8475134Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.8481842Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.8488282Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.8494961Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.8504203Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.8516234Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.8526308Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.8532722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.8538988Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:03.8544016Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.8546034Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.8546963Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.8547556Z 94 | struct array 2025-03-21T20:24:03.8547835Z | ^~~~~ 2025-03-21T20:24:03.8548767Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:03.8549624Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.8550065Z | ^~~~~~~~ 2025-03-21T20:24:03.8553755Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.8560345Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.8566644Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.8574785Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.8584119Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.8596200Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.8605996Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.8612949Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.8618665Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:03.8623744Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.8625806Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.8626793Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.8627440Z 94 | struct array 2025-03-21T20:24:03.8627717Z | ^~~~~ 2025-03-21T20:24:03.8628680Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:03.8629515Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.8629929Z | ^~~~~~~~ 2025-03-21T20:24:03.8633692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.8640882Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.8647436Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.8654309Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.8664300Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.8676849Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.8687351Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.8693841Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.8699560Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:03.8704078Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.8706037Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.8706944Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.8707532Z 94 | struct array 2025-03-21T20:24:03.8707811Z | ^~~~~ 2025-03-21T20:24:03.8708674Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:03.8709510Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.8709947Z | ^~~~~~~~ 2025-03-21T20:24:03.8713357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.8720325Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.8726804Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.8733577Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.8742670Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.8754795Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.8765719Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.8771817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.8777058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:03.8781398Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.8783337Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.8784198Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.8784803Z 94 | struct array 2025-03-21T20:24:03.8785081Z | ^~~~~ 2025-03-21T20:24:03.8785905Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:03.8786676Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.8787100Z | ^~~~~~~~ 2025-03-21T20:24:03.8790617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.8797055Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.8803225Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.8809530Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.8818426Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.8830780Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.8840547Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.8847231Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.8853407Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:03.8858105Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.8860162Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.8861074Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.8861659Z 94 | struct array 2025-03-21T20:24:03.8861933Z | ^~~~~ 2025-03-21T20:24:03.8862807Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:03.8863601Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.8873183Z | ^~~~~~~~ 2025-03-21T20:24:03.8876913Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.8883303Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.8889523Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.8895947Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.8904885Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.8916371Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.8925930Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.8931991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.8937365Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:03.8941746Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.8943693Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.8944577Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.8945159Z 94 | struct array 2025-03-21T20:24:03.8945442Z | ^~~~~ 2025-03-21T20:24:03.8946281Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:03.8947077Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.8947494Z | ^~~~~~~~ 2025-03-21T20:24:03.8951035Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.8957597Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.8963705Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.8970022Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.8978946Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.8990501Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.8999870Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9005895Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.9011257Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:03.9015688Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9017681Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.9018553Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9019127Z 94 | struct array 2025-03-21T20:24:03.9019402Z | ^~~~~ 2025-03-21T20:24:03.9020249Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:03.9021316Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9021749Z | ^~~~~~~~ 2025-03-21T20:24:03.9025197Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9031580Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9037664Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9044034Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9054449Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9067307Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.9077823Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9084970Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:03.9090433Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:03.9094891Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9096837Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:22:65: required from here 2025-03-21T20:24:03.9097721Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9098297Z 94 | struct array 2025-03-21T20:24:03.9098572Z | ^~~~~ 2025-03-21T20:24:03.9099380Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:03.9100197Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9100626Z | ^~~~~~~~ 2025-03-21T20:24:03.9104915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9113953Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9122148Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9129917Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9141395Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9155819Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.9168108Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9177154Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.9184009Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.9189185Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9191127Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.9192045Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9192633Z 94 | struct array 2025-03-21T20:24:03.9192912Z | ^~~~~ 2025-03-21T20:24:03.9193825Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:03.9194677Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9195105Z | ^~~~~~~~ 2025-03-21T20:24:03.9199379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9207274Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9215128Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9223876Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9235131Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9249554Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.9261015Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9268688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.9275481Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.9280498Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9282473Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.9283384Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9283979Z 94 | struct array 2025-03-21T20:24:03.9284284Z | ^~~~~ 2025-03-21T20:24:03.9285176Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:03.9286015Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9286439Z | ^~~~~~~~ 2025-03-21T20:24:03.9290696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9298609Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9306322Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9314026Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9325494Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9339876Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.9351300Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9358929Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.9366039Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.9371045Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9373067Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.9373961Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9374595Z 94 | struct array 2025-03-21T20:24:03.9374857Z | ^~~~~ 2025-03-21T20:24:03.9375737Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:03.9376562Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9376989Z | ^~~~~~~~ 2025-03-21T20:24:03.9381261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9389062Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9396771Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9404421Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9415676Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9430114Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.9441460Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9449069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.9456058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.9461129Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9463082Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.9463936Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9464498Z 94 | struct array 2025-03-21T20:24:03.9464769Z | ^~~~~ 2025-03-21T20:24:03.9465581Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:03.9466356Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9466779Z | ^~~~~~~~ 2025-03-21T20:24:03.9471034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9478921Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9486983Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9494802Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9506075Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9520634Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.9532512Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9540327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.9547079Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.9552121Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9554059Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.9554949Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9555527Z 94 | struct array 2025-03-21T20:24:03.9555798Z | ^~~~~ 2025-03-21T20:24:03.9556669Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:03.9557472Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9557904Z | ^~~~~~~~ 2025-03-21T20:24:03.9562188Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9570315Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9578554Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9586841Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9598501Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9613074Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.9625093Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9633166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.9640120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.9645124Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9647130Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.9648018Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9648582Z 94 | struct array 2025-03-21T20:24:03.9648857Z | ^~~~~ 2025-03-21T20:24:03.9649693Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:03.9650485Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9650911Z | ^~~~~~~~ 2025-03-21T20:24:03.9655238Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9663094Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9670852Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9678542Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9689760Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9704489Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:03.9716951Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:03.9724942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:03.9731838Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:03.9737908Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:03.9740027Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:03.9741271Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:03.9741849Z 94 | struct array 2025-03-21T20:24:03.9742122Z | ^~~~~ 2025-03-21T20:24:03.9742968Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:03.9744105Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:03.9744741Z | ^~~~~~~~ 2025-03-21T20:24:03.9749611Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:03.9758538Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:03.9766350Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:03.9774197Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:03.9785380Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:03.9800279Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.0199800Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.0208484Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.0215926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:04.0221333Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:04.0223316Z /pytorch/executorch/kernels/portable/cpu/op_lt.cpp:32:65: required from here 2025-03-21T20:24:04.0224286Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.0224906Z 94 | struct array 2025-03-21T20:24:04.0225168Z | ^~~~~ 2025-03-21T20:24:04.0226006Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:04.0226871Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.0227422Z | ^~~~~~~~ 2025-03-21T20:24:04.0228392Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:04.0229987Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:04.0231276Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:04.0232329Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:04.0233068Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:04.0233460Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:04.0233884Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:04.0234315Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:04.0234832Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:04.0235530Z from /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:9: 2025-03-21T20:24:04.0240377Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.0249040Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0258447Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0267210Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.0275076Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.0278904Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.0279946Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.0280583Z 94 | struct array 2025-03-21T20:24:04.0280858Z | ^~~~~ 2025-03-21T20:24:04.0281830Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:04.0282796Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.0283230Z | ^~~~~~~~ 2025-03-21T20:24:04.0288187Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.0297403Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0306200Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0314395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.0324458Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.0328251Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.0329198Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.0329794Z 94 | struct array 2025-03-21T20:24:04.0330069Z | ^~~~~ 2025-03-21T20:24:04.0330964Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:04.0331901Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.0332338Z | ^~~~~~~~ 2025-03-21T20:24:04.0336904Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.0345327Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0354079Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0362187Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.0369503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.0373228Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.0374129Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.0374758Z 94 | struct array 2025-03-21T20:24:04.0375033Z | ^~~~~ 2025-03-21T20:24:04.0375909Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:04.0376730Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.0377157Z | ^~~~~~~~ 2025-03-21T20:24:04.0381721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.0389996Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0398632Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0406655Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.0414056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.0417646Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.0418528Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.0419088Z 94 | struct array 2025-03-21T20:24:04.0419363Z | ^~~~~ 2025-03-21T20:24:04.0420178Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:04.0421179Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.0421615Z | ^~~~~~~~ 2025-03-21T20:24:04.0426258Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.0434682Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0444482Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0452764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.0460104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.0463741Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.0464640Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.0465224Z 94 | struct array 2025-03-21T20:24:04.0465496Z | ^~~~~ 2025-03-21T20:24:04.0466357Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:04.0467168Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.0467596Z | ^~~~~~~~ 2025-03-21T20:24:04.0472157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.0480437Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0489123Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0497243Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.0504547Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.0508196Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.0509095Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.0509663Z 94 | struct array 2025-03-21T20:24:04.0509940Z | ^~~~~ 2025-03-21T20:24:04.0510769Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:04.0511563Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.0511978Z | ^~~~~~~~ 2025-03-21T20:24:04.0516541Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.0525309Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0534593Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0543393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.0551373Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.0555263Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.0556274Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.0556913Z 94 | struct array 2025-03-21T20:24:04.0557188Z | ^~~~~ 2025-03-21T20:24:04.0558088Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:04.0558938Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.0559366Z | ^~~~~~~~ 2025-03-21T20:24:04.0564265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.0573266Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.0582055Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.3938069Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.3946653Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.3950573Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.3951564Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.3952252Z 94 | struct array 2025-03-21T20:24:04.3952587Z | ^~~~~ 2025-03-21T20:24:04.3953489Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:04.3954318Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.3954786Z | ^~~~~~~~ 2025-03-21T20:24:04.3955515Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:04.3956583Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:04.3957613Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:04.3958827Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:04.3960169Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:04.3961252Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:04.3962275Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:04.3962986Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:04.3963444Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:04.3963916Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:04.3964380Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:04.3964938Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:04.3965572Z from /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:9: 2025-03-21T20:24:04.3970910Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.3979564Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.3988575Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.3996796Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.4004202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.4008112Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.4009231Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.4009835Z 94 | struct array 2025-03-21T20:24:04.4010108Z | ^~~~~ 2025-03-21T20:24:04.4011016Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:04.4011956Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.4012396Z | ^~~~~~~~ 2025-03-21T20:24:04.4017043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.4026098Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4037840Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4049616Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.4060381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.4065468Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.4066882Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.4067709Z 94 | struct array 2025-03-21T20:24:04.4068070Z | ^~~~~ 2025-03-21T20:24:04.4069265Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:04.4070384Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.4070942Z | ^~~~~~~~ 2025-03-21T20:24:04.4077133Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.4085501Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4094338Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4102502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.4110320Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.4113956Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.4114865Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.4115450Z 94 | struct array 2025-03-21T20:24:04.4115726Z | ^~~~~ 2025-03-21T20:24:04.4116594Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:04.4117409Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.4117827Z | ^~~~~~~~ 2025-03-21T20:24:04.4122991Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.4131442Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4140185Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4148313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.4155581Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.4159162Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.4160090Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.4160653Z 94 | struct array 2025-03-21T20:24:04.4160927Z | ^~~~~ 2025-03-21T20:24:04.4161741Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:04.4162512Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.4162925Z | ^~~~~~~~ 2025-03-21T20:24:04.4167487Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.4176345Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4185103Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4193213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.4200545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.4204144Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.4205052Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.4205630Z 94 | struct array 2025-03-21T20:24:04.4205900Z | ^~~~~ 2025-03-21T20:24:04.4206794Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:04.4207605Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.4208041Z | ^~~~~~~~ 2025-03-21T20:24:04.4212692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.4221168Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4230007Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4238105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.4245413Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.4249010Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.4249904Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.4250470Z 94 | struct array 2025-03-21T20:24:04.4250740Z | ^~~~~ 2025-03-21T20:24:04.4251574Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:04.4252425Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.4252838Z | ^~~~~~~~ 2025-03-21T20:24:04.4257425Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.4265737Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4274464Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4282537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.4289918Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.4293935Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.4294964Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.4295608Z 94 | struct array 2025-03-21T20:24:04.4295908Z | ^~~~~ 2025-03-21T20:24:04.4296809Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:04.4297673Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.4298186Z | ^~~~~~~~ 2025-03-21T20:24:04.4303367Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.4311814Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4320470Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.4328858Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.5783446Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.5790633Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.5792493Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.5793558Z 94 | struct array 2025-03-21T20:24:04.5794017Z | ^~~~~ 2025-03-21T20:24:04.5795524Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:04.5796971Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.5797701Z | ^~~~~~~~ 2025-03-21T20:24:04.5798975Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:04.5800760Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:04.5802634Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:04.5803844Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:04.5804525Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:04.5805278Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:04.5806022Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:04.5806946Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:04.5808246Z from /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:9: 2025-03-21T20:24:04.5817468Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.5834368Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.5850754Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.5867122Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.5891205Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.5923009Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.5942526Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.5950871Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.5958288Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.5961909Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.5962855Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.5963455Z 94 | struct array 2025-03-21T20:24:04.5963733Z | ^~~~~ 2025-03-21T20:24:04.5964636Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:04.5965494Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.5965921Z | ^~~~~~~~ 2025-03-21T20:24:04.5970542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.5979130Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.5987530Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.5995846Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.6008021Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.6023897Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.6036262Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.6044567Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6052048Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6055676Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.6056612Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6057209Z 94 | struct array 2025-03-21T20:24:04.6057480Z | ^~~~~ 2025-03-21T20:24:04.6058355Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:04.6059188Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6059613Z | ^~~~~~~~ 2025-03-21T20:24:04.6064156Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6072638Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.6080987Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.6089306Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.6101510Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.6117088Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.6132435Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.6140737Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6148073Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6151707Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.6152629Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6153216Z 94 | struct array 2025-03-21T20:24:04.6153492Z | ^~~~~ 2025-03-21T20:24:04.6154365Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:04.6155182Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6155615Z | ^~~~~~~~ 2025-03-21T20:24:04.6160149Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6168587Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.6176957Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.6185215Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.6197238Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.6212752Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.6226629Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.6234964Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6242223Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6245906Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.6246804Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6247370Z 94 | struct array 2025-03-21T20:24:04.6247651Z | ^~~~~ 2025-03-21T20:24:04.6248468Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:04.6249239Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6249672Z | ^~~~~~~~ 2025-03-21T20:24:04.6254312Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6262757Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.6271067Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.6279394Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.6291445Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.6307023Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.6319194Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.6327722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6335092Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6338684Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.6339667Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6340252Z 94 | struct array 2025-03-21T20:24:04.6340522Z | ^~~~~ 2025-03-21T20:24:04.6341435Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:04.6342246Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6342662Z | ^~~~~~~~ 2025-03-21T20:24:04.6347205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6355596Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.6364016Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.6372370Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.6384479Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.6399978Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.6412215Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.6420409Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6428021Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6431613Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.6432518Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6433096Z 94 | struct array 2025-03-21T20:24:04.6433373Z | ^~~~~ 2025-03-21T20:24:04.6434208Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:04.6435036Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6435452Z | ^~~~~~~~ 2025-03-21T20:24:04.6440002Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6451503Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.6460203Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.6468508Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.6480759Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.6496379Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.6508534Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.6516756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6524346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6527939Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.6528892Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6529469Z 94 | struct array 2025-03-21T20:24:04.6529746Z | ^~~~~ 2025-03-21T20:24:04.6530591Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:04.6531387Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6531860Z | ^~~~~~~~ 2025-03-21T20:24:04.6536394Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6544835Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.6553134Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.6561438Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.6573526Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.6588984Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.6754187Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.6771197Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6786509Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::maximum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6793985Z /pytorch/executorch/kernels/portable/cpu/op_maximum.cpp:47:3: required from here 2025-03-21T20:24:04.6795743Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6796749Z 94 | struct array 2025-03-21T20:24:04.6797211Z | ^~~~~ 2025-03-21T20:24:04.6798904Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:04.6800336Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6801061Z | ^~~~~~~~ 2025-03-21T20:24:04.6802396Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:04.6804289Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:04.6805536Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:04.6806257Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:04.6806983Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:04.6807826Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:04.6808754Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:04.6809814Z from /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:9: 2025-03-21T20:24:04.6819209Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6835818Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.6853360Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.6862911Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6870475Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6874077Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:04.6875017Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6875625Z 94 | struct array 2025-03-21T20:24:04.6875886Z | ^~~~~ 2025-03-21T20:24:04.6876804Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:04.6877658Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6878182Z | ^~~~~~~~ 2025-03-21T20:24:04.6887103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6903691Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.6921159Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.6937020Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.6951699Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.6958648Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:04.6960462Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.6961564Z 94 | struct array 2025-03-21T20:24:04.6962023Z | ^~~~~ 2025-03-21T20:24:04.6963818Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:04.6965443Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.6966198Z | ^~~~~~~~ 2025-03-21T20:24:04.6975083Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.6991485Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7008507Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7024545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.7039141Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7046420Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:04.7048189Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7049232Z 94 | struct array 2025-03-21T20:24:04.7049660Z | ^~~~~ 2025-03-21T20:24:04.7051180Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:04.7052717Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7053457Z | ^~~~~~~~ 2025-03-21T20:24:04.7062211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7078676Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7096054Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7111830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.7126595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7133918Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:04.7135726Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7136778Z 94 | struct array 2025-03-21T20:24:04.7137257Z | ^~~~~ 2025-03-21T20:24:04.7138808Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:04.7140241Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7141135Z | ^~~~~~~~ 2025-03-21T20:24:04.7149853Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7181376Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7198505Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7214630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.7229524Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7236555Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:04.7238258Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7239319Z 94 | struct array 2025-03-21T20:24:04.7239866Z | ^~~~~ 2025-03-21T20:24:04.7241491Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:04.7243038Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7243786Z | ^~~~~~~~ 2025-03-21T20:24:04.7252690Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7269206Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7286402Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7302399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.7316805Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7323997Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:04.7325043Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7325628Z 94 | struct array 2025-03-21T20:24:04.7325896Z | ^~~~~ 2025-03-21T20:24:04.7327363Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:04.7328168Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7328600Z | ^~~~~~~~ 2025-03-21T20:24:04.7334310Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7343876Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7352950Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7361103Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.7368430Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7372239Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:04.7373542Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7374284Z 94 | struct array 2025-03-21T20:24:04.7374564Z | ^~~~~ 2025-03-21T20:24:04.7375507Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:04.7376432Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7376916Z | ^~~~~~~~ 2025-03-21T20:24:04.7382027Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7391360Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7400868Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7409656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.7417319Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7421168Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:04.7422078Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7422661Z 94 | struct array 2025-03-21T20:24:04.7422934Z | ^~~~~ 2025-03-21T20:24:04.7423762Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:04.7424548Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7424963Z | ^~~~~~~~ 2025-03-21T20:24:04.7429185Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7436713Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7444807Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7451826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.7458307Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7461546Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:04.7462510Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7463115Z 94 | struct array 2025-03-21T20:24:04.7463387Z | ^~~~~ 2025-03-21T20:24:04.7464299Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:04.7465146Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7465626Z | ^~~~~~~~ 2025-03-21T20:24:04.7469669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7477075Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7484610Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7491534Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.7498128Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7501326Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:04.7502239Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7502831Z 94 | struct array 2025-03-21T20:24:04.7503103Z | ^~~~~ 2025-03-21T20:24:04.7503981Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:04.7504941Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7505443Z | ^~~~~~~~ 2025-03-21T20:24:04.7509464Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7516887Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7524866Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7531845Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.7538271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7541465Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:04.7542369Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7542948Z 94 | struct array 2025-03-21T20:24:04.7543211Z | ^~~~~ 2025-03-21T20:24:04.7544132Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:04.7544953Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7545386Z | ^~~~~~~~ 2025-03-21T20:24:04.7549360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7556801Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7564567Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7571582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.7578143Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7581878Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:04.7582765Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7583542Z 94 | struct array 2025-03-21T20:24:04.7584000Z | ^~~~~ 2025-03-21T20:24:04.7584874Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:04.7585694Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7586385Z | ^~~~~~~~ 2025-03-21T20:24:04.7591536Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7602449Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7610154Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7617150Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.7623692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7627048Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:04.7627948Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7628532Z 94 | struct array 2025-03-21T20:24:04.7628815Z | ^~~~~ 2025-03-21T20:24:04.7629682Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:04.7630500Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7630912Z | ^~~~~~~~ 2025-03-21T20:24:04.7635283Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7643966Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7651509Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7661389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.7673577Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7679363Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:04.7680929Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7681948Z 94 | struct array 2025-03-21T20:24:04.7682417Z | ^~~~~ 2025-03-21T20:24:04.7683976Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:04.7685513Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7686260Z | ^~~~~~~~ 2025-03-21T20:24:04.7692514Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7700130Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7707683Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7714526Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.7722900Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.7726232Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:04.7727186Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.7727838Z 94 | struct array 2025-03-21T20:24:04.7728116Z | ^~~~~ 2025-03-21T20:24:04.7728959Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:04.7729758Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.7730189Z | ^~~~~~~~ 2025-03-21T20:24:04.7734274Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.7741652Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7749109Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:04.7755941Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:04.8937204Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.8940560Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:04.8941807Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.8942629Z 94 | struct array 2025-03-21T20:24:04.8942991Z | ^~~~~ 2025-03-21T20:24:04.8944509Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:04.8945386Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.8945823Z | ^~~~~~~~ 2025-03-21T20:24:04.8946824Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:04.8947819Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:04.8948921Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:04.8949566Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:04.8949954Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:04.8950379Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:04.8950800Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:04.8951297Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:04.8951897Z from /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:9: 2025-03-21T20:24:04.8956680Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.8965152Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.8974188Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.8982998Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.8995269Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.9011045Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.9024058Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.9032370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.9039789Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.9043461Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.9044400Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.9045000Z 94 | struct array 2025-03-21T20:24:04.9045302Z | ^~~~~ 2025-03-21T20:24:04.9046216Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:04.9047073Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.9047505Z | ^~~~~~~~ 2025-03-21T20:24:04.9052130Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.9060638Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.9069005Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.9077366Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.9089498Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.9105191Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.9117459Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.9126389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.9133818Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.9137518Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.9138450Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.9139033Z 94 | struct array 2025-03-21T20:24:04.9139303Z | ^~~~~ 2025-03-21T20:24:04.9140166Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:04.9141035Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.9141451Z | ^~~~~~~~ 2025-03-21T20:24:04.9145976Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.9154432Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.9162751Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.9171071Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.9183476Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.9199013Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.9211204Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.9219537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.9227325Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.9230913Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.9231824Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.9232475Z 94 | struct array 2025-03-21T20:24:04.9232744Z | ^~~~~ 2025-03-21T20:24:04.9233601Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:04.9234413Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.9234836Z | ^~~~~~~~ 2025-03-21T20:24:04.9239390Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.9247802Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.9256181Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.9264461Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.9276491Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.9291883Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.9304074Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.9312264Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.9319530Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.9323286Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.9324181Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.9324738Z 94 | struct array 2025-03-21T20:24:04.9325006Z | ^~~~~ 2025-03-21T20:24:04.9325794Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:04.9326634Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.9327133Z | ^~~~~~~~ 2025-03-21T20:24:04.9332049Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.9341392Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.9350159Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.9359368Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.9372115Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.9389001Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.9401514Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.9411429Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.9419113Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.9423646Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.9424619Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.9425193Z 94 | struct array 2025-03-21T20:24:04.9425457Z | ^~~~~ 2025-03-21T20:24:04.9426313Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:04.9427106Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.9427593Z | ^~~~~~~~ 2025-03-21T20:24:04.9432326Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.9442734Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.9454022Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.9462360Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.9474804Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.9490466Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.9502733Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.9510968Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.9518389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.9522439Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.9523362Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.9523934Z 94 | struct array 2025-03-21T20:24:04.9524205Z | ^~~~~ 2025-03-21T20:24:04.9525037Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:04.9525817Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.9526218Z | ^~~~~~~~ 2025-03-21T20:24:04.9530839Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.9540204Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.9548868Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.9557406Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.9569473Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.9587065Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.9599793Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.9608743Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:04.9617179Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:04.9621571Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:04.9622624Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:04.9623299Z 94 | struct array 2025-03-21T20:24:04.9623580Z | ^~~~~ 2025-03-21T20:24:04.9624539Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:04.9625424Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:04.9625853Z | ^~~~~~~~ 2025-03-21T20:24:04.9630808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:04.9639955Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:04.9648748Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:04.9657892Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:04.9670123Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:04.9686636Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:04.9700681Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:04.9709166Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0027342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::minimum_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0032439Z /pytorch/executorch/kernels/portable/cpu/op_minimum.cpp:47:3: required from here 2025-03-21T20:24:05.0033598Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0034252Z 94 | struct array 2025-03-21T20:24:05.0034574Z | ^~~~~ 2025-03-21T20:24:05.0035868Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:05.0037084Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0037710Z | ^~~~~~~~ 2025-03-21T20:24:05.0038979Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:05.0040638Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:05.0042182Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:05.0043035Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:05.0043475Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:05.0043961Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:05.0044500Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:05.0045064Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:05.0045805Z from /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:9: 2025-03-21T20:24:05.0053170Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0063522Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0071886Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0081080Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0093346Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0108934Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0122283Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0130927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0138517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0142319Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:05.0143238Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0143838Z 94 | struct array 2025-03-21T20:24:05.0144113Z | ^~~~~ 2025-03-21T20:24:05.0145122Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:05.0145976Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0146398Z | ^~~~~~~~ 2025-03-21T20:24:05.0150954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0159409Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0167727Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0176830Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0188974Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0204548Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0216807Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0226426Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0233817Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0237451Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:05.0238357Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0238947Z 94 | struct array 2025-03-21T20:24:05.0239216Z | ^~~~~ 2025-03-21T20:24:05.0240106Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:05.0240936Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0241359Z | ^~~~~~~~ 2025-03-21T20:24:05.0245901Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0254400Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0262683Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0271148Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0283198Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0298698Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0310815Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0319055Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0326471Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0330130Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:05.0331026Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0331631Z 94 | struct array 2025-03-21T20:24:05.0331957Z | ^~~~~ 2025-03-21T20:24:05.0332832Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:05.0333652Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0334075Z | ^~~~~~~~ 2025-03-21T20:24:05.0338552Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0346920Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0355225Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0363394Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0375414Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0390854Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0405938Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0414196Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0421844Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0425397Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:05.0426285Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0426844Z 94 | struct array 2025-03-21T20:24:05.0427105Z | ^~~~~ 2025-03-21T20:24:05.0427908Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:05.0428672Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0429082Z | ^~~~~~~~ 2025-03-21T20:24:05.0433591Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0442040Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0450388Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0458690Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0470667Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0486175Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0498426Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0506617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0513926Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0517518Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:05.0518499Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0519072Z 94 | struct array 2025-03-21T20:24:05.0519338Z | ^~~~~ 2025-03-21T20:24:05.0520198Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:05.0521687Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0522094Z | ^~~~~~~~ 2025-03-21T20:24:05.0526701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0535525Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0543844Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0552139Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0564159Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0579632Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0591743Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0600383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0607617Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0611210Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:05.0612130Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0612704Z 94 | struct array 2025-03-21T20:24:05.0612979Z | ^~~~~ 2025-03-21T20:24:05.0613848Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:05.0614631Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0615054Z | ^~~~~~~~ 2025-03-21T20:24:05.0619571Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0628201Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0636556Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0644908Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0656944Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0672366Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0684493Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0692840Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0700193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0703873Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:05.0704753Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0705324Z 94 | struct array 2025-03-21T20:24:05.0705589Z | ^~~~~ 2025-03-21T20:24:05.0706485Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:05.0707274Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0707693Z | ^~~~~~~~ 2025-03-21T20:24:05.0712248Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0720696Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0728996Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0737388Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0749314Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0764685Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0776855Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0784974Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.0792303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0795850Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:54:3: required from here 2025-03-21T20:24:05.0796757Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0797313Z 94 | struct array 2025-03-21T20:24:05.0797580Z | ^~~~~ 2025-03-21T20:24:05.0798390Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:05.0799164Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0799580Z | ^~~~~~~~ 2025-03-21T20:24:05.0803671Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0811103Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0818287Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0825951Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0836401Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0849953Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0860845Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0867940Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.0874428Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0877704Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:05.0878616Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0879206Z 94 | struct array 2025-03-21T20:24:05.0879468Z | ^~~~~ 2025-03-21T20:24:05.0880404Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:05.0881241Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0881700Z | ^~~~~~~~ 2025-03-21T20:24:05.0885874Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0893406Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0900582Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0907865Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.0918274Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.0932133Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.0942913Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.0950045Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.0956440Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.0959693Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:05.0960587Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.0961171Z 94 | struct array 2025-03-21T20:24:05.0961442Z | ^~~~~ 2025-03-21T20:24:05.0962356Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:05.0963185Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.0963609Z | ^~~~~~~~ 2025-03-21T20:24:05.0967635Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.0975105Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.0982411Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.0989691Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.1000032Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.1013587Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.1024582Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.1031667Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.1039494Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.1043013Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:05.1043958Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.1044534Z 94 | struct array 2025-03-21T20:24:05.1044800Z | ^~~~~ 2025-03-21T20:24:05.1045656Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:05.1046519Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.1046941Z | ^~~~~~~~ 2025-03-21T20:24:05.1051229Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.1065479Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.1073990Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.1081982Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.1093337Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.1108125Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.1119437Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.1126644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.1133316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.1136554Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:05.1137423Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.1137980Z 94 | struct array 2025-03-21T20:24:05.1138251Z | ^~~~~ 2025-03-21T20:24:05.1139132Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:05.1139895Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.1140317Z | ^~~~~~~~ 2025-03-21T20:24:05.1144399Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.1151927Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.1159067Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.1166561Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.1177053Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.1190605Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.1201341Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.1208333Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.1214838Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.1218023Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:05.1218998Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.1219622Z 94 | struct array 2025-03-21T20:24:05.1219890Z | ^~~~~ 2025-03-21T20:24:05.1220989Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:05.1221807Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.1222231Z | ^~~~~~~~ 2025-03-21T20:24:05.1226317Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.1233696Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.1240742Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.1248121Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.1258513Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.1271989Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.1282768Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.1289759Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.1296181Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.1299353Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:05.1300234Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.1300788Z 94 | struct array 2025-03-21T20:24:05.1301051Z | ^~~~~ 2025-03-21T20:24:05.1301877Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:05.1302658Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.1303121Z | ^~~~~~~~ 2025-03-21T20:24:05.1307119Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.1314564Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.1321902Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.1329169Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.1339577Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.1353942Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.1365355Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.1372527Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.1378945Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.1382120Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:05.1383008Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.1383589Z 94 | struct array 2025-03-21T20:24:05.1383864Z | ^~~~~ 2025-03-21T20:24:05.1384707Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:05.1385498Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.1385907Z | ^~~~~~~~ 2025-03-21T20:24:05.1390809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.1398277Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.1405425Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.1412776Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.1424498Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.1439541Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.1451363Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.3424869Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.3437386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::mul_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:05.3444398Z /pytorch/executorch/kernels/portable/cpu/op_mul.cpp:96:3: required from here 2025-03-21T20:24:05.3446055Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.3447087Z 94 | struct array 2025-03-21T20:24:05.3447539Z | ^~~~~ 2025-03-21T20:24:05.3448384Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:05.3449157Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.3449577Z | ^~~~~~~~ 2025-03-21T20:24:05.3450367Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:05.3451529Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:05.3452689Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:05.3453653Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:05.3454568Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:05.3455495Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:05.3456481Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:05.3457137Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:05.3457526Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:05.3457926Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:05.3458346Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:05.3458849Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:05.3459546Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:05.3460172Z from /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:9: 2025-03-21T20:24:05.3463893Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.3470853Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.3477360Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.3484050Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.3493319Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.3505316Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.3515047Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.3521917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.3528702Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:05.3533930Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.3535882Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.3536800Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.3537382Z 94 | struct array 2025-03-21T20:24:05.3537649Z | ^~~~~ 2025-03-21T20:24:05.3538555Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:05.3539409Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.3539937Z | ^~~~~~~~ 2025-03-21T20:24:05.3543502Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.3562339Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.3569625Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.3576646Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.3585712Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.3597676Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.3607251Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.3613479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.3619040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:05.3623800Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.3625735Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.3626640Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.3627233Z 94 | struct array 2025-03-21T20:24:05.3627485Z | ^~~~~ 2025-03-21T20:24:05.3628374Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:05.3629206Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.3629623Z | ^~~~~~~~ 2025-03-21T20:24:05.3633182Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.3644786Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.3656803Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.3669437Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.3678977Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.3690693Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.3700314Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.3706669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.3712094Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:05.3716521Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.3718454Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.3719335Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.3719908Z 94 | struct array 2025-03-21T20:24:05.3720172Z | ^~~~~ 2025-03-21T20:24:05.3721276Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:05.3722095Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.3722518Z | ^~~~~~~~ 2025-03-21T20:24:05.3725922Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.3732343Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.3738423Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.3744609Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.3753193Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.3764468Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.3773666Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.3779733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.3785056Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:05.3789682Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.3791617Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.3792536Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.3793090Z 94 | struct array 2025-03-21T20:24:05.3793346Z | ^~~~~ 2025-03-21T20:24:05.3794155Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:05.3794963Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.3795384Z | ^~~~~~~~ 2025-03-21T20:24:05.3798904Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.3805679Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.3811976Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.3818269Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.3827405Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.3839082Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.3848371Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.3854441Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.3859909Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:05.3864279Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.3866226Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.3867093Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.3867662Z 94 | struct array 2025-03-21T20:24:05.3867926Z | ^~~~~ 2025-03-21T20:24:05.3868781Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:05.3869590Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.3870011Z | ^~~~~~~~ 2025-03-21T20:24:05.3873483Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.3879856Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.3886070Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.3892481Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.3901190Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.3912593Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.3922494Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.3928570Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.3934004Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:05.3938415Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.3940346Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.3941222Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.3941790Z 94 | struct array 2025-03-21T20:24:05.3942057Z | ^~~~~ 2025-03-21T20:24:05.3942871Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:05.3943654Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.3944072Z | ^~~~~~~~ 2025-03-21T20:24:05.3947538Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.3954019Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.3960161Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.3966495Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.3975414Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.3987030Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.3996352Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4002397Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.4007748Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:05.4012156Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4014134Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.4015052Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4015616Z 94 | struct array 2025-03-21T20:24:05.4015894Z | ^~~~~ 2025-03-21T20:24:05.4016740Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:05.4017534Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4017955Z | ^~~~~~~~ 2025-03-21T20:24:05.4021683Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4028082Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4034080Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4040288Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4049088Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4060695Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable, std::pair}]::, std::__invoke_result, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4069852Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4075765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.4081172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:05.4085498Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4087430Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.4088294Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4088858Z 94 | struct array 2025-03-21T20:24:05.4089123Z | ^~~~~ 2025-03-21T20:24:05.4089942Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:05.4090703Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4091121Z | ^~~~~~~~ 2025-03-21T20:24:05.4095489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4103365Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4111173Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4118921Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4130385Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4144902Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4156366Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4164031Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.4170863Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.4176456Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4178408Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.4179318Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4179910Z 94 | struct array 2025-03-21T20:24:05.4180171Z | ^~~~~ 2025-03-21T20:24:05.4181075Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:05.4181919Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4182341Z | ^~~~~~~~ 2025-03-21T20:24:05.4186597Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4194428Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4202167Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4209994Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4221568Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4236048Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4247506Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4255193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.4261993Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.4267085Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4269051Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.4269939Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4270518Z 94 | struct array 2025-03-21T20:24:05.4270786Z | ^~~~~ 2025-03-21T20:24:05.4271699Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:05.4272533Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4272949Z | ^~~~~~~~ 2025-03-21T20:24:05.4277218Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4285019Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4292818Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4300545Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4311765Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4326278Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4338428Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4346105Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.4352865Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.4357925Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4359869Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.4360758Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4361335Z 94 | struct array 2025-03-21T20:24:05.4361606Z | ^~~~~ 2025-03-21T20:24:05.4362455Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:05.4363345Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4363764Z | ^~~~~~~~ 2025-03-21T20:24:05.4368388Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4376275Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4384010Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4391844Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4403076Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4417333Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4428955Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4436653Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.4446451Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.4456179Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4459945Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.4461533Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4462561Z 94 | struct array 2025-03-21T20:24:05.4463004Z | ^~~~~ 2025-03-21T20:24:05.4464445Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:05.4465858Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4466580Z | ^~~~~~~~ 2025-03-21T20:24:05.4474416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4489123Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4503814Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4516507Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4531699Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4549683Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4561438Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4569505Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.4576492Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.4581506Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4583458Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.4584338Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4584912Z 94 | struct array 2025-03-21T20:24:05.4585180Z | ^~~~~ 2025-03-21T20:24:05.4586074Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:05.4586877Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4587278Z | ^~~~~~~~ 2025-03-21T20:24:05.4591489Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4599380Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4607096Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4614824Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4626366Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4645058Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4661239Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4672057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.4681164Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.4686324Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4688260Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.4689143Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4689705Z 94 | struct array 2025-03-21T20:24:05.4689978Z | ^~~~~ 2025-03-21T20:24:05.4690806Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:05.4691593Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4692084Z | ^~~~~~~~ 2025-03-21T20:24:05.4696321Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4704429Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4712924Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4720770Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4732093Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4746541Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4757851Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4765532Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.4772341Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.4777401Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4779371Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.4780239Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4780806Z 94 | struct array 2025-03-21T20:24:05.4781071Z | ^~~~~ 2025-03-21T20:24:05.4781907Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:05.4782702Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4783122Z | ^~~~~~~~ 2025-03-21T20:24:05.4787330Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4795262Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:05.4803233Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:05.4812735Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:05.4826086Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:05.4841939Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:05.4853406Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:05.4861058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.4868294Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.4873430Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4875369Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.4876248Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4876800Z 94 | struct array 2025-03-21T20:24:05.4877070Z | ^~~~~ 2025-03-21T20:24:05.4877885Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:05.4878731Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4879149Z | ^~~~~~~~ 2025-03-21T20:24:05.4879872Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:05.4880461Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:05.4880845Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:05.4881257Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:05.4881729Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:05.4882240Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:05.4882990Z from /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:11, 2025-03-21T20:24:05.4883597Z from /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:9: 2025-03-21T20:24:05.4887410Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4894424Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.4901412Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.4907878Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.4913848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = unsigned char (*)(unsigned char, unsigned char)]’ 2025-03-21T20:24:05.4918559Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4920811Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.4921801Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4922443Z 94 | struct array 2025-03-21T20:24:05.4922694Z | ^~~~~ 2025-03-21T20:24:05.4923661Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:05.4924685Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4925166Z | ^~~~~~~~ 2025-03-21T20:24:05.4929169Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4935750Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.4942483Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.4948511Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.4953996Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = signed char (*)(signed char, signed char)]’ 2025-03-21T20:24:05.4958791Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.4961743Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.4962686Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.4963281Z 94 | struct array 2025-03-21T20:24:05.4963544Z | ^~~~~ 2025-03-21T20:24:05.4964484Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:05.4965318Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.4965724Z | ^~~~~~~~ 2025-03-21T20:24:05.4969234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.4975740Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.4982312Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.4988261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.4993781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = short int (*)(short int, short int)]’ 2025-03-21T20:24:05.4998177Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5000123Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.5001013Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5001591Z 94 | struct array 2025-03-21T20:24:05.5001846Z | ^~~~~ 2025-03-21T20:24:05.5002713Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:05.5003537Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5003958Z | ^~~~~~~~ 2025-03-21T20:24:05.5007380Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5013614Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5019984Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5026132Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.5031386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = int (*)(int, int)]’ 2025-03-21T20:24:05.5035717Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5037652Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.5038517Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5039120Z 94 | struct array 2025-03-21T20:24:05.5039394Z | ^~~~~ 2025-03-21T20:24:05.5040189Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:05.5040961Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5041378Z | ^~~~~~~~ 2025-03-21T20:24:05.5044856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5051299Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5058980Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5064881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.5070520Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = long int (*)(long int, long int)]’ 2025-03-21T20:24:05.5077329Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5080860Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.5082460Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5083514Z 94 | struct array 2025-03-21T20:24:05.5083979Z | ^~~~~ 2025-03-21T20:24:05.5085571Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:05.5086987Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5087725Z | ^~~~~~~~ 2025-03-21T20:24:05.5093079Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5102473Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5109555Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5116185Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.5122220Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = float (*)(float, float)]’ 2025-03-21T20:24:05.5126958Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5129120Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.5130424Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5131213Z 94 | struct array 2025-03-21T20:24:05.5131473Z | ^~~~~ 2025-03-21T20:24:05.5132412Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:05.5133394Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5133855Z | ^~~~~~~~ 2025-03-21T20:24:05.5137728Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5144621Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5151755Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5158052Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.5163379Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = double (*)(double, double)]’ 2025-03-21T20:24:05.5167827Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5169764Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.5170676Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5171246Z 94 | struct array 2025-03-21T20:24:05.5171506Z | ^~~~~ 2025-03-21T20:24:05.5172452Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:05.5173249Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5173655Z | ^~~~~~~~ 2025-03-21T20:24:05.5177090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5183372Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5190495Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5197076Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool); Args = {std::pair, std::pair}]’ 2025-03-21T20:24:05.5203271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = bool (*)(bool, bool)]’ 2025-03-21T20:24:05.5207737Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:93:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5209673Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:22:65: required from here 2025-03-21T20:24:05.5210544Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5211093Z 94 | struct array 2025-03-21T20:24:05.5211364Z | ^~~~~ 2025-03-21T20:24:05.5212272Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [2]’ 2025-03-21T20:24:05.5213055Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5213476Z | ^~~~~~~~ 2025-03-21T20:24:05.5217798Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5225822Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5234960Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5242830Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.5250249Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.5255758Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5257809Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.5258782Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5259429Z 94 | struct array 2025-03-21T20:24:05.5259697Z | ^~~~~ 2025-03-21T20:24:05.5260657Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:05.5261561Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5262037Z | ^~~~~~~~ 2025-03-21T20:24:05.5268717Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5276949Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5287015Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5294944Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.5302082Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.5307535Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5309467Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.5310381Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5311031Z 94 | struct array 2025-03-21T20:24:05.5311296Z | ^~~~~ 2025-03-21T20:24:05.5312194Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:05.5313020Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5313423Z | ^~~~~~~~ 2025-03-21T20:24:05.5317833Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5326234Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5334630Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5342656Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.5350202Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.5356127Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5358313Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.5359368Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5360049Z 94 | struct array 2025-03-21T20:24:05.5360316Z | ^~~~~ 2025-03-21T20:24:05.5361467Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:05.5362384Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5362801Z | ^~~~~~~~ 2025-03-21T20:24:05.5367389Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5375357Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5383239Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5390582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.5398168Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.5403337Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5405390Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.5406266Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5406803Z 94 | struct array 2025-03-21T20:24:05.5407068Z | ^~~~~ 2025-03-21T20:24:05.5407925Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:05.5408688Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5409099Z | ^~~~~~~~ 2025-03-21T20:24:05.5413595Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5421594Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5429584Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5436961Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.5443740Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.5449332Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5451543Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.5452583Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5453192Z 94 | struct array 2025-03-21T20:24:05.5453462Z | ^~~~~ 2025-03-21T20:24:05.5454385Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:05.5455297Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5455778Z | ^~~~~~~~ 2025-03-21T20:24:05.5460366Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5468681Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5476595Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5483835Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.5490658Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.5495717Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5497693Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.5498566Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5499146Z 94 | struct array 2025-03-21T20:24:05.5499415Z | ^~~~~ 2025-03-21T20:24:05.5500352Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:05.5501188Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5501679Z | ^~~~~~~~ 2025-03-21T20:24:05.5506035Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:05.5514410Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5522578Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:05.5529819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:05.5536819Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:05.5541820Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:05.5543741Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:05.5544624Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:05.5545193Z 94 | struct array 2025-03-21T20:24:05.5545442Z | ^~~~~ 2025-03-21T20:24:05.5546275Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:05.5547068Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:05.5547520Z | ^~~~~~~~ 2025-03-21T20:24:06.0994044Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.1003494Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.1011801Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.1020438Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.1027938Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]::::::]’ 2025-03-21T20:24:06.1032971Z /pytorch/executorch/../executorch/kernels/portable/cpu/pattern/comparison_op.h:128:3: required from ‘executorch::runtime::etensor::Tensor& torch::executor::native::internal::comparison_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&) [with const char* op_name = (& op_name)]’ 2025-03-21T20:24:06.1034918Z /pytorch/executorch/kernels/portable/cpu/op_ne.cpp:32:65: required from here 2025-03-21T20:24:06.1035793Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.1036358Z 94 | struct array 2025-03-21T20:24:06.1036623Z | ^~~~~ 2025-03-21T20:24:06.1037434Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [1]’ 2025-03-21T20:24:06.1038270Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.1038689Z | ^~~~~~~~ 2025-03-21T20:24:06.1039469Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:06.1040424Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:06.1041422Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:06.1042376Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:06.1043306Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:06.1044369Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:06.1045428Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:06.1046515Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:06.1047544Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:06.1048490Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:06.1049452Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:06.1050424Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:06.1051437Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:06.1052244Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:06.1052642Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:06.1053055Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:06.1053484Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:06.1054044Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:06.1054646Z from /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:11: 2025-03-21T20:24:06.1059345Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.1068781Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.1077338Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.1085884Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.1105023Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.1129173Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.1141682Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.1150726Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.1158289Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.1161906Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:24:06.1162791Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.1163361Z 94 | struct array 2025-03-21T20:24:06.1163615Z | ^~~~~ 2025-03-21T20:24:06.1164452Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:06.1165238Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.1165661Z | ^~~~~~~~ 2025-03-21T20:24:06.1170270Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.1178838Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.1187294Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.1195663Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.1207804Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.1224850Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.1237283Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.1246987Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.1256007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.1259897Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:24:06.1260802Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.1261373Z 94 | struct array 2025-03-21T20:24:06.1261645Z | ^~~~~ 2025-03-21T20:24:06.1262459Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:06.1263240Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.1263661Z | ^~~~~~~~ 2025-03-21T20:24:06.1267764Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.1275771Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.1283439Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.1291146Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.1301751Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.1315734Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.1327963Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.1335836Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.1342419Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.1345619Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:24:06.1346506Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.1347130Z 94 | struct array 2025-03-21T20:24:06.1347394Z | ^~~~~ 2025-03-21T20:24:06.1348233Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:06.1349115Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.1349596Z | ^~~~~~~~ 2025-03-21T20:24:06.1353934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.1361923Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.1369418Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.1376878Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.1387512Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.1401756Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.1413202Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.1421012Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.1427488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.1430960Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:24:06.1431910Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.1432540Z 94 | struct array 2025-03-21T20:24:06.1432816Z | ^~~~~ 2025-03-21T20:24:06.1433716Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:06.1434567Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.1434989Z | ^~~~~~~~ 2025-03-21T20:24:06.1439370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.1447605Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.1455892Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.1463890Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.1475167Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.1489810Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.1501555Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.1509422Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.1516211Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.1519486Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:24:06.1520379Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.1521258Z 94 | struct array 2025-03-21T20:24:06.1521529Z | ^~~~~ 2025-03-21T20:24:06.1522594Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:06.1523701Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.1524254Z | ^~~~~~~~ 2025-03-21T20:24:06.1528776Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.1537221Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.1544492Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.1551778Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.1562744Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.1576871Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.1598057Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.4058787Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.4066563Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.4069779Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:24:06.4070847Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.4071417Z 94 | struct array 2025-03-21T20:24:06.4071688Z | ^~~~~ 2025-03-21T20:24:06.4072511Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:06.4073296Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.4073718Z | ^~~~~~~~ 2025-03-21T20:24:06.4074509Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:06.4075548Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:06.4076606Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:06.4077600Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:06.4078671Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:06.4079740Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:06.4080343Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:06.4080734Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:06.4081157Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:06.4081571Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:06.4082065Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:06.4082751Z from /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:11: 2025-03-21T20:24:06.4087479Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.4097177Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4106665Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4115777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.4123732Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.4127641Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:24:06.4128614Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.4129240Z 94 | struct array 2025-03-21T20:24:06.4129505Z | ^~~~~ 2025-03-21T20:24:06.4130468Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:06.4131350Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.4131850Z | ^~~~~~~~ 2025-03-21T20:24:06.4136676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.4145437Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4156137Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4164751Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.4172224Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.4175896Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:55:3: required from here 2025-03-21T20:24:06.4176797Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.4177358Z 94 | struct array 2025-03-21T20:24:06.4177625Z | ^~~~~ 2025-03-21T20:24:06.4178470Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:06.4179255Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.4179663Z | ^~~~~~~~ 2025-03-21T20:24:06.4183797Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.4196191Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4211157Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4225219Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.4237809Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.4244231Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:24:06.4245978Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.4246965Z 94 | struct array 2025-03-21T20:24:06.4247554Z | ^~~~~ 2025-03-21T20:24:06.4249117Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:06.4250618Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.4251408Z | ^~~~~~~~ 2025-03-21T20:24:06.4259607Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.4274131Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4289011Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4302417Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.4315579Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Tensor_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.4322840Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:105:3: required from here 2025-03-21T20:24:06.4324533Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.4325615Z 94 | struct array 2025-03-21T20:24:06.4326055Z | ^~~~~ 2025-03-21T20:24:06.4327679Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:06.4329173Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.4329909Z | ^~~~~~~~ 2025-03-21T20:24:06.4337507Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.4351924Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4366875Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4380885Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.4393500Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.4399876Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:24:06.4401610Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.4402773Z 94 | struct array 2025-03-21T20:24:06.4403217Z | ^~~~~ 2025-03-21T20:24:06.4404819Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:06.4406269Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.4407007Z | ^~~~~~~~ 2025-03-21T20:24:06.4414936Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.4429593Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.4444591Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:06.8720355Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.8731614Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::pow_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.8735526Z /pytorch/executorch/kernels/portable/cpu/op_pow.cpp:152:3: required from here 2025-03-21T20:24:06.8736555Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.8737198Z 94 | struct array 2025-03-21T20:24:06.8737468Z | ^~~~~ 2025-03-21T20:24:06.8738407Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:06.8739377Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.8739794Z | ^~~~~~~~ 2025-03-21T20:24:06.8740586Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:06.8741681Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:06.8742745Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:06.8743940Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:06.8745016Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:06.8746200Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:06.8747369Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:06.8748592Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:06.8749299Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:06.8749698Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:06.8750165Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:06.8750601Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:06.8751157Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:06.8751834Z from /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:11: 2025-03-21T20:24:06.8756796Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.8765936Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.8774635Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.8783168Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.8795435Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.8811436Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.8825142Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.8833854Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.8841470Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.8845134Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:06.8846119Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.8846715Z 94 | struct array 2025-03-21T20:24:06.8846983Z | ^~~~~ 2025-03-21T20:24:06.8847877Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:06.8848726Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.8849147Z | ^~~~~~~~ 2025-03-21T20:24:06.8854237Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.8862892Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.8871348Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.8879784Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.8893706Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.8909597Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.8922199Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.8930645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.8938903Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.8943443Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:06.8944422Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.8945000Z 94 | struct array 2025-03-21T20:24:06.8945277Z | ^~~~~ 2025-03-21T20:24:06.8946245Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:06.8947082Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.8947503Z | ^~~~~~~~ 2025-03-21T20:24:06.8952246Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.8960937Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.8969500Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.8978040Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.8990226Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9006354Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9018747Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9027503Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.9034989Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9038691Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:06.9039612Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9040182Z 94 | struct array 2025-03-21T20:24:06.9040434Z | ^~~~~ 2025-03-21T20:24:06.9041298Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:06.9042160Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9042586Z | ^~~~~~~~ 2025-03-21T20:24:06.9047145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9055646Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9064076Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9072443Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9084739Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9103488Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9115911Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9124368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.9132327Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9136111Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:06.9137055Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9137611Z 94 | struct array 2025-03-21T20:24:06.9137887Z | ^~~~~ 2025-03-21T20:24:06.9138773Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:06.9139542Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9139966Z | ^~~~~~~~ 2025-03-21T20:24:06.9144633Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9153764Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9163041Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9172146Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9184509Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9200680Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9213153Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9221603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.9229346Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9232978Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:06.9233902Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9234479Z 94 | struct array 2025-03-21T20:24:06.9234743Z | ^~~~~ 2025-03-21T20:24:06.9235586Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:06.9236446Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9236870Z | ^~~~~~~~ 2025-03-21T20:24:06.9241484Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9249933Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9258509Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9266924Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9279232Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9294992Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9307402Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9316233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.9324414Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9328335Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:06.9329310Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9329877Z 94 | struct array 2025-03-21T20:24:06.9330141Z | ^~~~~ 2025-03-21T20:24:06.9331036Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:06.9331933Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9332361Z | ^~~~~~~~ 2025-03-21T20:24:06.9337401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9346303Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9355505Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9364600Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9377784Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9393906Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9406672Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9415193Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:06.9423026Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9426837Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:06.9427831Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9428396Z 94 | struct array 2025-03-21T20:24:06.9428662Z | ^~~~~ 2025-03-21T20:24:06.9429561Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:06.9430347Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9430758Z | ^~~~~~~~ 2025-03-21T20:24:06.9434999Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9442785Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9450179Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9457948Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9469119Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9483093Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9494453Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9502141Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.9508781Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9512360Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:06.9513387Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9514032Z 94 | struct array 2025-03-21T20:24:06.9514301Z | ^~~~~ 2025-03-21T20:24:06.9515254Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:06.9516229Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9516719Z | ^~~~~~~~ 2025-03-21T20:24:06.9521342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9529424Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9537590Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9545689Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9556693Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9570728Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9581752Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9588897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.9595356Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9598617Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:06.9599556Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9600127Z 94 | struct array 2025-03-21T20:24:06.9600394Z | ^~~~~ 2025-03-21T20:24:06.9601269Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:06.9602100Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9602565Z | ^~~~~~~~ 2025-03-21T20:24:06.9606604Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9614123Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9621627Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9629792Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9641381Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9655128Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9666469Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9678582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.9685433Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9688845Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:06.9689878Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9690453Z 94 | struct array 2025-03-21T20:24:06.9690721Z | ^~~~~ 2025-03-21T20:24:06.9691645Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:06.9692610Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9693101Z | ^~~~~~~~ 2025-03-21T20:24:06.9697297Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9704769Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9711954Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9719362Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9730892Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9745445Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9756579Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9763721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.9770398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9773909Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:06.9775294Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9776057Z 94 | struct array 2025-03-21T20:24:06.9776426Z | ^~~~~ 2025-03-21T20:24:06.9777377Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:06.9778220Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9778694Z | ^~~~~~~~ 2025-03-21T20:24:06.9782927Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9791001Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9800546Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9808762Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9820076Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9837319Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9848337Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9855511Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.9862271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9865981Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:06.9866990Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9867575Z 94 | struct array 2025-03-21T20:24:06.9867847Z | ^~~~~ 2025-03-21T20:24:06.9868772Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:06.9869622Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9870075Z | ^~~~~~~~ 2025-03-21T20:24:06.9874401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9882426Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9889964Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9897951Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:06.9908724Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:06.9923381Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:06.9938196Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:06.9948375Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:06.9957488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:06.9962050Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:06.9963311Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:06.9964045Z 94 | struct array 2025-03-21T20:24:06.9964377Z | ^~~~~ 2025-03-21T20:24:06.9965486Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:06.9966661Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:06.9967285Z | ^~~~~~~~ 2025-03-21T20:24:06.9973172Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:06.9981752Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:06.9988941Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:06.9996265Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:07.0007448Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:07.0021798Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:07.0032801Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:07.3363531Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.3372081Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3375655Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:07.3376669Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3377305Z 94 | struct array 2025-03-21T20:24:07.3377568Z | ^~~~~ 2025-03-21T20:24:07.3378475Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:07.3379349Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3379994Z | ^~~~~~~~ 2025-03-21T20:24:07.3380831Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:07.3381845Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:07.3382911Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:07.3384136Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:07.3385225Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:07.3386290Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:07.3387275Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:07.3388295Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:07.3389409Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:07.3390109Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:07.3390499Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:07.3391045Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:07.3391481Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:07.3392021Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:07.3392761Z from /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:11: 2025-03-21T20:24:07.3398144Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3406747Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3415823Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3424309Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:07.3432352Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3436028Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:07.3436975Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3437569Z 94 | struct array 2025-03-21T20:24:07.3437836Z | ^~~~~ 2025-03-21T20:24:07.3438741Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:07.3439589Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3440005Z | ^~~~~~~~ 2025-03-21T20:24:07.3444736Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3453373Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3462417Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3470631Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:07.3478057Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3481725Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:07.3482633Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3483221Z 94 | struct array 2025-03-21T20:24:07.3483485Z | ^~~~~ 2025-03-21T20:24:07.3484372Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:07.3485195Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3485612Z | ^~~~~~~~ 2025-03-21T20:24:07.3490214Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3498906Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3507923Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3516090Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:07.3523700Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3527523Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:07.3528505Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3529093Z 94 | struct array 2025-03-21T20:24:07.3529345Z | ^~~~~ 2025-03-21T20:24:07.3530215Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:07.3531032Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3531463Z | ^~~~~~~~ 2025-03-21T20:24:07.3536157Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3544560Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3553298Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3561521Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:07.3568866Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3572594Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:07.3573488Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3574051Z 94 | struct array 2025-03-21T20:24:07.3574305Z | ^~~~~ 2025-03-21T20:24:07.3575101Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:07.3575874Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3576288Z | ^~~~~~~~ 2025-03-21T20:24:07.3580862Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3589297Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3598087Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3606270Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:07.3613701Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3617383Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:07.3618300Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3618911Z 94 | struct array 2025-03-21T20:24:07.3619165Z | ^~~~~ 2025-03-21T20:24:07.3620020Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:07.3621051Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3621469Z | ^~~~~~~~ 2025-03-21T20:24:07.3626151Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3634541Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3650095Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3664233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:07.3671808Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3675447Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:07.3676364Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3676933Z 94 | struct array 2025-03-21T20:24:07.3677183Z | ^~~~~ 2025-03-21T20:24:07.3678123Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:07.3678907Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3679322Z | ^~~~~~~~ 2025-03-21T20:24:07.3683942Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3692656Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3701704Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3709849Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:07.3717206Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Tensor_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3721099Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:55:3: required from here 2025-03-21T20:24:07.3722022Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3722591Z 94 | struct array 2025-03-21T20:24:07.3722846Z | ^~~~~ 2025-03-21T20:24:07.3723684Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:07.3724572Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3724993Z | ^~~~~~~~ 2025-03-21T20:24:07.3729107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3736713Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3744324Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3751258Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.3757756Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3761041Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:07.3761983Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3762562Z 94 | struct array 2025-03-21T20:24:07.3762826Z | ^~~~~ 2025-03-21T20:24:07.3763762Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:07.3764607Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3765026Z | ^~~~~~~~ 2025-03-21T20:24:07.3769101Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3776584Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3784205Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3791225Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.3797762Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3801009Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:07.3801920Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3802501Z 94 | struct array 2025-03-21T20:24:07.3802768Z | ^~~~~ 2025-03-21T20:24:07.3803649Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:07.3804472Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3804889Z | ^~~~~~~~ 2025-03-21T20:24:07.3808920Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3816372Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3824240Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3831271Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.3837692Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3840928Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:07.3841845Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3842469Z 94 | struct array 2025-03-21T20:24:07.3842737Z | ^~~~~ 2025-03-21T20:24:07.3843605Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:07.3844412Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3844823Z | ^~~~~~~~ 2025-03-21T20:24:07.3848826Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3856303Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3863814Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3870669Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.3877071Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3880272Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:07.3881163Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3881720Z 94 | struct array 2025-03-21T20:24:07.3881982Z | ^~~~~ 2025-03-21T20:24:07.3882775Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:07.3883581Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3883998Z | ^~~~~~~~ 2025-03-21T20:24:07.3888051Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3895487Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3903024Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3909937Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.3916313Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.3919563Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:07.3920709Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.3921300Z 94 | struct array 2025-03-21T20:24:07.3921554Z | ^~~~~ 2025-03-21T20:24:07.3922425Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:07.3923226Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.3923693Z | ^~~~~~~~ 2025-03-21T20:24:07.3927707Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.3935089Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3942670Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.3949627Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.7068303Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.7074947Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:07.7076765Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.7077813Z 94 | struct array 2025-03-21T20:24:07.7078259Z | ^~~~~ 2025-03-21T20:24:07.7079821Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:07.7081317Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.7082057Z | ^~~~~~~~ 2025-03-21T20:24:07.7089876Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.7104781Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.7119863Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:07.7133848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.7146584Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::remainder_Scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.7153099Z /pytorch/executorch/kernels/portable/cpu/op_remainder.cpp:127:3: required from here 2025-03-21T20:24:07.7154859Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.7155896Z 94 | struct array 2025-03-21T20:24:07.7156363Z | ^~~~~ 2025-03-21T20:24:07.7157970Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:07.7159448Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.7160195Z | ^~~~~~~~ 2025-03-21T20:24:07.7161549Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:07.7163460Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:07.7165425Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:07.7167358Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:07.7169286Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:07.7171387Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:07.7173415Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:07.7175203Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:07.7176309Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:07.7176990Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:07.7177842Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:07.7178604Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:07.7179533Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:07.7180607Z from /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:9: 2025-03-21T20:24:07.7189192Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.7204624Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:07.7220109Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:07.7234800Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:07.7257188Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:07.7285324Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:07.7308022Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:07.7322674Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.7336225Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.7343007Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:07.7344683Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.7345719Z 94 | struct array 2025-03-21T20:24:07.7346161Z | ^~~~~ 2025-03-21T20:24:07.7347802Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:07.7349341Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.7350076Z | ^~~~~~~~ 2025-03-21T20:24:07.7358491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.7374145Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:07.7389320Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:07.7404423Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:07.7426866Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:07.7455053Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:07.7477261Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:07.7492104Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.7505491Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.7512072Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:07.7513839Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.7514852Z 94 | struct array 2025-03-21T20:24:07.7515233Z | ^~~~~ 2025-03-21T20:24:07.7516603Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:07.7518016Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.7518700Z | ^~~~~~~~ 2025-03-21T20:24:07.7526261Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.7534316Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:07.7542146Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:07.7549787Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:07.7560926Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:07.7575331Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:07.7586580Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:07.7594037Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.7600821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.7604166Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:07.7605097Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.7605674Z 94 | struct array 2025-03-21T20:24:07.7605941Z | ^~~~~ 2025-03-21T20:24:07.7606800Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:07.7607610Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.7608025Z | ^~~~~~~~ 2025-03-21T20:24:07.7612270Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.7620034Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:07.7628076Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:07.7635850Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:07.7646862Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:07.7661145Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:07.7672342Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:07.7679644Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.7686381Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.7689696Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:07.7690572Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.7691133Z 94 | struct array 2025-03-21T20:24:07.7691386Z | ^~~~~ 2025-03-21T20:24:07.7692268Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:07.7693035Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.7693460Z | ^~~~~~~~ 2025-03-21T20:24:07.7697741Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.7705489Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:07.7713146Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:07.7721034Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:07.7732277Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:07.7746428Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:07.7757735Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:07.7775755Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.7782509Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.7785902Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:07.7786798Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.7787376Z 94 | struct array 2025-03-21T20:24:07.7787667Z | ^~~~~ 2025-03-21T20:24:07.7788519Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:07.7789318Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.7789735Z | ^~~~~~~~ 2025-03-21T20:24:07.7793915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.7801713Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:07.7809365Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:07.7817034Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:07.7829343Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:07.7843538Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:07.7854865Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:07.7862295Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:07.7868997Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:07.7872321Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:07.7873204Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:07.7873767Z 94 | struct array 2025-03-21T20:24:07.7874034Z | ^~~~~ 2025-03-21T20:24:07.7874857Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:07.7875642Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:07.7876055Z | ^~~~~~~~ 2025-03-21T20:24:07.7880245Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:07.7888085Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:07.7895824Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:07.7903476Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:08.0763218Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:08.0779529Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:08.0790825Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:08.0798583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.0805357Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:08.0808702Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:08.0809591Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.0810163Z 94 | struct array 2025-03-21T20:24:08.0810432Z | ^~~~~ 2025-03-21T20:24:08.0811321Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:08.0812189Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.0812597Z | ^~~~~~~~ 2025-03-21T20:24:08.0813293Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:08.0814230Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:08.0815118Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:08.0816093Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:08.0817137Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:08.0817802Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:08.0818185Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:08.0818598Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:08.0819015Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:08.0819518Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:08.0820112Z from /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:9: 2025-03-21T20:24:08.0824663Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.0832500Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.0840462Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.0847742Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.0854642Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:08.0858050Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:08.0859098Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.0859745Z 94 | struct array 2025-03-21T20:24:08.0860016Z | ^~~~~ 2025-03-21T20:24:08.0860930Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:08.0861772Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.0862183Z | ^~~~~~~~ 2025-03-21T20:24:08.0866393Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.0874147Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.0882021Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.0889266Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.0896148Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:08.0899524Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:08.0900408Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.0901004Z 94 | struct array 2025-03-21T20:24:08.0901273Z | ^~~~~ 2025-03-21T20:24:08.0902202Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:08.0903034Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.0903450Z | ^~~~~~~~ 2025-03-21T20:24:08.0907673Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.0915348Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.0923402Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.0930722Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.0937603Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:08.0940952Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:08.0941833Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.0942414Z 94 | struct array 2025-03-21T20:24:08.0942685Z | ^~~~~ 2025-03-21T20:24:08.0943553Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:08.0944358Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.0944778Z | ^~~~~~~~ 2025-03-21T20:24:08.0948934Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.0956755Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.0964538Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.0972033Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.0978688Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:08.0982038Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:08.0982902Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.0983449Z 94 | struct array 2025-03-21T20:24:08.0983759Z | ^~~~~ 2025-03-21T20:24:08.0984568Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:08.0985334Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.0985739Z | ^~~~~~~~ 2025-03-21T20:24:08.0989950Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.0997630Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.1005443Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.1012676Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.1019459Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:08.1023025Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:08.1023957Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.1024540Z 94 | struct array 2025-03-21T20:24:08.1024806Z | ^~~~~ 2025-03-21T20:24:08.1025663Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:08.1026454Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.1026875Z | ^~~~~~~~ 2025-03-21T20:24:08.1031164Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.1038832Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.1046628Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.1054019Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.1060733Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:08.1064099Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:08.1064987Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.1065550Z 94 | struct array 2025-03-21T20:24:08.1065819Z | ^~~~~ 2025-03-21T20:24:08.1066634Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:08.1067416Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.1067839Z | ^~~~~~~~ 2025-03-21T20:24:08.1072023Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.5011420Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.5019602Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.5027123Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.5033848Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::rsub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:08.5037199Z /pytorch/executorch/kernels/portable/cpu/op_rsub.cpp:52:3: required from here 2025-03-21T20:24:08.5038125Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.5038915Z 94 | struct array 2025-03-21T20:24:08.5039196Z | ^~~~~ 2025-03-21T20:24:08.5040238Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:08.5041020Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.5041571Z | ^~~~~~~~ 2025-03-21T20:24:08.5042318Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:08.5043271Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:08.5044215Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:08.5045284Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:08.5046323Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:08.5047283Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:08.5048250Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:08.5049224Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:08.5049870Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:08.5050252Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:08.5050668Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:08.5051068Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:08.5051577Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:08.5052368Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:08.5053012Z from /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:11: 2025-03-21T20:24:08.5056806Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.5063528Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:08.5069994Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:08.5077875Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:08.5087819Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:08.5100604Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:08.5115168Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:08.5124391Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.5132753Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:24:08.5136726Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:24:08.5137954Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.5138702Z 94 | struct array 2025-03-21T20:24:08.5139082Z | ^~~~~ 2025-03-21T20:24:08.5140346Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:08.5141392Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.5141931Z | ^~~~~~~~ 2025-03-21T20:24:08.5147449Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.5154551Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:08.5160960Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:08.5167560Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:08.5177599Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:08.5190283Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:08.5200016Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:08.5206295Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.5212416Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:24:08.5215402Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:24:08.5216320Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.5216871Z 94 | struct array 2025-03-21T20:24:08.5217141Z | ^~~~~ 2025-03-21T20:24:08.8494405Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:08.8495427Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.8496045Z | ^~~~~~~~ 2025-03-21T20:24:08.8497180Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:08.8498184Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:08.8499217Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:08.8500196Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:08.8501094Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:08.8501972Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:08.8502948Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:08.8503636Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:08.8504010Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:08.8504426Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:08.8504840Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:08.8505447Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:08.8506144Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:08.8506785Z from /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:11: 2025-03-21T20:24:08.8510703Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.8517698Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.8525330Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:08.8533557Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:08.8539853Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:24:08.8542991Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:24:08.8544027Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:08.8544602Z 94 | struct array 2025-03-21T20:24:08.8544924Z | ^~~~~ 2025-03-21T20:24:08.8545818Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:08.8546663Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:08.8547137Z | ^~~~~~~~ 2025-03-21T20:24:08.8551058Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:08.8558298Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.7846409Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.7858897Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.7870117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sigmoid_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, torch::executor::native::Tensor&)::::::]’ 2025-03-21T20:24:09.7875864Z /pytorch/executorch/kernels/portable/cpu/op_sigmoid.cpp:47:3: required from here 2025-03-21T20:24:09.7877590Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.7878627Z 94 | struct array 2025-03-21T20:24:09.7879084Z | ^~~~~ 2025-03-21T20:24:09.7880595Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:09.7882038Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.7882790Z | ^~~~~~~~ 2025-03-21T20:24:09.7884339Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:09.7886305Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:09.7888239Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:09.7890002Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:09.7892089Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:09.7894124Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:09.7896077Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:09.7897918Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:09.7899838Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:09.7901778Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:09.7903697Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:09.7905457Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:09.7907226Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:09.7909006Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:09.7910779Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:09.7912576Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:09.7914349Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:09.7916061Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:09.7917175Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:09.7917874Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:09.7918613Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:09.7919344Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:09.7920224Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:09.7921456Z from /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:9: 2025-03-21T20:24:09.7930765Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.7948409Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.7965598Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.7982612Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8001324Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8017833Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8032639Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8043959Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.8053979Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8059841Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.8061106Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8061702Z 94 | struct array 2025-03-21T20:24:09.8061982Z | ^~~~~ 2025-03-21T20:24:09.8063201Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:09.8064198Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8064783Z | ^~~~~~~~ 2025-03-21T20:24:09.8070583Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8081264Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8090477Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8104202Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8118380Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8136788Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8150258Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8159145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.8166947Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8170692Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.8171602Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8172265Z 94 | struct array 2025-03-21T20:24:09.8172540Z | ^~~~~ 2025-03-21T20:24:09.8173531Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:09.8174464Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8174874Z | ^~~~~~~~ 2025-03-21T20:24:09.8180331Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8189498Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8198284Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8206883Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8219583Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8238082Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8252849Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8262189Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.8270201Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8273923Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.8274827Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8275408Z 94 | struct array 2025-03-21T20:24:09.8275661Z | ^~~~~ 2025-03-21T20:24:09.8276601Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:09.8277474Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8277894Z | ^~~~~~~~ 2025-03-21T20:24:09.8282805Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8291928Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8301065Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8310190Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8323128Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8339554Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8352235Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8360915Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.8368645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8372445Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.8373336Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8373893Z 94 | struct array 2025-03-21T20:24:09.8374157Z | ^~~~~ 2025-03-21T20:24:09.8374964Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:09.8375719Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8376137Z | ^~~~~~~~ 2025-03-21T20:24:09.8380855Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8390300Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8399712Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8408945Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8422891Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8440269Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8453429Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8463107Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.8471769Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8475868Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.8476816Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8477391Z 94 | struct array 2025-03-21T20:24:09.8477664Z | ^~~~~ 2025-03-21T20:24:09.8478529Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:09.8479340Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8479760Z | ^~~~~~~~ 2025-03-21T20:24:09.8484450Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8493308Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8501895Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8510545Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8524779Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8541027Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8553678Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8562205Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.8569788Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8573586Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.8574467Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8575034Z 94 | struct array 2025-03-21T20:24:09.8575296Z | ^~~~~ 2025-03-21T20:24:09.8576122Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:09.8576899Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8577314Z | ^~~~~~~~ 2025-03-21T20:24:09.8582007Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8590802Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8599409Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8607981Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8620980Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8637172Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8649882Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8658537Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.8666135Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8669892Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.8670774Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8671344Z 94 | struct array 2025-03-21T20:24:09.8671615Z | ^~~~~ 2025-03-21T20:24:09.8672449Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:09.8673231Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8673640Z | ^~~~~~~~ 2025-03-21T20:24:09.8677856Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8685750Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8693524Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8701381Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8712887Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8727668Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8741146Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8749548Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.8756630Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8760020Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:09.8760953Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8761553Z 94 | struct array 2025-03-21T20:24:09.8761833Z | ^~~~~ 2025-03-21T20:24:09.8762751Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:09.8763601Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8764012Z | ^~~~~~~~ 2025-03-21T20:24:09.8768216Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8776176Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8784712Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8792458Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8803584Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8818771Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8830300Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8837777Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.8844977Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8848721Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:09.8849675Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8850263Z 94 | struct array 2025-03-21T20:24:09.8850536Z | ^~~~~ 2025-03-21T20:24:09.8851429Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:09.8852407Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8852833Z | ^~~~~~~~ 2025-03-21T20:24:09.8857047Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8864813Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8872504Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8880238Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8891670Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8906064Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.8917628Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.8925265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.8932034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.8935482Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:09.8936396Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.8936979Z 94 | struct array 2025-03-21T20:24:09.8937233Z | ^~~~~ 2025-03-21T20:24:09.8938101Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:09.8938977Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.8939393Z | ^~~~~~~~ 2025-03-21T20:24:09.8943601Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.8951360Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.8958972Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.8966563Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.8977736Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.8991809Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.9002962Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.9010316Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.9017034Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9020343Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:09.9021422Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9021976Z 94 | struct array 2025-03-21T20:24:09.9022239Z | ^~~~~ 2025-03-21T20:24:09.9023049Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:09.9023911Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9024315Z | ^~~~~~~~ 2025-03-21T20:24:09.9028506Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9036362Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.9044017Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.9051658Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.9062810Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.9077446Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.9088660Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.9096146Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.9102907Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9106259Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:09.9107184Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9107760Z 94 | struct array 2025-03-21T20:24:09.9108028Z | ^~~~~ 2025-03-21T20:24:09.9108874Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:09.9109689Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9110115Z | ^~~~~~~~ 2025-03-21T20:24:09.9114298Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9122632Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.9130422Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.9138214Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.9149252Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.9163530Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.9174754Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.9182040Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.9188771Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9192105Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:09.9192969Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9193530Z 94 | struct array 2025-03-21T20:24:09.9193798Z | ^~~~~ 2025-03-21T20:24:09.9194623Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:09.9195404Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9195822Z | ^~~~~~~~ 2025-03-21T20:24:09.9200062Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9207783Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:09.9215473Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair}]::&, long int, long int>’ 2025-03-21T20:24:09.9538347Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:09.9551020Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:09.9566437Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair}]::, std::__invoke_result::::; Args = {std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:09.9579080Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; = void; = ]’ 2025-03-21T20:24:09.9586567Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.9593395Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9596782Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:09.9597677Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9598240Z 94 | struct array 2025-03-21T20:24:09.9598549Z | ^~~~~ 2025-03-21T20:24:09.9599389Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:09.9600173Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9600591Z | ^~~~~~~~ 2025-03-21T20:24:09.9601261Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:09.9602242Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:09.9603256Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:09.9603897Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:09.9604283Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:09.9604703Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:09.9605119Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:09.9605611Z from /pytorch/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:11, 2025-03-21T20:24:09.9606195Z from /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:9: 2025-03-21T20:24:09.9611117Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9619898Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9629325Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9638568Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.9646517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9650280Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.9651210Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9651903Z 94 | struct array 2025-03-21T20:24:09.9652177Z | ^~~~~ 2025-03-21T20:24:09.9653088Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [2]’ 2025-03-21T20:24:09.9653939Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9654350Z | ^~~~~~~~ 2025-03-21T20:24:09.9659085Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9667834Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9676897Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9685469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.9693342Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9697341Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.9698256Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9698842Z 94 | struct array 2025-03-21T20:24:09.9699118Z | ^~~~~ 2025-03-21T20:24:09.9700002Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [2]’ 2025-03-21T20:24:09.9700833Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9701266Z | ^~~~~~~~ 2025-03-21T20:24:09.9706016Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9714673Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9724922Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9733600Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.9741311Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9745057Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.9745957Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9746520Z 94 | struct array 2025-03-21T20:24:09.9746793Z | ^~~~~ 2025-03-21T20:24:09.9747665Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [2]’ 2025-03-21T20:24:09.9748483Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9748906Z | ^~~~~~~~ 2025-03-21T20:24:09.9753588Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9762182Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9771201Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9779651Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.9787213Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9790983Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.9791852Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9792394Z 94 | struct array 2025-03-21T20:24:09.9792655Z | ^~~~~ 2025-03-21T20:24:09.9793463Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [2]’ 2025-03-21T20:24:09.9794229Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9794650Z | ^~~~~~~~ 2025-03-21T20:24:09.9799386Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9807991Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9817037Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9825735Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.9833495Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9837207Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.9838088Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9838664Z 94 | struct array 2025-03-21T20:24:09.9838918Z | ^~~~~ 2025-03-21T20:24:09.9839821Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [2]’ 2025-03-21T20:24:09.9840623Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9841039Z | ^~~~~~~~ 2025-03-21T20:24:09.9845734Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9854408Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9863503Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9871887Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.9879549Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9883299Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.9884177Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9884736Z 94 | struct array 2025-03-21T20:24:09.9884987Z | ^~~~~ 2025-03-21T20:24:09.9885846Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [2]’ 2025-03-21T20:24:09.9886624Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9887038Z | ^~~~~~~~ 2025-03-21T20:24:09.9891837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9900456Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9909420Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9917745Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair}]’ 2025-03-21T20:24:09.9925691Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:150:56: required from ‘void torch::executor::native::utils::apply_bitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9929408Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:57:3: required from here 2025-03-21T20:24:09.9930294Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9930863Z 94 | struct array 2025-03-21T20:24:09.9931126Z | ^~~~~ 2025-03-21T20:24:09.9932010Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [2]’ 2025-03-21T20:24:09.9932806Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9933221Z | ^~~~~~~~ 2025-03-21T20:24:09.9937517Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9945211Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9953189Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9960456Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:09.9967222Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:09.9970570Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:09.9971477Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:09.9972140Z 94 | struct array 2025-03-21T20:24:09.9972403Z | ^~~~~ 2025-03-21T20:24:09.9973295Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [1]’ 2025-03-21T20:24:09.9974140Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:09.9974562Z | ^~~~~~~~ 2025-03-21T20:24:09.9978776Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:09.9986561Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:09.9994434Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0001645Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:10.0008383Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:10.0011877Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:10.0012795Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:10.0013381Z 94 | struct array 2025-03-21T20:24:10.0013652Z | ^~~~~ 2025-03-21T20:24:10.0014521Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [1]’ 2025-03-21T20:24:10.0015346Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:10.0015814Z | ^~~~~~~~ 2025-03-21T20:24:10.0019992Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:10.0028549Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0036364Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0043545Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:10.0050403Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:10.0053802Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:10.0054698Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:10.0055266Z 94 | struct array 2025-03-21T20:24:10.0055517Z | ^~~~~ 2025-03-21T20:24:10.0056390Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [1]’ 2025-03-21T20:24:10.0057195Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:10.0057613Z | ^~~~~~~~ 2025-03-21T20:24:10.0061803Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:10.0078851Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0086969Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0094265Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:10.0100956Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:10.0104262Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:10.0105142Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:10.0105700Z 94 | struct array 2025-03-21T20:24:10.0105969Z | ^~~~~ 2025-03-21T20:24:10.0106771Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [1]’ 2025-03-21T20:24:10.0107542Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:10.0107966Z | ^~~~~~~~ 2025-03-21T20:24:10.0112137Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:10.0119844Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0127865Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0135233Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:10.0141917Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:10.0145289Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:10.0146176Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:10.0146795Z 94 | struct array 2025-03-21T20:24:10.0147059Z | ^~~~~ 2025-03-21T20:24:10.0147906Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [1]’ 2025-03-21T20:24:10.0148707Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:10.0149123Z | ^~~~~~~~ 2025-03-21T20:24:10.0153339Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:10.0161009Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0168811Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.0176036Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:10.8611935Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:10.8615562Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:10.8616577Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:10.8617200Z 94 | struct array 2025-03-21T20:24:10.8617463Z | ^~~~~ 2025-03-21T20:24:10.8618339Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [1]’ 2025-03-21T20:24:10.8619163Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:10.8619595Z | ^~~~~~~~ 2025-03-21T20:24:10.8624768Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:10.8632685Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.8640740Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:10.8648331Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair}]’ 2025-03-21T20:24:10.8655360Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:131:56: required from ‘void torch::executor::native::utils::apply_unitensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::sub_scalar_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Scalar&, const executorch::runtime::etensor::Scalar&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:10.8658866Z /pytorch/executorch/kernels/portable/cpu/op_sub.cpp:110:3: required from here 2025-03-21T20:24:10.8659761Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:10.8660330Z 94 | struct array 2025-03-21T20:24:10.8660642Z | ^~~~~ 2025-03-21T20:24:10.8661487Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [1]’ 2025-03-21T20:24:10.8662371Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:10.8662792Z | ^~~~~~~~ 2025-03-21T20:24:10.8663583Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:10.8664761Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:10.8665789Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:10.8666857Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:10.8667718Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:10.8668713Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:10.8670004Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:10.8671677Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:10.8673079Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:10.8674012Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:10.8674946Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:10.8675933Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:10.8676927Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:10.8677951Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:10.8678995Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:10.8679954Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:11.6631220Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:11.6632979Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:11.6634566Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:11.6636406Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:11.6637888Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:11.6638916Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:11.6640074Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:11.6641368Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:11.6643211Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:11.6644282Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:11.6645286Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:11.6646388Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:11.6647517Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:11.6648631Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:11.6649232Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:11.6649687Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:11.6650136Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:11.6650556Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:11.6651116Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:11.6651949Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:11.6652746Z from /pytorch/executorch/kernels/portable/cpu/op_where.cpp:9: 2025-03-21T20:24:11.6658837Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:11.6669833Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:11.6680104Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:11.6690539Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:11.6705030Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:11.6724327Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:11.6740413Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:11.6750120Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:11.6759043Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:11.6763553Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:11.6764478Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:11.6765073Z 94 | struct array 2025-03-21T20:24:11.6765331Z | ^~~~~ 2025-03-21T20:24:11.6766248Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:24:11.6767107Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:11.6767529Z | ^~~~~~~~ 2025-03-21T20:24:11.6773332Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:11.6783656Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:11.6793480Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:11.6803419Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:11.6817686Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:11.6836340Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:11.6850533Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:11.6860301Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:11.6869234Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:11.6873641Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:11.6874645Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:11.6875278Z 94 | struct array 2025-03-21T20:24:11.6875539Z | ^~~~~ 2025-03-21T20:24:11.6876431Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:24:11.6877258Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:11.6877673Z | ^~~~~~~~ 2025-03-21T20:24:11.6882954Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:11.6893097Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:11.6902805Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:11.6912641Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:11.6927189Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:11.6945543Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:11.6959773Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:11.6969359Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:11.6978255Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:11.6982703Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:11.6983593Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:11.6984168Z 94 | struct array 2025-03-21T20:24:11.6984467Z | ^~~~~ 2025-03-21T20:24:11.6985341Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:24:11.6986152Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:11.6986566Z | ^~~~~~~~ 2025-03-21T20:24:11.6991864Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:11.7001809Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:11.7011387Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:11.7021528Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:11.7035663Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:11.7054416Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:11.7068637Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:11.7078126Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:11.7086985Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:11.7091388Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:11.7092324Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:11.7092878Z 94 | struct array 2025-03-21T20:24:11.7093144Z | ^~~~~ 2025-03-21T20:24:11.7093948Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:24:11.7094713Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:11.7095122Z | ^~~~~~~~ 2025-03-21T20:24:11.7100398Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:11.7110358Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:11.7120132Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:11.7130153Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:11.7144479Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:11.7162759Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:11.7180079Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:11.7189866Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:11.7198721Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:11.7203119Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:11.7204286Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:11.7204996Z 94 | struct array 2025-03-21T20:24:11.7205339Z | ^~~~~ 2025-03-21T20:24:11.7206272Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:24:11.7207130Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:11.7207599Z | ^~~~~~~~ 2025-03-21T20:24:11.7213391Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:11.7224553Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:11.7234965Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:11.7245565Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:11.7260161Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:11.7283422Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:11.7304061Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:11.7317063Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:11.7326197Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:11.7330678Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:11.7331570Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:11.7332215Z 94 | struct array 2025-03-21T20:24:11.7332482Z | ^~~~~ 2025-03-21T20:24:11.7333301Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:24:11.7334086Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:11.7334559Z | ^~~~~~~~ 2025-03-21T20:24:11.7339880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:11.7350449Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:11.7360151Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:11.7370055Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:11.7384292Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:11.7402593Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:11.7416804Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:11.7426542Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:11.7435524Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:11.7440176Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:11.7441145Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:11.7441796Z 94 | struct array 2025-03-21T20:24:11.7442052Z | ^~~~~ 2025-03-21T20:24:11.7442957Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:24:11.7443851Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:11.7444267Z | ^~~~~~~~ 2025-03-21T20:24:11.7450182Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:11.7460724Z /usr/include/c++/9/type_traits:2330:26: required by substitution of ‘template static std::__result_of_success()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::&; _Args = {long int, long int}]’ 2025-03-21T20:24:11.7471176Z /usr/include/c++/9/type_traits:2341:55: required from ‘struct std::__result_of_impl::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>’ 2025-03-21T20:24:11.7486265Z /usr/include/c++/9/bits/std_function.h:375:9: recursively required by substitution of ‘template struct std::__is_invocable_impl<_Result, _Ret, true, std::__void_t > [with _Result = std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int>; _Ret = void]’ 2025-03-21T20:24:11.7501632Z /usr/include/c++/9/bits/std_function.h:375:9: required from ‘struct std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >’ 2025-03-21T20:24:12.0630129Z /usr/include/c++/9/bits/std_function.h:385:8: required by substitution of ‘template template using _Requires = typename std::enable_if<_Cond::value, _Tp>::type [with _Cond = std::function::_Callable::::; Args = {std::pair, std::pair, std::pair}]::, std::__invoke_result::::; Args = {std::pair, std::pair, std::pair}]::&, long int, long int> >; _Tp = void; _Res = void; _ArgTypes = {long int, long int}]’ 2025-03-21T20:24:12.0659000Z /usr/include/c++/9/bits/std_function.h:446:9: required by substitution of ‘template std::function::function(_Functor) [with _Functor = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; = void; = ]’ 2025-03-21T20:24:12.0678048Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:12.0695469Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:12.0704205Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:12.0705931Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:12.0706968Z 94 | struct array 2025-03-21T20:24:12.0707403Z | ^~~~~ 2025-03-21T20:24:12.0709006Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:24:12.0710455Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:12.0711204Z | ^~~~~~~~ 2025-03-21T20:24:12.0712515Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:12.0714605Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:12.0717114Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:12.0719637Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:12.0720971Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:12.0721879Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:12.0722857Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:12.0723644Z In file included from /usr/include/c++/9/tuple:39, 2025-03-21T20:24:12.0724036Z from /usr/include/c++/9/functional:54, 2025-03-21T20:24:12.0724441Z from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13, 2025-03-21T20:24:12.0724857Z from /usr/include/c++/9/algorithm:71, 2025-03-21T20:24:12.0725363Z from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/irange.h:7, 2025-03-21T20:24:12.0726101Z from /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:11, 2025-03-21T20:24:12.0726734Z from /pytorch/executorch/kernels/portable/cpu/op_where.cpp:9: 2025-03-21T20:24:12.0732280Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:12.0742794Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.0762880Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.0781962Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:12.0799336Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = unsigned char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:12.0808075Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:12.0809921Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:12.0811066Z 94 | struct array 2025-03-21T20:24:12.0811498Z | ^~~~~ 2025-03-21T20:24:12.0813294Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘unsigned char std::array::_M_elems [3]’ 2025-03-21T20:24:12.0814901Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:12.0815672Z | ^~~~~~~~ 2025-03-21T20:24:12.0826370Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:12.0846054Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.0865960Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.0884881Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:12.0902821Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = signed char; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:12.0911450Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:12.0913237Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:12.0914324Z 94 | struct array 2025-03-21T20:24:12.0914767Z | ^~~~~ 2025-03-21T20:24:12.0916443Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘signed char std::array::_M_elems [3]’ 2025-03-21T20:24:12.0918027Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:12.0918781Z | ^~~~~~~~ 2025-03-21T20:24:12.0929368Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:12.0949292Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.0969422Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.0988227Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:12.1005944Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = short int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:12.1014502Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:12.1016168Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:12.1017174Z 94 | struct array 2025-03-21T20:24:12.1017658Z | ^~~~~ 2025-03-21T20:24:12.1019222Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘short int std::array::_M_elems [3]’ 2025-03-21T20:24:12.1020890Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:12.1021661Z | ^~~~~~~~ 2025-03-21T20:24:12.1032140Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:12.1051519Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.1071463Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.1090145Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:12.1107773Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:12.1116410Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:12.1118121Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:12.1119241Z 94 | struct array 2025-03-21T20:24:12.1119699Z | ^~~~~ 2025-03-21T20:24:12.1124812Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘int std::array::_M_elems [3]’ 2025-03-21T20:24:12.1126293Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:12.1127014Z | ^~~~~~~~ 2025-03-21T20:24:12.1137401Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:12.1157568Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.1177387Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.1196640Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:12.1215880Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = long int; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:12.1224650Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:12.1226403Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:12.1227461Z 94 | struct array 2025-03-21T20:24:12.1228041Z | ^~~~~ 2025-03-21T20:24:12.1229511Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘long int std::array::_M_elems [3]’ 2025-03-21T20:24:12.1231022Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:12.1231756Z | ^~~~~~~~ 2025-03-21T20:24:12.1241982Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:12.1261270Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.1280226Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.1291611Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:12.1301347Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = float; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:12.1306592Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:12.1307621Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:12.1308238Z 94 | struct array 2025-03-21T20:24:12.1308507Z | ^~~~~ 2025-03-21T20:24:12.1309411Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘float std::array::_M_elems [3]’ 2025-03-21T20:24:12.1310254Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:12.1310728Z | ^~~~~~~~ 2025-03-21T20:24:12.1316488Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:12.1327538Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.1337945Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:12.1347582Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:12.1357758Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = double; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:12.1362155Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:12.1363062Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:12.1363617Z 94 | struct array 2025-03-21T20:24:12.1363880Z | ^~~~~ 2025-03-21T20:24:12.1364720Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘double std::array::_M_elems [3]’ 2025-03-21T20:24:12.1365499Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:12.1365912Z | ^~~~~~~~ 2025-03-21T20:24:12.1371175Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h: In instantiation of ‘torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]:: [with auto:5 = long int; auto:6 = long int]’: 2025-03-21T20:24:13.3600339Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:39:6: required from ‘bool executorch::extension::internal::parallel_for_no_threadpool(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:13.3621205Z /pytorch/executorch/../executorch/runtime/kernel/thread_parallel_interface.h:84:46: required from ‘bool executorch::extension::parallel_for(int64_t, int64_t, int64_t, const Func&) [with Func = torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]::; int64_t = long int]’ 2025-03-21T20:24:13.3638696Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:98:40: required from ‘void torch::executor::native::utils::internal::apply_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, Args ...) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::; Args = {std::pair, std::pair, std::pair}]’ 2025-03-21T20:24:13.3656576Z /pytorch/executorch/../executorch/kernels/portable/cpu/util/elementwise_util.h:191:56: required from ‘void torch::executor::native::utils::apply_tritensor_elementwise_fn(const Op&, executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes, const executorch::runtime::etensor::Tensor&, torch::executor::native::utils::SupportedTensorDtypes) [with CTYPE_COMMON = bool; const char* op_name = (& op_name); Op = torch::executor::native::where_out(executorch::runtime::KernelRuntimeContext&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, const executorch::runtime::etensor::Tensor&, executorch::runtime::etensor::Tensor&)::::::]’ 2025-03-21T20:24:13.3665178Z /pytorch/executorch/kernels/portable/cpu/op_where.cpp:45:3: required from here 2025-03-21T20:24:13.3666919Z /usr/include/c++/9/array:94:12: note: ‘struct std::array’ has no user-provided default constructor 2025-03-21T20:24:13.3667954Z 94 | struct array 2025-03-21T20:24:13.3668397Z | ^~~~~ 2025-03-21T20:24:13.3670057Z /usr/include/c++/9/array:110:56: note: and the implicitly-defined constructor does not initialize ‘bool std::array::_M_elems [3]’ 2025-03-21T20:24:13.3671525Z 110 | typename _AT_Type::_Type _M_elems; 2025-03-21T20:24:13.3672272Z | ^~~~~~~~ 2025-03-21T20:24:13.3673794Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:13.3676093Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:13.3678164Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:13.3680441Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:13.3682669Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:13.3684823Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:13.3686937Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:13.3689043Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:13.3691052Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:13.3692954Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:13.3694922Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:13.3696992Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:13.3699172Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:13.3701194Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:13.3703226Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:13.3705283Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:13.3707399Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:13.3709623Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:13.3711701Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:13.3713545Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:13.3715532Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:13.3717529Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:13.3719500Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:13.3721646Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:13.3723714Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:23.4543599Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:23.4544658Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:23.4545681Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:23.4546700Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:23.4547807Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:23.4548882Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:23.4549851Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:23.4550854Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:23.4551919Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:23.4552943Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:23.4553756Z [ 97%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:24:23.4554354Z [ 97%] Linking CXX static library libportable_kernels.a 2025-03-21T20:24:23.4554774Z [ 97%] Built target portable_kernels 2025-03-21T20:24:23.4555266Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:24:23.4555733Z [ 97%] Built target optimized_portable_kernels 2025-03-21T20:24:23.4556148Z [ 97%] Merging kernel yaml files 2025-03-21T20:24:23.4556724Z [ 97%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:24:23.4557320Z [ 98%] Generating code for kernel registration 2025-03-21T20:24:23.4557855Z [ 98%] Generating code for kernel registration 2025-03-21T20:24:23.4558809Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:23.4560319Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:23.4561323Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:24:23.4561742Z [ 99%] Built target portable_ops_lib 2025-03-21T20:24:23.4562260Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:24:23.4562725Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:24:23.4563500Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:24:23.4564506Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:24:23.4565438Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:23.4566334Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:24:23.4567249Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:24:23.4568250Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:24:23.4568979Z [100%] Linking CXX executable executor_runner 2025-03-21T20:24:23.4569362Z [100%] Built target executor_runner 2025-03-21T20:24:23.4569735Z + ./cmake-out/executor_runner --model_path ./add.pte 2025-03-21T20:24:23.4570533Z I 00:00:00.000603 executorch:/pytorch/executorch/extension/threadpool/cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T20:24:23.4571766Z I 00:00:00.000635 executorch:/pytorch/executorch/extension/threadpool/cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T20:24:23.4573015Z I 00:00:00.000646 executorch:/pytorch/executorch/extension/threadpool/cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:24:23.4574410Z I 00:00:00.000665 executorch:/pytorch/executorch/extension/threadpool/cpuinfo_utils.cpp:100] Failed to open midr file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:24:23.4575660Z I 00:00:00.000671 executorch:/pytorch/executorch/extension/threadpool/cpuinfo_utils.cpp:116] CPU info and manual query on # of cpus dont match. 2025-03-21T20:24:23.4576830Z I 00:00:00.000677 executorch:/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp:142] Resetting threadpool with num threads = 0 2025-03-21T20:24:23.4578007Z I 00:00:00.000699 executorch:/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp:166] Model file ./add.pte is loaded. 2025-03-21T20:24:23.4579093Z I 00:00:00.000710 executorch:/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp:175] Using method forward 2025-03-21T20:24:23.4580189Z I 00:00:00.000719 executorch:/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp:226] Setting up planned buffer 0, size 48. 2025-03-21T20:24:23.4581261Z I 00:00:00.000761 executorch:/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp:251] Method loaded. 2025-03-21T20:24:23.4582390Z I 00:00:00.000788 executorch:/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp:284] Model executed successfully 1 time(s) in 0.011258 ms. 2025-03-21T20:24:23.4583508Z I 00:00:00.000802 executorch:/pytorch/executorch/examples/portable/executor_runner/executor_runner.cpp:293] 1 outputs: 2025-03-21T20:24:23.4584147Z Output 0: tensor(sizes=[1], [2.]) 2025-03-21T20:24:23.4637773Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:24:23.4638172Z with: 2025-03-21T20:24:23.4638496Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:23.4638906Z fail-on-empty: false 2025-03-21T20:24:23.4639160Z env: 2025-03-21T20:24:23.4639404Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:23.4639854Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:23.4640159Z PR_NUMBER: 2025-03-21T20:24:23.4641772Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:23.4643622Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:23.4644222Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:23.4644766Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:23.4645170Z ##[endgroup] 2025-03-21T20:24:23.5262827Z Prepare all required actions 2025-03-21T20:24:23.5302326Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:24:23.5302727Z with: 2025-03-21T20:24:23.5303093Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:24:23.5303671Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:24:23.5304109Z env: 2025-03-21T20:24:23.5304362Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:23.5304731Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:23.5305038Z PR_NUMBER: 2025-03-21T20:24:23.5306713Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:23.5308540Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:23.5309144Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:23.5309700Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:23.5310103Z ##[endgroup] 2025-03-21T20:24:23.5334540Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:24:23.5335256Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:24:23.5347747Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:24:23.5348161Z env: 2025-03-21T20:24:23.5360548Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:23.5360955Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:23.5361244Z PR_NUMBER: 2025-03-21T20:24:23.5362875Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:23.5364688Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:23.5365283Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:23.5365841Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:23.5366373Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:24:23.5367059Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:24:23.5367498Z ##[endgroup] 2025-03-21T20:24:23.5549389Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:24:23.8034913Z latest: Pulling from tool/alpine 2025-03-21T20:24:23.8039116Z 540db60ca938: Pulling fs layer 2025-03-21T20:24:23.9113364Z 540db60ca938: Verifying Checksum 2025-03-21T20:24:23.9113775Z 540db60ca938: Download complete 2025-03-21T20:24:23.9901896Z 540db60ca938: Pull complete 2025-03-21T20:24:24.0018651Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:24:24.0058369Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:24:29.1796702Z Prepare all required actions 2025-03-21T20:24:29.1824094Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:24:29.1824483Z with: 2025-03-21T20:24:29.1824775Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:24:29.1825283Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:24:29.1825712Z env: 2025-03-21T20:24:29.1825969Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:29.1826332Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:29.1826613Z PR_NUMBER: 2025-03-21T20:24:29.1828260Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:29.1830060Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:29.1830659Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:29.1831205Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:29.1831603Z ##[endgroup] 2025-03-21T20:24:29.1855332Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:24:29.1856058Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:24:29.1862941Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:24:29.1863335Z env: 2025-03-21T20:24:29.1863591Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:29.1863956Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:29.1864254Z PR_NUMBER: 2025-03-21T20:24:29.1865883Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:29.1867709Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:29.1868304Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:29.1868858Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:29.1869399Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:24:29.1869886Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:24:29.1870248Z ##[endgroup] 2025-03-21T20:24:30.1713789Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:24:30.1714429Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:24:30.1714997Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:24:30.1715538Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:24:30.1716166Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:24:30.1716742Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:24:30.1717185Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:24:30.1717542Z  fi 2025-03-21T20:24:30.1717840Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:24:30.1718295Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:24:30.1718707Z  fi 2025-03-21T20:24:30.1718986Z fi 2025-03-21T20:24:30.1719208Z  2025-03-21T20:24:30.1719424Z upload_docs=0 2025-03-21T20:24:30.1719840Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:24:30.1720324Z # empty folders do not count 2025-03-21T20:24:30.1721052Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:24:30.1721662Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:24:30.1722179Z  # upload will probably not work correctly 2025-03-21T20:24:30.1722530Z  upload_docs=1 2025-03-21T20:24:30.1722794Z fi 2025-03-21T20:24:30.1723132Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:24:30.1729010Z shell: /usr/bin/bash -e {0} 2025-03-21T20:24:30.1729314Z env: 2025-03-21T20:24:30.1729571Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:30.1729944Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:30.1730244Z PR_NUMBER: 2025-03-21T20:24:30.1731974Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:30.1733802Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:30.1734396Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:30.1734953Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:30.1735361Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:24:30.1735621Z ##[endgroup] 2025-03-21T20:24:30.1883834Z Prepare all required actions 2025-03-21T20:24:30.1916821Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:24:30.1917208Z with: 2025-03-21T20:24:30.1917427Z env: 2025-03-21T20:24:30.1917691Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:30.1918037Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:30.1918345Z PR_NUMBER: 2025-03-21T20:24:30.1919958Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:30.1922100Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:30.1922743Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:30.1923303Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:30.1923706Z ##[endgroup] 2025-03-21T20:24:30.1945948Z ##[group]Run set -eou pipefail 2025-03-21T20:24:30.1946306Z set -eou pipefail 2025-03-21T20:24:30.1946679Z  2025-03-21T20:24:30.1947054Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:24:30.1947530Z for _ in $(seq 1440); do 2025-03-21T20:24:30.1947878Z  # Break if no ssh session exists anymore 2025-03-21T20:24:30.1948298Z  if [ "$(who)" = "" ]; then 2025-03-21T20:24:30.1948609Z  break 2025-03-21T20:24:30.1948842Z  fi 2025-03-21T20:24:30.1949089Z  echo "." 2025-03-21T20:24:30.1949349Z  sleep 5 2025-03-21T20:24:30.1949597Z done 2025-03-21T20:24:30.1956520Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:24:30.1956941Z env: 2025-03-21T20:24:30.1957203Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:30.1957566Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:30.1957870Z PR_NUMBER: 2025-03-21T20:24:30.1959478Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:30.1961282Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:30.1961872Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:30.1962426Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:30.1962814Z ##[endgroup] 2025-03-21T20:24:30.1986726Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:24:30.2049039Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:24:30.2049627Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:24:30.2050077Z # shellcheck disable=SC2046 2025-03-21T20:24:30.2050414Z docker stop $(docker ps -q) || true 2025-03-21T20:24:30.2050776Z # Prune all of the docker images 2025-03-21T20:24:30.2051121Z docker system prune -af 2025-03-21T20:24:30.2056827Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:24:30.2057233Z env: 2025-03-21T20:24:30.2057496Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:30.2057844Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:30.2058142Z PR_NUMBER: 2025-03-21T20:24:30.2059923Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:30.2061762Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:30.2062361Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:30.2062919Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:30.2063324Z ##[endgroup] 2025-03-21T20:24:40.7041796Z 947f918f5646 2025-03-21T20:24:40.9048216Z Deleted Containers: 2025-03-21T20:24:40.9048826Z 947f918f5646a4eb02f9b3c8e18b125b285b32d8271fe8752cc124ade9669ca0 2025-03-21T20:24:40.9049292Z 2025-03-21T20:24:43.8262148Z Deleted Images: 2025-03-21T20:24:43.8263241Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:24:43.8264981Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc9@sha256:608940846b2821c232f739be21bc14bcf61fc3df6b899222b989f5c9241eb1d5 2025-03-21T20:24:43.8266351Z deleted: sha256:dc85df5d325314b5cae5829d7eb0b1fb2ff0e1133140c7b185a0eefef686f65e 2025-03-21T20:24:43.8267089Z deleted: sha256:fe99a8cb86f7d2b59ab333a2a8f5fb84a04e4e816507e6b2da843b1772b5d5f1 2025-03-21T20:24:43.8267752Z deleted: sha256:2c159ee268827bbaefbf6c3b7a7a866709b23d5b60f6507f0d9b8ab97820dad1 2025-03-21T20:24:43.8268521Z deleted: sha256:8152cdac08a6bd4fc474af6cf1e89c78c3cda54a328e4cb05411eeec316a686b 2025-03-21T20:24:43.8269194Z deleted: sha256:47cc2836bf0e1741be04e0b57397edd7087322b3313d3fd5b0bfc1ac74a2c311 2025-03-21T20:24:43.8269857Z deleted: sha256:ec75f199ffb7a05e00c679e9f19d88252af4e1d5bb61d7e7ca98832216152458 2025-03-21T20:24:43.8270519Z deleted: sha256:341246e4933443be4498561212f90260a2c03fd31cdfcc08fd21134275b487ca 2025-03-21T20:24:43.8271155Z deleted: sha256:aef2409980ebd4b5712a44db09b626017f11e08364da38d20d2efc37edee1136 2025-03-21T20:24:43.8271812Z deleted: sha256:15439cb05648b702e20c4ed7500df614da1a355b5df175bf478dfa033a4bac8e 2025-03-21T20:24:43.8272466Z deleted: sha256:e262458b033b6f5d2ece770f8940171afcec4d809f4e91dfebeaf236daf7dc15 2025-03-21T20:24:43.8273138Z deleted: sha256:f7d7ef9400147db31ab5d50725cccf4cdaa44a2ee1c6646c578865eb33106888 2025-03-21T20:24:43.8273796Z deleted: sha256:7088ab70502fce2eb752959e57291ae4532bd887311ecab94aa6a7a031c24f7f 2025-03-21T20:24:43.8274457Z deleted: sha256:75e6da6578d738abe9910bcc4b52ecdc12f65c929e2fd45759c8d2c6494c5c8c 2025-03-21T20:24:43.8275110Z deleted: sha256:88eeb836643bc706eaa0a28aca48dcadfc74e885146623875919525e5b2ab0df 2025-03-21T20:24:43.8275769Z deleted: sha256:2951bec03e8787fd9543da5e3d1a99dc5b4d4f9b8ecb8417e88623612de05d59 2025-03-21T20:24:43.8276441Z deleted: sha256:7d3f05139d78df6eecf3f1c034fa4caf0c040a0bb1194b000010d3b7352e34c6 2025-03-21T20:24:43.8277118Z deleted: sha256:5c47fabbdedb0223ed2cc9c1c715a3b6e91b4ff10780feb9ec4eec945a4ffac1 2025-03-21T20:24:43.8277786Z deleted: sha256:8f14e0284ff64cc6e41b6210d010634404bc1d8a3c1731d8c08a721244c308b6 2025-03-21T20:24:43.8278446Z deleted: sha256:8f6d6d2d08cca5f99cc46ea83cb2163cd4ef11f10b57bee25e4f855e3a7d3a7f 2025-03-21T20:24:43.8279107Z deleted: sha256:b8e62bcd06491d37ebdd3ed5988d0a15b213ce6ba6165a04a3499d36781389cf 2025-03-21T20:24:43.8279776Z deleted: sha256:07893616475c37cefae93d5ed8c072da8a54987d05abbe9f8735cf946389fb04 2025-03-21T20:24:43.8280433Z deleted: sha256:3754d6de2395c0f7935b63f904dafdca8f9617762726f1d5bd34153983526ca3 2025-03-21T20:24:43.8281107Z deleted: sha256:9acd36a23ee7c05921fecbf9a1acc735e5ac4a1ef2c00910c799d139bd790ec2 2025-03-21T20:24:43.8281774Z deleted: sha256:c69f3f69ce62345d3e297db503857272d886f9499b78e0f300bf27fe38d482a6 2025-03-21T20:24:43.8282424Z deleted: sha256:446006e132ea3d08601d6d5cc3a627216c36798a6f9dce3b3a53b6a05b2da297 2025-03-21T20:24:43.8283235Z deleted: sha256:3e8c23c39d3b863669ea6bad2967d57a7f1961efb98ab7f4393d3ed1b8bb776d 2025-03-21T20:24:43.8283904Z deleted: sha256:89eae90f8c12ed27277cb204d68a682b01c164ec3eef188872f51f65a5dd5235 2025-03-21T20:24:43.8284563Z deleted: sha256:720dd36148de0fb63606a3119ee4bc8cc59565cfae0c62364ca2773198d1ba7b 2025-03-21T20:24:43.8285228Z deleted: sha256:24c10d8f20034b48400ac824a30ea6a4ca0aee959badb664e5fbdac156bfcd7d 2025-03-21T20:24:43.8285888Z deleted: sha256:68ee7a3cc912e9eb916f429e5e872d1ab039ee9568a133257826616f4b2864d2 2025-03-21T20:24:43.8286550Z deleted: sha256:21067c8766720e3ce591a6a0ed5afc02a38aa7cca0f4cd7d6e3da0d44336069d 2025-03-21T20:24:43.8287209Z deleted: sha256:19bfbb7c45a2bf6b33c3f5f33f543d0afee1743b59a9949b905fd7b0f4a7d64c 2025-03-21T20:24:43.8287868Z deleted: sha256:11c20e4954648384e60b378734f23cfa2b75862e53def1c5bdf74842ef784238 2025-03-21T20:24:43.8288526Z deleted: sha256:da9aef675e5da47aff5a37a0f1945f9991e21dd28509553e92758b593aad3d89 2025-03-21T20:24:43.8289187Z deleted: sha256:6083c67edecde98dc6000281a7d8012a56c21103b1832d56a909d71980087324 2025-03-21T20:24:43.8289838Z deleted: sha256:0f179b0082e1881a2de725de111825810ea22ae3b80de7dfe68888d1f2ff8fa0 2025-03-21T20:24:43.8290486Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:24:43.8291100Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:24:43.8292111Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:24:43.8293020Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:24:43.8293743Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:24:43.8294137Z 2025-03-21T20:24:43.8349288Z Total reclaimed space: 13.65GB 2025-03-21T20:24:43.8414088Z ##[group]Run set +e 2025-03-21T20:24:43.8414406Z set +e 2025-03-21T20:24:43.8414678Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:24:43.8415108Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:24:43.8415497Z else 2025-03-21T20:24:43.8415802Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:24:43.8416167Z fi 2025-03-21T20:24:43.8416390Z set -e 2025-03-21T20:24:43.8422498Z shell: /usr/bin/bash -e {0} 2025-03-21T20:24:43.8422811Z env: 2025-03-21T20:24:43.8423084Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc9 2025-03-21T20:24:43.8423454Z REPOSITORY: pytorch/executorch 2025-03-21T20:24:43.8423754Z PR_NUMBER: 2025-03-21T20:24:43.8425409Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch with the add model on portable backend. PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable" 2025-03-21T20:24:43.8427226Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:24:43.8427832Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:24:43.8428403Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:24:43.8428802Z NO_SUDO: false 2025-03-21T20:24:43.8429053Z ##[endgroup] 2025-03-21T20:24:44.9784217Z Post job cleanup. 2025-03-21T20:24:45.0858672Z Post job cleanup. 2025-03-21T20:24:45.1824306Z [command]/usr/bin/git version 2025-03-21T20:24:45.1879953Z git version 2.47.1 2025-03-21T20:24:45.1921148Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/89b0516c-fa59-4e9f-95f6-6c2e50b63a29' before making global git config changes 2025-03-21T20:24:45.1922127Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:24:45.1925989Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:24:45.1956317Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:24:45.1990652Z [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:24:45.2292040Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:24:45.2310618Z http.https://github.com/.extraheader 2025-03-21T20:24:45.2320861Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:24:45.2348235Z [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:24:45.2674843Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:24:45.2701457Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:24:45.2706741Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:24:45.2707144Z ##[endgroup] 2025-03-21T20:24:45.2815195Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:24:56.4607513Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:25:13.7454745Z Cleaning up orphan processes